Searched refs:sts_reg (Results 1 – 2 of 2) sorted by relevance
333 void usbhs_xxxsts_clear(struct usbhs_priv *priv, u16 sts_reg, u16 bit);
281 void usbhs_xxxsts_clear(struct usbhs_priv *priv, u16 sts_reg, u16 bit) in usbhs_xxxsts_clear() argument285 usbhs_write(priv, sts_reg, ~(1 << bit) & pipe_mask); in usbhs_xxxsts_clear()