代码搜索:DMA

找到约 10,000 项符合「DMA」的源代码

代码结果 10,000
www.eeworm.com/read/182943/5261372

h netarm_dma_module.h

/* * include/asm-armnommu/arch-netarm/netarm_dma_module.h * * Copyright (C) 2000 NETsilicon, Inc. * Copyright (C) 2000 WireSpeed Communications Corporation * * This software is copyrighted by Wir
www.eeworm.com/read/182943/5262343

c xemac_intr_dma.c

/****************************************************************************** * * Author: Xilinx, Inc. * * * This program is free software; you can redistribute it and/or modify it * und
www.eeworm.com/read/181044/5279233

c gfd_dma_usbhl.c

/************************************************************************************** * * (c) 2004 ASIC,all rights reserved * * * This source code and any compilation
www.eeworm.com/read/181044/5279234

s gfd_dma_int.s

;************************************************************************************** ;* ;* (c) 2004 ASIC,all rights reserved ;* ;* ;* This source code and any compil
www.eeworm.com/read/179911/5294105

c ccio-rm-dma.c

/* * ccio-rm-dma.c: * DMA management routines for first generation cache-coherent machines. * "Real Mode" operation refers to U2/Uturn chip operation. The chip * can perform coherency checks
www.eeworm.com/read/179911/5294924

c b1dma.c

/* * $Id: b1dma.c,v 1.11 2000/11/19 17:02:47 kai Exp $ * * Common module for AVM B1 cards that support dma with AMCC * * (c) Copyright 2000 by Carsten Paeth (calle@calle.in-berlin.de) * * $L
www.eeworm.com/read/179911/5295710

c i810_dma.c

/* i810_dma.c -- DMA support for the i810 -*- linux-c -*- * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Cop
www.eeworm.com/read/179911/5296026

s fd1772dma.s

#include @ Code for DMA with the 1772 fdc .text .global fdc1772_dataaddr fdc1772_fiqdata: @ Number of bytes left to DMA .global fdc1772_bytestogo fdc1772_bytestogo: .word 0 @
www.eeworm.com/read/179911/5296108

h eata_dma_proc.h

struct lun_map { __u8 id:5, chan:3; __u8 lun; }; typedef struct emul_pp { __u8 p_code:6, null:1, p_save:1; __u8 p_length; __u16 cylinder; __u8 heads; _
www.eeworm.com/read/179911/5296199

c eata_dma_proc.c

void swap_statistics(u8 *p) { u32 y; u32 *lp, h_lp; u16 *sp, h_sp; u8 *bp; lp = (u32 *)p; sp = ((short *)lp) + 1; /* Convert Header */ h_sp = *sp = ntohs(*sp);