Home
last modified time | relevance | path

Searched refs:CMD_BUS_MASTER (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c527 CMD_MEMORY_SPACE | CMD_BUS_MASTER)) in atl1e_reset_hw()
528 != (CMD_IO_SPACE | CMD_MEMORY_SPACE | CMD_BUS_MASTER)) { in atl1e_reset_hw()
530 CMD_MEMORY_SPACE | CMD_BUS_MASTER); in atl1e_reset_hw()
Datl1e.h59 #define CMD_BUS_MASTER 0x0004 macro
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datlx.h464 #define CMD_BUS_MASTER 0x0004 macro
Datl2.h221 #define CMD_BUS_MASTER 0x0004 macro
Datl2.c2124 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER)) != in atl2_reset_hw()
2125 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER)) { in atl2_reset_hw()
2127 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER); in atl2_reset_hw()