Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c1052 static void setPortChange (hci_t * hci, __u16 bitPos) in setPortChange() argument
1056 switch (bitPos) { in setPortChange()
1058 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1062 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1066 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1070 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1074 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1078 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1095 static void clrPortChange (hci_t * hci, __u16 bitPos) in clrPortChange() argument
1098 switch (bitPos) { in clrPortChange()
[all …]
Dhc_sl811_rh.c28 static void setPortStatus (hci_t * hci, __u16 bitPos);
29 static void setPortChange (hci_t * hci, __u16 bitPos);
30 static void clrPortStatus (hci_t * hci, __u16 bitPos);
31 static void clrPortChange (hci_t * hci, __u16 bitPos);