Home
last modified time | relevance | path

Searched refs:DMA_BURST64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Ddma.h82 #define DMA_BURST64 0x40 macro
/openbmc/linux/arch/m68k/include/asm/
H A Ddvma.h190 #define DMA_BURST64 0x40 macro
/openbmc/linux/arch/sparc/kernel/
H A Dsbus.c120 if (bursts & DMA_BURST64) in sbus_set_sbus64()
/openbmc/linux/drivers/scsi/
H A Dsun_esp.c236 can_do_burst64 = (esp->bursts & DMA_BURST64) != 0; in sbus_esp_reset_dma()
H A Dqlogicpti.c161 if (sbus_can_burst64() && (bursts & DMA_BURST64)) { in set_sbus_cfg1()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.c721 if (sbus_can_burst64() && (bsizes & DMA_BURST64)) { in qec_init_once()
H A Dsunhme.c1397 if ((hp->happy_bursts & DMA_BURST64) && in happy_meal_init()