Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_cw201x.c64 static u8 cw201x_read(struct cw201x_info *cw201x, u8 reg) in cw201x_read() function
98 valh = cw201x_read(cw201x, reg); in cw201x_read_half_word()
99 vall = cw201x_read(cw201x, reg + 1); in cw201x_read_half_word()
318 cap = cw201x_read(cw201x, REG_SOC); in cw201x_get_soc()