Home
last modified time | relevance | path

Searched refs:DELAY_OUTPUT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dne2000.c91 #define DELAY_OUTPUT 0x01 macro
107 { /* Accton EN2212 */ 0x0ff0, 0x00, 0x00, 0xe8, DELAY_OUTPUT },
111 DELAY_OUTPUT | HAS_IBM_MISC },
160 DELAY_OUTPUT | HAS_MISC_REG | USE_BIG_BUF },
/openbmc/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c118 #define DELAY_OUTPUT 0x01 macro
134 { /* Accton EN2212 */ 0x0ff0, 0x00, 0x00, 0xe8, DELAY_OUTPUT },
138 DELAY_OUTPUT | HAS_IBM_MISC },
187 DELAY_OUTPUT | HAS_MISC_REG | USE_BIG_BUF },
589 info->flags |= (delay_output) ? DELAY_OUTPUT : 0; in pcnet_config()
1301 if (info->flags & DELAY_OUTPUT) in dma_block_output()