Home
last modified time | relevance | path

Searched defs:regbit (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-aw9523.c234 int regbit = pin % AW9523_PINS_PER_PORT; in aw9523_pconf_get() local
288 int regbit = pin % AW9523_PINS_PER_PORT; in aw9523_pconf_set() local
391 static int aw9523_get_port_state(struct regmap *regmap, u8 pin, u8 regbit, in aw9523_get_port_state()
525 u8 regbit = offset % AW9523_PINS_PER_PORT; in aw9523_gpio_get_direction() local
538 u8 regbit = offset % AW9523_PINS_PER_PORT; in aw9523_gpio_get() local
560 static int _aw9523_gpio_get_multiple(struct aw9523 *awi, u8 regbit, in _aw9523_gpio_get_multiple()
662 u8 regbit = offset % AW9523_PINS_PER_PORT; in aw9523_gpio_set() local
674 u8 regbit = offset % AW9523_PINS_PER_PORT; in aw9523_direction_input() local
689 u8 regbit = offset % AW9523_PINS_PER_PORT; in aw9523_direction_output() local
/linux-6.12.1/drivers/clk/renesas/
Dr9a06g032-clocks.c50 struct regbit { struct
55 #define RB(_reg, _bit) ((struct regbit) { \ argument
/linux-6.12.1/arch/powerpc/kernel/
Dprocess.c1468 struct regbit { struct
1473 static struct regbit msr_bits[] = { argument