Searched refs:MAX_USTOR (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSBEntry.c | 672 { 0*MAX_USTOR, 1*MAX_USTOR}, 685 { 2*MAX_USTOR, 3*MAX_USTOR}, 698 { MAX_USTOR, 2*MAX_USTOR}, 711 { 3*MAX_USTOR, 4*MAX_USTOR}, 725 { 4*MAX_USTOR, 5*MAX_USTOR},
|
| H A D | drvMassStor.c | 589 startId = (MAX_USTOR* (((struct usb_hcd *)pudev->bus->hcpriv)->host_id)); in ms_usb_msc_probe() 590 USB_ASSERT(startId < NUM_OF_ROOT_HUB*MAX_USTOR, "startId >= NUM_OF_ROOT_HUB*MAX_USTOR\n"); in ms_usb_msc_probe() 593 for (i=startId; i<startId+MAX_USTOR; i++) in ms_usb_msc_probe()
|
| H A D | drvMSC.h | 89 #define MAX_USTOR 8 // maximux mass storage device per root hub port macro
|
| H A D | drvMassStor.h | 191 extern struct ms_usdata *Mass_stor_us[NUM_OF_ROOT_HUB*MAX_USTOR];
|
| H A D | drvMSC.c | 99 struct ms_usdata *Mass_stor_us[NUM_OF_ROOT_HUB*MAX_USTOR] = {NULL};
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBEntry.c | 893 for (us_id=0; us_id<MAX_USTOR; us_id++) in UsbTask() 1181 for (us_id=0; us_id<MAX_USTOR; us_id++) in UsbTask() 1483 { 0*MAX_USTOR, 1*MAX_USTOR}, 1494 { 2*MAX_USTOR, 3*MAX_USTOR}, // TODO: re-arrange 1508 { MAX_USTOR, 2*MAX_USTOR}, 1522 { 3*MAX_USTOR, 4*MAX_USTOR},
|
| H A D | drvUSBEntry_2.c | 266 for (us_id=2*MAX_USTOR; us_id<3*MAX_USTOR; us_id++) in UsbTask_Port2() 490 for (us_id=MAX_USTOR; us_id<MAX_USTOR*2; us_id++) in UsbTask_Port2()
|
| H A D | drvMassStor.c | 1027 for (ii=0; ii<NUM_OF_ROOT_HUB*MAX_USTOR; ii++) in usb_stor_release_resources() 1050 if (startId >= NUM_OF_ROOT_HUB*MAX_USTOR) in GetUStorID() 1053 for (i=startId; i<startId+MAX_USTOR; i++) in GetUStorID() 1155 i = GetUStorID(MAX_USTOR* (((struct usb_hcd *)pudev->bus->hcpriv)->host_id)); in storage_probe()
|
| H A D | drvSCSI.c | 98 struct us_data *Mass_stor_us[NUM_OF_ROOT_HUB*MAX_USTOR] = {NULL}; 807 if (uPort < MAX_USTOR) 809 else if (uPort < MAX_USTOR*2)
|
| H A D | drvMassStor.h | 259 extern struct us_data *Mass_stor_us[NUM_OF_ROOT_HUB*MAX_USTOR]; //USB_2
|
| H A D | drvSCSI.h | 89 #define MAX_USTOR 8 macro
|