Searched refs:CPCAP_REG_INTS1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/mfd/ |
| H A D | motorola-cpcap.c | 39 int reg = CPCAP_REG_INTS1 + (regnum * CPCAP_REGISTER_SIZE); in cpcap_sense_irq() 42 if (reg < CPCAP_REG_INTS1 || reg > CPCAP_REG_INTS4) in cpcap_sense_irq()
|
| /linux-6.15/include/linux/mfd/ |
| H A D | motorola-cpcap.h | 37 #define CPCAP_REG_INTS1 0x0020 /* Interrupt Sense 1 */ macro
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | cpcap.c | 1652 if (!regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_HS_S))) { in cpcap_hs_irq_thread() 1671 } else if (regmap_test_bits(regmap, CPCAP_REG_INTS1, in cpcap_hs_irq_thread() 1706 if (regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_HS_S)) == 1) in cpcap_mb2_irq_thread() 1709 mb2 = regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_MB2_S)); in cpcap_mb2_irq_thread()
|
| /linux-6.15/drivers/phy/motorola/ |
| H A D | phy-cpcap-usb.c | 172 error = regmap_read(ddata->reg, CPCAP_REG_INTS1, &val); in cpcap_phy_get_ints_state()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | cpcap-charger.c | 542 error = regmap_read(ddata->reg, CPCAP_REG_INTS1, &val); in cpcap_charger_get_ints_state()
|