/u-boot/include/ |
A D | spartan3.h | 77 #define XILINX_XC3S50_DESC(iface, fn_table, cookie) \ argument 81 #define XILINX_XC3S200_DESC(iface, fn_table, cookie) \ argument 85 #define XILINX_XC3S400_DESC(iface, fn_table, cookie) \ argument 89 #define XILINX_XC3S1000_DESC(iface, fn_table, cookie) \ argument 93 #define XILINX_XC3S1500_DESC(iface, fn_table, cookie) \ argument 97 #define XILINX_XC3S2000_DESC(iface, fn_table, cookie) \ argument 101 #define XILINX_XC3S4000_DESC(iface, fn_table, cookie) \ argument 105 #define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \ argument 110 #define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \ argument 114 #define XILINX_XC3S250E_DESC(iface, fn_table, cookie) \ argument [all …]
|
A D | virtex2.h | 57 #define XILINX_XC2V40_DESC(iface, fn_table, cookie) \ argument 61 #define XILINX_XC2V80_DESC(iface, fn_table, cookie) \ argument 65 #define XILINX_XC2V250_DESC(iface, fn_table, cookie) \ argument 69 #define XILINX_XC2V500_DESC(iface, fn_table, cookie) \ argument 73 #define XILINX_XC2V1000_DESC(iface, fn_table, cookie) \ argument 77 #define XILINX_XC2V1500_DESC(iface, fn_table, cookie) \ argument 81 #define XILINX_XC2V2000_DESC(iface, fn_table, cookie) \ argument 85 #define XILINX_XC2V3000_DESC(iface, fn_table, cookie) \ argument 89 #define XILINX_XC2V4000_DESC(iface, fn_table, cookie) \ argument 93 #define XILINX_XC2V6000_DESC(iface, fn_table, cookie) \ argument [all …]
|
A D | spartan2.h | 67 #define XILINX_XC2S15_DESC(iface, fn_table, cookie) \ argument 71 #define XILINX_XC2S30_DESC(iface, fn_table, cookie) \ argument 75 #define XILINX_XC2S50_DESC(iface, fn_table, cookie) \ argument 79 #define XILINX_XC2S100_DESC(iface, fn_table, cookie) \ argument 83 #define XILINX_XC2S150_DESC(iface, fn_table, cookie) \ argument 87 #define XILINX_XC2S200_DESC(iface, fn_table, cookie) \ argument 91 #define XILINX_XC2S50E_DESC(iface, fn_table, cookie) \ argument 95 #define XILINX_XC2S100E_DESC(iface, fn_table, cookie) \ argument 99 #define XILINX_XC2S150E_DESC(iface, fn_table, cookie) \ argument 103 #define XILINX_XC2S200E_DESC(iface, fn_table, cookie) \ argument [all …]
|
A D | ACEX1K.h | 76 #define Altera_EP1K100_DESC(iface, fn_table, cookie) \ argument 77 { Altera_ACEX1K, iface, Altera_EP1K100_SIZE, fn_table, cookie }
|
A D | xilinx.h | 42 xilinx_iface iface; /* interface type */ member
|
/u-boot/common/ |
A D | usb_kbd.c | 150 struct usb_interface *iface = &dev->config.if_desc[0]; in usb_kbd_setled() local 157 0x200, iface->desc.bInterfaceNumber, leds, 1, 0); in usb_kbd_setled() 363 struct usb_interface *iface; 365 iface = &dev->config.if_desc[0]; 366 usb_get_report(dev, iface->desc.bInterfaceNumber, 443 struct usb_interface *iface; local 451 iface = &dev->config.if_desc[ifnum]; 453 if (iface->desc.bInterfaceClass != USB_CLASS_HID) 463 ep = &iface->ep_desc[epNum]; 473 if (epNum == iface->desc.bNumEndpoints) [all …]
|
A D | usb_hub.c | 880 struct usb_interface *iface; in usb_hub_check() local 883 iface = &dev->config.if_desc[ifnum]; in usb_hub_check() 885 if (iface->desc.bInterfaceClass != USB_CLASS_HUB) in usb_hub_check() 889 if ((iface->desc.bInterfaceSubClass != 0) && in usb_hub_check() 890 (iface->desc.bInterfaceSubClass != 1)) in usb_hub_check() 893 if (iface->desc.bNumEndpoints != 1) in usb_hub_check() 895 ep = &iface->ep_desc[0]; in usb_hub_check() 908 iface->desc.bInterfaceClass, iface->desc.bInterfaceSubClass, in usb_hub_check() 909 iface->desc.bNumEndpoints); in usb_hub_check()
|
A D | usb_storage.c | 1302 struct usb_interface *iface; in usb_storage_probe() local 1308 iface = &dev->config.if_desc[ifnum]; in usb_storage_probe() 1311 iface->desc.bInterfaceClass != USB_CLASS_MASS_STORAGE || in usb_storage_probe() 1312 iface->desc.bInterfaceSubClass < US_SC_MIN || in usb_storage_probe() 1313 iface->desc.bInterfaceSubClass > US_SC_MAX) { in usb_storage_probe() 1329 ss->subclass = iface->desc.bInterfaceSubClass; in usb_storage_probe() 1330 ss->protocol = iface->desc.bInterfaceProtocol; in usb_storage_probe() 1362 for (i = 0; i < iface->desc.bNumEndpoints; i++) { in usb_storage_probe() 1363 ep_desc = &iface->ep_desc[i]; in usb_storage_probe() 1388 if (usb_set_interface(dev, iface->desc.bInterfaceNumber, 0) || in usb_storage_probe()
|
/u-boot/drivers/fpga/ |
A D | altera.c | 65 if ((desc->iface < min_altera_iface_type) || in altera_validate() 66 (desc->iface > max_altera_iface_type)) { in altera_validate() 67 printf("%s: Invalid Interface type, %d\n", fn, desc->iface); in altera_validate() 140 switch (desc->iface) { in altera_info() 167 printf("Unsupported interface type, %d\n", desc->iface); in altera_info()
|
A D | cyclon2.c | 43 switch (desc->iface) { in CYC2_load() 63 __func__, desc->iface); in CYC2_load() 73 switch (desc->iface) { in CYC2_dump() 83 __func__, desc->iface); in CYC2_dump()
|
A D | lattice.c | 267 if ((desc->iface > min_lattice_iface_type) && in lattice_validate() 268 (desc->iface < max_lattice_iface_type)) { in lattice_validate() 276 fn, desc->iface); in lattice_validate() 346 switch (desc->iface) { in lattice_info() 352 printf("Unsupported interface type, %d\n", desc->iface); in lattice_info()
|
A D | stratixII.c | 21 switch (desc->iface) { in StratixII_load() 35 desc->iface); in StratixII_load() 44 switch (desc->iface) { in StratixII_dump() 53 desc->iface); in StratixII_dump()
|
A D | ACEX1K.c | 45 switch (desc->iface) { in ACEX1K_load() 55 __FUNCTION__, desc->iface); in ACEX1K_load() 65 switch (desc->iface) { in ACEX1K_dump() 75 __FUNCTION__, desc->iface); in ACEX1K_dump()
|
A D | xilinx.c | 239 switch (desc->iface) { in xilinx_info() 269 printf ("Unsupported interface type, %d\n", desc->iface); in xilinx_info() 303 if ((desc->iface > min_xilinx_iface_type) && in xilinx_validate() 304 (desc->iface < max_xilinx_iface_type)) { in xilinx_validate() 311 fn, desc->iface); in xilinx_validate()
|
A D | spartan2.c | 48 switch (desc->iface) { in spartan2_load() 61 __FUNCTION__, desc->iface); in spartan2_load() 71 switch (desc->iface) { in spartan2_dump() 84 __FUNCTION__, desc->iface); in spartan2_dump()
|
A D | spartan3.c | 52 switch (desc->iface) { in spartan3_load() 65 __FUNCTION__, desc->iface); in spartan3_load() 75 switch (desc->iface) { in spartan3_dump() 88 __FUNCTION__, desc->iface); in spartan3_dump()
|
A D | virtex2.c | 101 switch (desc->iface) { in virtex2_load() 114 __func__, desc->iface); in virtex2_load() 123 switch (desc->iface) { in virtex2_dump() 136 __func__, desc->iface); in virtex2_dump()
|
/u-boot/drivers/usb/eth/ |
A D | usb_ether.c | 27 struct usb_interface *iface; in usb_ether_register() local 31 iface = &udev->config.if_desc[ifnum]; in usb_ether_register() 44 int ep_addr = iface->ep_desc[i].bEndpointAddress; in usb_ether_register() 47 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register() 61 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register() 63 ueth->ep_int = iface->ep_desc[i].bEndpointAddress & in usb_ether_register() 65 ueth->irqinterval = iface->ep_desc[i].bInterval; in usb_ether_register()
|
A D | smsc95xx.c | 844 struct usb_interface *iface; in smsc95xx_eth_probe() local 849 iface = &dev->config.if_desc[ifnum]; in smsc95xx_eth_probe() 877 if ((iface->ep_desc[i].bmAttributes & in smsc95xx_eth_probe() 879 if (iface->ep_desc[i].bEndpointAddress & USB_DIR_IN) in smsc95xx_eth_probe() 881 iface->ep_desc[i].bEndpointAddress & in smsc95xx_eth_probe() 885 iface->ep_desc[i].bEndpointAddress & in smsc95xx_eth_probe() 890 if ((iface->ep_desc[i].bmAttributes & in smsc95xx_eth_probe() 892 ss->ep_int = iface->ep_desc[i].bEndpointAddress & in smsc95xx_eth_probe() 894 ss->irqinterval = iface->ep_desc[i].bInterval; in smsc95xx_eth_probe()
|
A D | mcs7830.c | 724 struct usb_interface *iface; in mcs7830_eth_probe() local 733 iface = &dev->config.if_desc[ifnum]; in mcs7830_eth_probe() 734 iface_desc = &iface->desc; in mcs7830_eth_probe() 767 eptype = iface->ep_desc[i].bmAttributes; in mcs7830_eth_probe() 770 epaddr = iface->ep_desc[i].bEndpointAddress; in mcs7830_eth_probe() 788 ss->irqinterval = iface->ep_desc[i].bInterval; in mcs7830_eth_probe()
|
A D | asix.c | 630 struct usb_interface *iface; in asix_eth_probe() local 636 iface = &dev->config.if_desc[ifnum]; in asix_eth_probe() 674 if ((iface->ep_desc[i].bmAttributes & in asix_eth_probe() 676 u8 ep_addr = iface->ep_desc[i].bEndpointAddress; in asix_eth_probe() 693 if ((iface->ep_desc[i].bmAttributes & in asix_eth_probe() 695 ss->ep_int = iface->ep_desc[i].bEndpointAddress & in asix_eth_probe() 697 ss->irqinterval = iface->ep_desc[i].bInterval; in asix_eth_probe()
|
A D | asix88179.c | 636 struct usb_interface *iface; in ax88179_eth_probe() local 643 iface = &dev->config.if_desc[ifnum]; in ax88179_eth_probe() 681 if ((iface->ep_desc[i].bmAttributes & in ax88179_eth_probe() 683 ss->ep_int = iface->ep_desc[i].bEndpointAddress & in ax88179_eth_probe() 685 ss->irqinterval = iface->ep_desc[i].bInterval; in ax88179_eth_probe() 690 if (!((iface->ep_desc[i].bmAttributes & in ax88179_eth_probe() 694 u8 ep_addr = iface->ep_desc[i].bEndpointAddress; in ax88179_eth_probe()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_timings.c | 292 struct nand_data_interface *iface, in onfi_init_data_interface() argument 302 *iface = onfi_sdr_timings[timing_mode]; in onfi_init_data_interface() 311 struct nand_sdr_timings *timings = &iface->timings.sdr; in onfi_init_data_interface()
|
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 551 struct usb_interface_descriptor *iface, in usb_find_and_bind_driver() argument 572 if (!usb_match_one_id(desc, iface, id)) in usb_find_and_bind_driver() 616 struct usb_interface_descriptor *iface, in usb_find_child() argument 632 if (usb_match_one_id(desc, iface, &plat->id)) { in usb_find_child() 651 struct usb_interface_descriptor *iface = &udev->config.if_desc[0].desc; in usb_scan_device() local 697 ret = usb_find_child(parent, &udev->descriptor, iface, &dev); in usb_scan_device() 703 iface, in usb_scan_device()
|
/u-boot/drivers/qe/ |
A D | uec_phy.c | 500 phy_interface_t iface = uec->uec_info->enet_interface_type; in uec_marvell_init() local 504 (iface == PHY_INTERFACE_MODE_RGMII_ID || in uec_marvell_init() 505 iface == PHY_INTERFACE_MODE_RGMII_RXID || in uec_marvell_init() 506 iface == PHY_INTERFACE_MODE_RGMII_TXID)) { in uec_marvell_init() 510 if (iface == PHY_INTERFACE_MODE_RGMII_ID) { in uec_marvell_init() 512 } else if (iface == PHY_INTERFACE_MODE_RGMII_RXID) { in uec_marvell_init() 515 } else if (iface == PHY_INTERFACE_MODE_RGMII_TXID) { in uec_marvell_init()
|