Searched refs:ezx_pcap_set_bits (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | pcap-regulator.c | 155 return ezx_pcap_set_bits(pcap, vreg->reg, in pcap_regulator_set_voltage_sel() 182 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 1 << vreg->en); in pcap_regulator_enable() 193 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 0); in pcap_regulator_disable()
|
/Linux-v5.4/include/linux/mfd/ |
D | ezx-pcap.h | 30 int ezx_pcap_set_bits(struct pcap_chip *, u8, u32, u32);
|
/Linux-v5.4/drivers/mfd/ |
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);
|