Home
last modified time | relevance | path

Searched full:io_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-gpio.c53 * @io_ctrl: I/O register base for PINCONF support outside the GPIO block
62 void __iomem *io_ctrl; member
71 IO_CTRL enumerator
98 if (address == IO_CTRL) in nsp_set_bit()
99 base_address = chip->io_ctrl; in nsp_set_bit()
119 if (address == IO_CTRL) in nsp_get_bit()
120 return !!(readl(chip->io_ctrl + reg) & BIT(gpio)); in nsp_get_bit()
359 nsp_set_bit(chip, IO_CTRL, NSP_GPIO_SLEW_RATE_EN, gpio, true); in nsp_gpio_set_slew()
361 nsp_set_bit(chip, IO_CTRL, NSP_GPIO_SLEW_RATE_EN, gpio, false); in nsp_gpio_set_slew()
372 nsp_set_bit(chip, IO_CTRL, NSP_PULL_DOWN_EN, gpio, pull_down); in nsp_gpio_set_pull()
[all …]
/linux/sound/soc/codecs/
H A Dnau8325.h104 /* IO_CTRL (0x0a) */
/linux/drivers/nfc/
H A Dtrf7970a.c449 u8 io_ctrl; member
1091 trf->io_ctrl | TRF7970A_REG_IO_CTRL_VRS(0x1)); in trf7970a_init()
1810 trf->io_ctrl | TRF7970A_REG_IO_CTRL_VRS(0x1)); in _trf7970a_tg_listen()
2170 trf->io_ctrl = TRF7970A_REG_IO_CTRL_IO_LOW; in trf7970a_probe()