Home
last modified time | relevance | path

Searched refs:pin_desc (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-sti.c57 void sti_alternate_select(struct udevice *dev, struct sti_pin_desc *pin_desc) in sti_alternate_select() argument
61 int alt = pin_desc->alt; in sti_alternate_select()
62 int bank = pin_desc->bank; in sti_alternate_select()
63 int pin = pin_desc->pin; in sti_alternate_select()
91 void sti_pin_configure(struct udevice *dev, struct sti_pin_desc *pin_desc) in sti_pin_configure() argument
97 int bank = pin_desc->bank; in sti_pin_configure()
127 switch (pin_desc->dir) { in sti_pin_configure()
146 __func__, pin_desc->dir); in sti_pin_configure()
173 bit = ((bank * 8) + pin_desc->pin) % 32; in sti_pin_configure()
221 struct sti_pin_desc pin_desc; in sti_pinctrl_set_state() local
[all …]
H A Dpinctrl-max96745.c35 struct pin_desc { struct
40 static const struct pin_desc max96745_pins[] = { argument
H A Dpinctrl-max96755f.c41 struct pin_desc { struct
46 static const struct pin_desc max96755f_pins[] = { argument