Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/rockchip/
H A Dio-domain.c31 #define MAX_VOLTAGE_1_8 1980000 macro
85 u32 is_3v3 = uV > MAX_VOLTAGE_1_8; in rk3568_iodomain_write()
131 val = (uV > MAX_VOLTAGE_1_8) ? 0 : 1; in rockchip_iodomain_write()