Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Ddma.h81 #define DMA_BURST32 0x20 macro
/openbmc/linux/drivers/scsi/
H A Dsun_esp.c191 (bursts & DMA_BURST32) == 0) in esp_get_bursts()
192 bursts = (DMA_BURST32 - 1); in esp_get_bursts()
230 can_do_burst32 = (esp->bursts & DMA_BURST32) != 0; in sbus_esp_reset_dma()
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()
/openbmc/linux/arch/m68k/include/asm/
H A Ddvma.h189 #define DMA_BURST32 0x20 macro
/openbmc/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()
/openbmc/linux/arch/sparc/kernel/
H A Dsbus.c118 if (bursts & DMA_BURST32) in sbus_set_sbus64()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsunlance.c446 if (lp->burst_sizes & DMA_BURST32) in init_restart_ledma()