Home
last modified time | relevance | path

Searched refs:REG_INTERRUPT_MASK (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/moxa/
A Dmoxart_ether.c97 writel(0, priv->base + REG_INTERRUPT_MASK); in moxart_mac_reset()
111 writel(priv->reg_imr, priv->base + REG_INTERRUPT_MASK); in moxart_mac_enable()
176 __func__, readl(priv->base + REG_INTERRUPT_MASK), in moxart_mac_open()
192 writel(0, priv->base + REG_INTERRUPT_MASK); in moxart_mac_stop()
273 writel(priv->reg_imr, priv->base + REG_INTERRUPT_MASK); in moxart_rx_poll()
321 writel(priv->reg_imr, priv->base + REG_INTERRUPT_MASK); in moxart_mac_interrupt()
A Dmoxart_ether.h71 #define REG_INTERRUPT_MASK 4 macro
/linux-6.3-rc2/drivers/mmc/host/
A Dmoxart-mmc.c48 #define REG_INTERRUPT_MASK 48 macro
418 writel(CARD_CHANGE, host->base + REG_INTERRUPT_MASK); in moxart_request()
427 writel(MASK_INTR_PIO, host->base + REG_INTERRUPT_MASK); in moxart_request()
478 writel(CARD_CHANGE, host->base + REG_INTERRUPT_MASK); in moxart_irq()
663 writel(0, host->base + REG_INTERRUPT_MASK); in moxart_probe()
709 writel(0, host->base + REG_INTERRUPT_MASK); in moxart_remove()
/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/
A Dmain.c575 [REG_INTERRUPT_MASK] = WL12XX_REG_INTERRUPT_MASK,
1131 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL); in wl12xx_pre_boot()
1194 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl12xx_enable_interrupts()
1200 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl12xx_enable_interrupts()
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/
A Dmain.c621 [REG_INTERRUPT_MASK] = WL18XX_REG_INTERRUPT_MASK,
854 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL); in wl18xx_pre_boot()
977 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, event_mask); in wl18xx_enable_interrupts()
983 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl18xx_enable_interrupts()
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dwlcore.h151 REG_INTERRUPT_MASK, enumerator

Completed in 16 milliseconds