Home
last modified time | relevance | path

Searched refs:DMA_BURST32 (Results 1 – 7 of 7) 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/net/ethernet/sun/
H A Dsunqe.c723 } else if (bsizes & DMA_BURST32) { in qec_init_once()
761 (bsizes & DMA_BURST32)==0) in qec_get_burst()
762 bsizes = (DMA_BURST32 - 1); in qec_get_burst()
H A Dsunbmac.c108 if (bsizes & DMA_BURST32) in qec_init()
1125 (bsizes & DMA_BURST32) == 0) in bigmac_ether_init()
1126 bsizes = (DMA_BURST32 - 1); in bigmac_ether_init()
H A Dsunhme.c1422 } else if (hp->happy_bursts & DMA_BURST32) { in happy_meal_init()
/linux/arch/sparc/kernel/
H A Dsbus.c118 if (bursts & DMA_BURST32) in sbus_set_sbus64()
/linux/drivers/net/ethernet/amd/
H A Dsunlance.c446 if (lp->burst_sizes & DMA_BURST32) in init_restart_ledma()