Home
last modified time | relevance | path

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

/u-boot/include/
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;
/u-boot/drivers/pinctrl/renesas/
A Dsh_pfc.h111 struct pinmux_cfg_reg { struct
112 u32 reg;
113 u8 reg_width, field_width;
115 u16 nr_enum_ids; /* for variable width regs only */
120 const u16 *enum_ids;
121 const u8 *var_field_width;

Completed in 5 milliseconds