Home
last modified time | relevance | path

Searched refs:DMA_BURST16 (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Ddma.h161 #define DMA_BURST16 0x10 macro
/linux-2.4.37.9/include/asm-sparc64/
Ddma.h147 #define DMA_BURST16 0x10 macro
/linux-2.4.37.9/include/asm-m68k/
Ddvma.h190 #define DMA_BURST16 0x10 macro
/linux-2.4.37.9/drivers/scsi/
Dqlogicpti.c161 } else if (bursts & DMA_BURST16) { in set_sbus_cfg1()
757 (bursts & DMA_BURST16) == 0 || in qpti_get_bursts()
Desp.c475 can_do_burst16 = (esp->bursts & DMA_BURST16) != 0; in esp_reset_dma()
971 (bursts & DMA_BURST16) == 0 || in esp_get_bursts()
/linux-2.4.37.9/drivers/net/
Dsunqe.c818 if (bsizes == 0xff || (bsizes & DMA_BURST16) == 0 || in qec_ether_init()
Dsunbmac.c1113 if (bsizes == 0xff || (bsizes & DMA_BURST16) == 0 || in bigmac_ether_init()
Dsunhme.c1630 } else if (hp->happy_bursts & DMA_BURST16) { in happy_meal_init()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsbus.c657 if (bursts & DMA_BURST16) in sbus_set_sbus64()