Home
last modified time | relevance | path

Searched refs:set_drivestrength (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c91 void (*set_drivestrength)(struct at91_port *pio, u32 pin, member
261 .set_drivestrength = at91_mux_sam9x5_set_drivestrength,
273 .set_drivestrength = at91_mux_sama5d3_set_drivestrength,
339 if (ops->set_drivestrength) in at91_pinconf_set()
340 ops->set_drivestrength(pio, pin, in at91_pinconf_set()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.c204 void (*set_drivestrength)(void __iomem *pio, unsigned pin, member
732 .set_drivestrength = at91_mux_sam9x5_set_drivestrength,
751 .set_drivestrength = at91_mux_sam9x60_set_drivestrength,
772 .set_drivestrength = at91_mux_sama5d3_set_drivestrength,
1065 if (info->ops->set_drivestrength) in at91_pinconf_set()
1066 info->ops->set_drivestrength(pio, pin, in at91_pinconf_set()