Searched refs:rt_pin_mask (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c232 u32 rt_pin_mask; member in struct:st_pio_control
945 if ((BIT(pin) & pc->rt_pin_mask))
956 if ((BIT(pin) & pc->rt_pin_mask))
1094 u32 pin_mask = pc->rt_pin_mask;
1154 pc->rt_pin_mask = 0xff;
1155 of_property_read_u32(np, "st,retime-pin-mask", &pc->rt_pin_mask);

Completed in 140 milliseconds