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

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c281 static bool isp1760_hcd_is_set(struct usb_hcd *hcd, u32 field) function
293 return isp1760_hcd_is_set(hcd, HCS_PPC);
2114 if (isp1760_hcd_is_set(hcd, PORT_OWNER) &&
2115 isp1760_hcd_is_set(hcd, PORT_CSC)) {
2126 if (isp1760_hcd_is_set(hcd, PORT_CSC) ||
2127 (isp1760_hcd_is_set(hcd, PORT_RESUME) &&
2174 if (!(isp1760_hcd_is_set(hcd, PORT_CONNECT)))
2178 if (!isp1760_hcd_is_set(hcd, PORT_PE)) {
2243 if (isp1760_hcd_is_set(hcd, PORT_RESET))
2246 if (isp1760_hcd_is_set(hc
[all...]

Completed in 201 milliseconds