Home
last modified time | relevance | path

Searched refs:DMA_BURST32 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sparc/include/asm/
H A Ddma.h81 #define DMA_BURST32 0x20 macro
/linux/arch/m68k/include/asm/
H A Ddvma.h195 #define DMA_BURST32 0x20 macro
/linux/drivers/scsi/
H A Dqlogicpti.c165 if (bursts & DMA_BURST32) { in set_sbus_cfg1()
795 (bursts & DMA_BURST32) == 0) in qpti_get_bursts()
796 bursts = (DMA_BURST32 - 1); in qpti_get_bursts()
/linux/arch/sparc/kernel/
H A Dsbus.c118 if (bursts & DMA_BURST32) in sbus_set_sbus64()
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c1422 } else if (hp->happy_bursts & DMA_BURST32) { in happy_meal_init()