Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c514 CMD_MEMORY_SPACE | CMD_BUS_MASTER)) in atl1e_reset_hw()
515 != (CMD_IO_SPACE | CMD_MEMORY_SPACE | CMD_BUS_MASTER)) { in atl1e_reset_hw()
517 CMD_MEMORY_SPACE | CMD_BUS_MASTER); in atl1e_reset_hw()
H A Datl1e.h46 #define CMD_BUS_MASTER 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datlx.h451 #define CMD_BUS_MASTER 0x0004 macro
H A Datl2.h208 #define CMD_BUS_MASTER 0x0004 macro
H A Datl2.c2097 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER)) != in atl2_reset_hw()
2098 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER)) { in atl2_reset_hw()
2100 (CMD_IO_SPACE|CMD_MEMORY_SPACE|CMD_BUS_MASTER); in atl2_reset_hw()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dpci_intf.c248 #define CMD_BUS_MASTER BIT(2) macro
270 usPciCommand |= CMD_BUS_MASTER; in rtw_pci_parse_configuration()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c522 #define CMD_BUS_MASTER BIT(2) macro
546 usPciCommand |= CMD_BUS_MASTER; in rtw_pci_parse_configuration()