Home
last modified time | relevance | path

Searched refs:PhytoCacheAddr (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h462 #define PhytoCacheAddr(x) MsOS_PA2KSEG0((U32)x) macro
466 #define PhytoCacheAddr(x) (x) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h462 #define PhytoCacheAddr(x) MsOS_PA2KSEG0((U32)x) macro
466 #define PhytoCacheAddr(x) (x) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h466 #define PhytoCacheAddr(x) MsOS_PA2KSEG0((U32)x) macro
470 #define PhytoCacheAddr(x) (x) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h462 #define PhytoCacheAddr(x) MsOS_PA2KSEG0((U32)x) macro
466 #define PhytoCacheAddr(x) (x) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvUsbMain_4.c1517 …result= bSCSI_Read_Write10_Port4(FALSE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)… in MDrv_UsbBlockReadToMIU_Port4()
1610 …result= bSCSI_Read_Write10_Port4(TRUE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)); in MDrv_UsbBlockWriteFromMIU_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvUsbMain_3.c1545 …result= bSCSI_Read_Write10_Port3(FALSE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)… in MDrv_UsbBlockReadToMIU_Port3()
1638 …result= bSCSI_Read_Write10_Port3(TRUE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)); in MDrv_UsbBlockWriteFromMIU_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvUsbMain_2.c1548 …result= bSCSI_Read_Write10_Port2(FALSE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)… in MDrv_UsbBlockReadToMIU_Port2()
1641 …result= bSCSI_Read_Write10_Port2(TRUE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)); in MDrv_UsbBlockWriteFromMIU_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvUsbMain.c2042 result= bSCSI_Read_Write10(FALSE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)); in MDrv_UsbBlockReadToMIU()
2136 result= bSCSI_Read_Write10(TRUE,lun, u32BlockAddr, u32BlockNum, PhytoCacheAddr(u32MIUAddr)); in MDrv_UsbBlockWriteFromMIU()