Home
last modified time | relevance | path

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 DdrvHostLib_4.c202 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 DdrvHostLib_3.c202 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 DdrvHostLib_2.c202 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 DdrvHostLib.c187 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 DdrvHostLib_2.h244 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 DdrvHostLib_4.h244 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 DdrvHostLib.h246 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 DdrvHostLib_3.h244 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);