Searched refs:wBitNum (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/ |
| H A D | drvHostLib_4.c | 202 int mwHost20Bit_Rd_Port4(int bByte,int wBitNum) in mwHost20Bit_Rd_Port4() argument 204 return (mwHost20Port_Port4(bByte)&wBitNum); in mwHost20Bit_Rd_Port4() 206 void mwHost20Bit_Set_Port4(int bByte,int wBitNum) in mwHost20Bit_Set_Port4() argument 210 temp|=wBitNum; in mwHost20Bit_Set_Port4() 214 void mwHost20Bit_Clr_Port4(int bByte,int wBitNum) in mwHost20Bit_Clr_Port4() argument 218 temp&=~wBitNum; in mwHost20Bit_Clr_Port4()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/ |
| H A D | drvHostLib_3.c | 202 int mwHost20Bit_Rd_Port3(int bByte,int wBitNum) in mwHost20Bit_Rd_Port3() argument 204 return (mwHost20Port_Port3(bByte)&wBitNum); in mwHost20Bit_Rd_Port3() 206 void mwHost20Bit_Set_Port3(int bByte,int wBitNum) in mwHost20Bit_Set_Port3() argument 210 temp|=wBitNum; in mwHost20Bit_Set_Port3() 214 void mwHost20Bit_Clr_Port3(int bByte,int wBitNum) in mwHost20Bit_Clr_Port3() argument 218 temp&=~wBitNum; in mwHost20Bit_Clr_Port3()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/ |
| H A D | drvHostLib_2.c | 202 int mwHost20Bit_Rd_Port2(int bByte,int wBitNum) in mwHost20Bit_Rd_Port2() argument 204 return (mwHost20Port_Port2(bByte)&wBitNum); in mwHost20Bit_Rd_Port2() 206 void mwHost20Bit_Set_Port2(int bByte,int wBitNum) in mwHost20Bit_Set_Port2() argument 210 temp|=wBitNum; in mwHost20Bit_Set_Port2() 214 void mwHost20Bit_Clr_Port2(int bByte,int wBitNum) in mwHost20Bit_Clr_Port2() argument 218 temp&=~wBitNum; in mwHost20Bit_Clr_Port2()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/ |
| H A D | drvHostLib.c | 187 int mwHost20Bit_Rd(int bByte,int wBitNum) in mwHost20Bit_Rd() argument 189 return (mwHost20Port(bByte)&wBitNum); in mwHost20Bit_Rd() 191 void mwHost20Bit_Set(int bByte,int wBitNum) in mwHost20Bit_Set() argument 195 temp|=wBitNum; in mwHost20Bit_Set() 199 void mwHost20Bit_Clr(int bByte,int wBitNum) in mwHost20Bit_Clr() argument 203 temp&=~wBitNum; in mwHost20Bit_Clr()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvHostLib_2.h | 244 int mwHost20Bit_Rd_Port2(int bByte,int wBitNum); 245 void mwHost20Bit_Set_Port2(int bByte,int wBitNum); 246 void mwHost20Bit_Clr_Port2(int bByte,int wBitNum);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/ |
| H A D | drvHostLib_4.h | 244 int mwHost20Bit_Rd_Port4(int bByte,int wBitNum); 245 void mwHost20Bit_Set_Port4(int bByte,int wBitNum); 246 void mwHost20Bit_Clr_Port4(int bByte,int wBitNum);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHostLib.h | 246 int mwHost20Bit_Rd(int bByte,int wBitNum); 247 void mwHost20Bit_Set(int bByte,int wBitNum); 248 void mwHost20Bit_Clr(int bByte,int wBitNum);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvHostLib_3.h | 244 int mwHost20Bit_Rd_Port3(int bByte,int wBitNum); 245 void mwHost20Bit_Set_Port3(int bByte,int wBitNum); 246 void mwHost20Bit_Clr_Port3(int bByte,int wBitNum);
|