Lines Matching refs:pstate
40 u32 pstate = psmap[pin->power_domain]; in sg2002_get_pull_up() local
47 if (pstate == PIN_POWER_STATE_1V8) in sg2002_get_pull_up()
49 if (pstate == PIN_POWER_STATE_3V3) in sg2002_get_pull_up()
61 u32 pstate = psmap[pin->power_domain]; in sg2002_get_pull_down() local
68 if (pstate == PIN_POWER_STATE_1V8) in sg2002_get_pull_down()
70 if (pstate == PIN_POWER_STATE_3V3) in sg2002_get_pull_down()
118 u32 pstate = psmap[pin->power_domain]; in sg2002_get_oc_map() local
126 if (pstate == PIN_POWER_STATE_1V8) { in sg2002_get_oc_map()
129 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2002_get_oc_map()
164 u32 pstate = psmap[pin->power_domain]; in sg2002_get_schmitt_map() local
172 if (pstate == PIN_POWER_STATE_1V8) { in sg2002_get_schmitt_map()
175 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2002_get_schmitt_map()