Searched refs:LP_CONFIG2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-lynxpoint.c | 157 #define LP_CONFIG2 0x104 macro 169 /* LP_CONFIG2 reg bits */ 182 * (LP_CONFIG1 and LP_CONFIG2), with 95 GPIOs there's a total of 235 if (reg == LP_CONFIG1 || reg == LP_CONFIG2) in lp_gpio_reg() 306 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_dbg_show() 405 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_gpio_request_enable() 436 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_gpio_disable_free() 495 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_config_get() 537 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_config_set() 938 lp_gpio_enable_input(lp_gpio_reg(chip, i, LP_CONFIG2)); in lp_gpio_resume() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-lynxpoint.c | 159 #define LP_CONFIG2 0x104 macro 171 /* LP_CONFIG2 reg bits */ 184 * (LP_CONFIG1 and LP_CONFIG2), with 95 GPIOs there's a total of 222 if (reg == LP_CONFIG1 || reg == LP_CONFIG2) in lp_gpio_reg() 265 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_dbg_show() 336 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_gpio_request_enable() 367 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_gpio_disable_free() 426 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_config_get() 469 void __iomem *conf2 = lp_gpio_reg(&lg->chip, pin, LP_CONFIG2); in lp_pin_config_set() 874 lp_gpio_enable_input(lp_gpio_reg(chip, i, LP_CONFIG2)); in lp_gpio_resume() [all...] |
Completed in 3 milliseconds