Searched refs:pin_desc (Results 1 – 3 of 3) sorted by relevance
57 void sti_alternate_select(struct udevice *dev, struct sti_pin_desc *pin_desc) in sti_alternate_select() argument61 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() argument97 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 …]
35 struct pin_desc { struct40 static const struct pin_desc max96745_pins[] = { argument
41 struct pin_desc { struct46 static const struct pin_desc max96755f_pins[] = { argument