Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/
Dwl3501.h522 #define WL3501_GCR_ECINT ((u8)0x08) macro
Dwl3501_cs.c730 u8 new = old & (~(WL3501_GCR_ECINT | WL3501_GCR_INT2EC | in wl3501_block_interrupt()
747 u8 new = (old & ~(WL3501_GCR_ECINT | WL3501_GCR_INT2EC)) | in wl3501_unblock_interrupt()
1107 wl3501_outb(WL3501_GCR_ECINT, this->base_addr + WL3501_NIC_GCR); in wl3501_ack_interrupt()