Searched refs:DELAY_OUTPUT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 119 #define DELAY_OUTPUT 0x01 macro 135 { /* Accton EN2212 */ 0x0ff0, 0x00, 0x00, 0xe8, DELAY_OUTPUT }, 139 DELAY_OUTPUT | HAS_IBM_MISC }, 188 DELAY_OUTPUT | HAS_MISC_REG | USE_BIG_BUF }, 580 info->flags |= (delay_output) ? DELAY_OUTPUT : 0; in pcnet_config() 1292 if (info->flags & DELAY_OUTPUT) in dma_block_output()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 118 #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()
|
Completed in 5 milliseconds