Searched refs:ezx_pcap_set_bits (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/regulator/ |
A D | pcap-regulator.c | 151 return ezx_pcap_set_bits(pcap, vreg->reg, in pcap_regulator_set_voltage_sel() 178 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 1 << vreg->en); in pcap_regulator_enable() 189 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 0); in pcap_regulator_disable()
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | ezx-pcap.h | 30 int ezx_pcap_set_bits(struct pcap_chip *, u8, u32, u32);
|
/linux-6.3-rc2/drivers/mfd/ |
A D | ezx-pcap.c | 109 int ezx_pcap_set_bits(struct pcap_chip *pcap, u8 reg_num, u32 mask, u32 val) in ezx_pcap_set_bits() function 131 EXPORT_SYMBOL_GPL(ezx_pcap_set_bits);
|
Completed in 6 milliseconds