Searched refs:WB_ISR (Results 1 – 2 of 2) sorted by relevance
81 write32(device->reg_base + WB_ISR, 0xFFFFFFFF); in wb_enable_interrupts()89 write32(device->reg_base + WB_ISR, 0L); in wb_disable_interrupts()243 if ((read32(device->reg_base + WB_ISR) & WB_ISR_TX_IDLE) && in wb_stop()244 (read32(device->reg_base + WB_ISR) & WB_ISR_RX_IDLE)) in wb_stop()398 status = read32(device->reg_base + WB_ISR); in wb_interrupt()404 write32(device->reg_base + WB_ISR, status); in wb_interrupt()
51 WB_ISR = 0x14, /* interrupt status register */ enumerator