Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()