Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dpcap-regulator.c151 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/include/linux/mfd/
H A Dezx-pcap.h30 int ezx_pcap_set_bits(struct pcap_chip *, u8, u32, u32);
/linux/drivers/mfd/
H A Dezx-pcap.c109 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);