Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c45 #define NPCM8XX_GP_N_OTYP 0x14 macro
158 ioread32(bank->base + NPCM8XX_GP_N_OTYP), in npcmgpio_dbg_show()
2218 rc = !(ioread32(bank->base + NPCM8XX_GP_N_OTYP) & pinmask); in npcm8xx_config_get()
2221 rc = ioread32(bank->base + NPCM8XX_GP_N_OTYP) & pinmask; in npcm8xx_config_get()
2277 npcm_gpio_clr(&bank->gc, bank->base + NPCM8XX_GP_N_OTYP, gpio); in npcm8xx_config_set_one()
2280 npcm_gpio_set(&bank->gc, bank->base + NPCM8XX_GP_N_OTYP, gpio); in npcm8xx_config_set_one()