Searched refs:ezx_pcap_set_bits (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
D | pcap-regulator.c | 159 return ezx_pcap_set_bits(pcap, vreg->reg, in pcap_regulator_set_voltage_sel() 186 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 1 << vreg->en); in pcap_regulator_enable() 197 return ezx_pcap_set_bits(pcap, vreg->reg, 1 << vreg->en, 0); in pcap_regulator_disable()
|
/linux-4.4.14/include/linux/mfd/ |
D | ezx-pcap.h | 29 int ezx_pcap_set_bits(struct pcap_chip *, u8, u32, u32);
|
/linux-4.4.14/drivers/mfd/ |
D | ezx-pcap.c | 111 int ezx_pcap_set_bits(struct pcap_chip *pcap, u8 reg_num, u32 mask, u32 val) in ezx_pcap_set_bits() function 132 EXPORT_SYMBOL_GPL(ezx_pcap_set_bits);
|