Searched refs:wl3501_outb_p (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | wl3501_cs.c | 69 #define wl3501_outb_p(a, b) { outb_p(a, b); slow_down_io(); } macro 1149 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1150 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1151 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1157 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board()
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 69 #define wl3501_outb_p(a, b) { outb_p(a, b); slow_down_io(); } macro 1149 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1150 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1151 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board() 1157 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR); in wl3501_reset_board()
|
Completed in 5 milliseconds