Home
last modified time | relevance | path

Searched refs:IRQ_CLEAR (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c61 #define IRQ_CLEAR BIT(0) macro
1219 qphy_setbits(pcs, cfg->regs[QPHY_PCS_LFPS_RXTERM_IRQ_CLEAR], IRQ_CLEAR); in qcom_qmp_phy_enable_autonomous_mode()
1221 qphy_clrbits(pcs, cfg->regs[QPHY_PCS_LFPS_RXTERM_IRQ_CLEAR], IRQ_CLEAR); in qcom_qmp_phy_enable_autonomous_mode()
1248 qphy_setbits(pcs, cfg->regs[QPHY_PCS_LFPS_RXTERM_IRQ_CLEAR], IRQ_CLEAR); in qcom_qmp_phy_disable_autonomous_mode()
1250 qphy_clrbits(pcs, cfg->regs[QPHY_PCS_LFPS_RXTERM_IRQ_CLEAR], IRQ_CLEAR); in qcom_qmp_phy_disable_autonomous_mode()
/Linux-v4.19/drivers/input/keyboard/
Dtc3589x-keypad.c61 #define IRQ_CLEAR 0x1 macro
/Linux-v4.19/drivers/atm/
Dsolos-pci.c53 #define IRQ_CLEAR 0x70 macro
758 iowrite32(0, card->config_regs + IRQ_CLEAR); in solos_irq()