Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-39x-pinctrl.txt71 audio(lrclk) [2], sd0(d5), ua2(rxd)
72 mpp50 50 gpio, pcie0(rstout), tdm(drx) [2], audio(extclk) [2], sd0(cmd), ua2(rxd)
73 mpp51 51 gpio, tdm(dtx) [2], audio(sdo) [2], dram(deccerr), ua2(txd)
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk818.c1539 static int adc1 = 0, adc2 = 0, ua1 = 0, ua2 = 0; in rk818_bat_get_ntc_res() local
1564 ua2 = (ua1 != 20) ? 20 : 40; in rk818_bat_get_ntc_res()
1567 buf |= ((ua2 - 20) / 20); in rk818_bat_get_ntc_res()
1592 __func__, ua1, ua2, adc1, adc2); in rk818_bat_get_ntc_res()
1596 v_delta = abs((adc2 * ua1 - adc1 * ua2) / (ua2 - ua1)); in rk818_bat_get_ntc_res()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.c2728 int ua1, ua2, v_delta, res, val; in rk818_bat_get_ntc_res() local
2742 ua2 = (ua1 != 20) ? 20 : 40; in rk818_bat_get_ntc_res()
2745 buf |= ((ua2 - 20) / 20); in rk818_bat_get_ntc_res()
2760 __func__, ua1, ua2, adc1, adc2); in rk818_bat_get_ntc_res()
2764 v_delta = abs((adc2 * ua1 - adc1 * ua2) / (ua2 - ua1)); in rk818_bat_get_ntc_res()
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1744 SCR_REG_REG (ua2, SCR_ADDC, 0),