Searched refs:pinconf (Results 1 – 12 of 12) sorted by relevance
/drivers/pinctrl/qcom/ |
D | Kconfig | 21 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 48 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 57 This is the pinctrl, pinmux, pinconf and gpiolib driver for 68 This is the pinctrl, pinmux, pinconf and gpiolib driver for 79 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 89 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 98 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 106 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
/drivers/pinctrl/ti/ |
D | Kconfig | 3 tristate "TI IODelay Module pinconf driver" 10 Say Y here to support Texas Instruments' IO delay pinconf driver.
|
/drivers/pinctrl/pxa/ |
D | Kconfig | 15 This is the pinctrl, pinmux, pinconf driver for the Marvell 23 This is the pinctrl, pinmux, pinconf driver for the Marvell
|
/drivers/pinctrl/ |
D | Makefile | 8 obj-$(CONFIG_PINCONF) += pinconf.o 9 obj-$(CONFIG_GENERIC_PINCONF) += pinconf-generic.o
|
D | pinctrl-thunderbay.c | 1144 unsigned int pinconf; in thunderbay_pinconf_set() local 1148 for (pinconf = 0; pinconf < num_configs; pinconf++) { in thunderbay_pinconf_set() 1149 param = pinconf_to_config_param(configs[pinconf]); in thunderbay_pinconf_set() 1150 arg = pinconf_to_config_argument(configs[pinconf]); in thunderbay_pinconf_set()
|
D | pinctrl-bm1880.c | 39 const struct bm1880_pinconf_data *pinconf; member 1185 ret = bm1880_pinconf_drv_get(pctrl->pinconf[pin].drv_bits, in bm1880_pinconf_cfg_get() 1247 pctrl->pinconf[pin].drv_bits, in bm1880_pinconf_cfg_set() 1326 pctrl->pinconf = bm1880_pinconf; in bm1880_pinctrl_probe()
|
D | Kconfig | 158 Driver for TI DA850/OMAP-L138/AM18XX pinconf. Used to control
|
/drivers/pinctrl/renesas/ |
D | pinctrl-rza2.c | 37 #define MUX_FUNC(pinconf) ((pinconf & MUX_FUNC_MASK) >> MUX_FUNC_OFFS) argument
|
D | pinctrl-rza1.c | 64 #define MUX_FUNC(pinconf) \ argument 65 ((pinconf & MUX_FUNC_MASK) >> MUX_FUNC_OFFS)
|
D | pinctrl-rzv2m.c | 39 #define MUX_FUNC(pinconf) FIELD_GET(MUX_FUNC_MASK, (pinconf)) argument
|
D | pinctrl-rzg2l.c | 38 #define MUX_FUNC(pinconf) (((pinconf) & MUX_FUNC_MASK) >> MUX_FUNC_OFFS) argument
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 390 u8 pinctrl[6], pinconf[10], voutctrl4; in cx25840_s_io_pin_config() local 396 pinconf[i] = cx25840_read(client, 0x11c + i); in cx25840_s_io_pin_config() 421 pinconf[3] &= 0xf0; in cx25840_s_io_pin_config() 422 pinconf[3] |= cx25840_function_to_pad(client, in cx25840_s_io_pin_config() 450 pinconf[4] &= 0xf0; in cx25840_s_io_pin_config() 451 pinconf[4] |= cx25840_function_to_pad(client, in cx25840_s_io_pin_config() 481 pinconf[6] = 0; in cx25840_s_io_pin_config() 485 pinconf[6] = 1; in cx25840_s_io_pin_config() 489 pinconf[6] = 5; in cx25840_s_io_pin_config() 493 pinconf[6] = 2; in cx25840_s_io_pin_config() [all …]
|