Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsh_pfc.h44 struct pinmux_cfg_reg { struct
45 unsigned long reg, reg_width, field_width;
46 unsigned long *cnt;
47 pinmux_enum_t *enum_ids;
48 unsigned long *var_field_width;
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h96 struct pinmux_cfg_reg { struct
97 u32 reg;
98 u8 reg_width, field_width;
99 const u16 *enum_ids;
100 const u8 *var_field_width;
/openbmc/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h102 struct pinmux_cfg_reg { struct
103 u32 reg;
104 u8 reg_width, field_width;
106 u16 nr_enum_ids; /* for variable width regs only */
111 const u16 *enum_ids;
112 const s8 *var_field_width;