Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c49 #define NPCM7XX_GP_N_OTYP 0x14 macro
156 ioread32(bank->base + NPCM7XX_GP_N_OTYP), in npcmgpio_dbg_show()
1737 rc = !(ioread32(bank->base + NPCM7XX_GP_N_OTYP) & pinmask); in npcm7xx_config_get()
1740 rc = ioread32(bank->base + NPCM7XX_GP_N_OTYP) & pinmask; in npcm7xx_config_get()
1797 npcm_gpio_clr(&bank->gc, bank->base + NPCM7XX_GP_N_OTYP, gpio); in npcm7xx_config_set_one()
1800 npcm_gpio_set(&bank->gc, bank->base + NPCM7XX_GP_N_OTYP, gpio); in npcm7xx_config_set_one()