Searched refs:_port_ (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBDisk.c | 143 #define USB_DISK_INSTANCE(_number_,_port_,_name_) \ argument 144 static usb_disk_info_t usb_disk_info##_port_##_number_ = { \ 150 disk_controller usb_disk_controller##_port_##_number_ = { \ 155 DISK_CHANNEL(usb_disk_channel##_port_##_number_, \ 157 usb_disk_info##_port_##_number_, \ 158 usb_disk_controller##_port_##_number_, \ 161 BLOCK_DEVTAB_ENTRY(usb_disk_io##_port_##_number_, \ 167 &usb_disk_channel##_port_##_number_ \ 170 #define USB_DISK_INSTANCE(_number_,_port_,_name_) \ argument 171 static usb_disk_info_t usb_disk_info##_port_##_number_ = { \ [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSBDisk.c | 141 #define USB_DISK_INSTANCE(_number_,_port_,_name_) \ argument 142 static usb_disk_info_t usb_disk_info##_port_##_number_ = { \ 148 disk_controller usb_disk_controller##_port_##_number_ = { \ 153 DISK_CHANNEL(usb_disk_channel##_port_##_number_, \ 155 usb_disk_info##_port_##_number_, \ 156 usb_disk_controller##_port_##_number_, \ 159 BLOCK_DEVTAB_ENTRY(usb_disk_io##_port_##_number_, \ 165 &usb_disk_channel##_port_##_number_ \ 168 #define USB_DISK_INSTANCE(_number_,_port_,_name_) \ argument 169 static usb_disk_info_t usb_disk_info##_port_##_number_ = { \ [all …]
|