Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/platform/drivers/io/
Dwm_io.c212 u32 afsel, afs1, afs0, dir, pullupen, pulldownen; in tls_io_cfg_get() local
226 pullupen = tls_reg_read32(HR_GPIO_PULLUP_EN + offset); in tls_io_cfg_get()
239 if ((!(dir&BIT(pin))) && (pullupen&BIT(pin)) && (!(pulldownen&BIT(pin)))) { in tls_io_cfg_get()