| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | pci.c | 64 u16 vendor; in pci_assign_irqs() local 69 pci_read_config16(bdf, PCI_VENDOR_ID, &vendor); in pci_assign_irqs() 70 if (vendor == 0xffff || vendor == 0x0000) in pci_assign_irqs()
|
| H A D | cpu.c | 142 const char *cpu_vendor_name(int vendor) in cpu_vendor_name() argument 146 if ((vendor < (ARRAY_SIZE(x86_vendor_name))) && in cpu_vendor_name() 147 (x86_vendor_name[vendor] != 0)) in cpu_vendor_name() 148 name = x86_vendor_name[vendor]; in cpu_vendor_name()
|
| H A D | cpu_x86.c | 32 const char *vendor = cpu_vendor_name(gd->arch.x86_vendor); in cpu_x86_get_vendor() local 34 if (size < (strlen(vendor) + 1)) in cpu_x86_get_vendor() 37 strcpy(buf, vendor); in cpu_x86_get_vendor()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_common.c | 272 pci_dev_t pci_find_device(unsigned int vendor, unsigned int device, int index) in pci_find_device() argument 276 ids[0].vendor = vendor; in pci_find_device() 286 u16 vendor, device; in pci_hose_find_devices() local 306 pci_read_config_word(bdf, PCI_VENDOR_ID, &vendor); in pci_hose_find_devices() 309 for (i = 0; ids[i].vendor != 0; i++) { in pci_hose_find_devices() 310 if (vendor == ids[i].vendor && in pci_hose_find_devices()
|
| H A D | pci.c | 288 unsigned int vendor, in pci_find_config() argument 296 for (table = hose->config_table; table && table->vendor; table++) { in pci_find_config() 297 if ((table->vendor == PCI_ANY_ID || table->vendor == vendor) && in pci_find_config() 342 unsigned short vendor, device, class; in pci_hose_scan_bus() local 367 pci_hose_read_config_word(hose, dev, PCI_VENDOR_ID, &vendor); in pci_hose_scan_bus() 369 if (vendor == 0xffff || vendor == 0x0000) in pci_hose_scan_bus() 382 board_pci_fixup_dev(hose, dev, vendor, device, class); in pci_hose_scan_bus() 394 vendor, device, pci_class_str(class >> 8)); in pci_hose_scan_bus() 402 cfg = pci_find_config(hose, class, vendor, device, in pci_hose_scan_bus()
|
| H A D | pci-uclass.c | 135 for (i = 0; ids[i].vendor != 0; i++) { in pci_device_matches_ids() 136 if (pplat->vendor == ids[i].vendor && in pci_device_matches_ids() 181 static int dm_pci_bus_find_device(struct udevice *bus, unsigned int vendor, in dm_pci_bus_find_device() argument 192 if (pplat->vendor == vendor && pplat->device == device) { in dm_pci_bus_find_device() 203 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index, in dm_pci_find_device() argument 212 if (!dm_pci_bus_find_device(bus, vendor, device, &index, devp)) in dm_pci_find_device() 718 if ((id->vendor == PCI_ANY_ID || id->vendor == find->vendor) && in pci_match_one_id() 754 find_id->vendor, find_id->device); in pci_find_and_bind_driver() 763 id->vendor || id->subvendor || id->class_mask; in pci_find_and_bind_driver() 833 ulong vendor, device; in pci_bind_bus_devices() local [all …]
|
| H A D | pci_rom.c | 78 vendev = pplat->vendor << 16 | pplat->device; in pci_rom_probe() 115 rom_vendor = le16_to_cpu(rom_data->vendor); in pci_rom_probe() 122 if ((pplat->vendor != rom_vendor || pplat->device != rom_device) && in pci_rom_probe()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | board.py | 76 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, options): argument 93 self.vendor = vendor 97 self.vendor, self.soc, self.options]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | cpu.c | 50 unsigned vendor; member 66 int vendor; member 283 cpu->vendor = X86_VENDOR_UNKNOWN; in identify_cpu() 286 cpu->vendor = x86_vendors[i].vendor; in identify_cpu() 336 gd->arch.x86_vendor = cpu.vendor; in x86_cpu_init_f()
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 511 u32 vendor; in tpm_tis_i2c_init() local 528 if (tpm_tis_i2c_read(dev, TPM_DID_VID(0), (uchar *)&vendor, 4) < 0) { in tpm_tis_i2c_init() 534 vendor = be32_to_cpu(vendor); in tpm_tis_i2c_init() 541 if (chip->chip_type != UNKNOWN && vendor != expected_did_vid) { in tpm_tis_i2c_init() 542 pr_err("Vendor id did not match! ID was %08x\n", vendor); in tpm_tis_i2c_init() 546 chip->vend_dev = vendor; in tpm_tis_i2c_init() 548 chip_name[chip->chip_type], vendor >> 16); in tpm_tis_i2c_init()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | hdmi.h | 209 char vendor[8]; member 215 const char *vendor, const char *product); 349 union hdmi_vendor_any_infoframe vendor; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | smbios.c | 83 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0() 173 const char *vendor = "Unknown"; in smbios_write_type4_dm() local 191 vendor = vendor_name; in smbios_write_type4_dm() 198 t->processor_manufacturer = smbios_add_string(t->eos, vendor); in smbios_write_type4_dm()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 536 switch (info->vendor) { in flash_is_busy() 614 switch (info->vendor) { in flash_full_status_check() 653 if (info->vendor == CFI_CMDSET_AMD_EXTENDED || in use_flash_status_poll() 654 info->vendor == CFI_CMDSET_AMD_STANDARD) in use_flash_status_poll() 817 switch (info->vendor) { in flash_write_cfiword() 939 switch (info->vendor) { in flash_write_cfibuffer() 943 write_cmd = (info->vendor == CFI_CMDSET_INTEL_PROG_REGIONS) ? in flash_write_cfibuffer() 1116 switch (info->vendor) { in flash_erase() 1149 info->vendor); in flash_erase() 1225 switch (info->vendor) { in flash_print_info() [all …]
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | Kconfig | 29 UFS host on Rockchip needs some vendor specific configuration before 30 accessing the hardware which includes PHY configuration and vendor
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.kconfig | 115 Define CONFIG_SYS_VENDOR="vendor" to compile board/<vendor>/common/* 116 and board/<vendor>/<board>/* 118 (or board/<vendor>/<board>/* if CONFIG_SYS_VENDOR is defined) 126 board/<vendor>/<board>/MAINTAINERS 133 [3] Remove board/<vendor>/<board>/* or board/<board>/* if it is not used
|
| /rk3399_rockchip-uboot/drivers/scsi/ |
| H A D | scsi.c | 476 ret = dm_pci_find_device(scsi_device_list[i].vendor, in scsi_init() 483 busdevfunc = pci_find_device(scsi_device_list[i].vendor, in scsi_init() 495 scsi_device_list[i].vendor, in scsi_init() 504 scsi_device_list[i].vendor, in scsi_init() 617 dev_desc->vendor[0] = 0; in scsi_init_dev_desc_priv() 692 scsi_ident_cpy((unsigned char *)dev_desc->vendor, in scsi_detect_dev() 771 memcpy(&bdesc->vendor, &bd.vendor, sizeof(bd.vendor)); in do_scsi_scan_one()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 529 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member 546 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member 748 extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index); 772 unsigned short vendor, 855 unsigned short vendor; member 1443 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index, 1576 .vendor = (vend), .device = (dev), \ 1590 .vendor = (vend), .device = (dev), \ 1604 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ 1619 .vendor = PCI_VENDOR_ID_##vend, .device = (dev), \
|
| H A D | pci_rom.h | 22 uint16_t vendor; member
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | fan53555_regulator.c | 92 enum fan53555_vendor vendor; member 389 switch (di->vendor) { in fan53555_device_setup() 400 dev_err(di->dev, "vendor %d not supported!\n", di->vendor); in fan53555_device_setup() 424 priv->vendor = dev_get_driver_data(dev); in fan53555_regulator_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/board/cavium/thunderx/ |
| H A D | Kconfig | 23 Enable vendor specific ATF query commands such as SPI and SD/MMC
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | ahci.c | 193 unsigned short vendor; in ahci_host_init() 219 if (pplat->vendor == PCI_VENDOR_ID_INTEL) { in ahci_host_init() 226 pci_read_config_word(pdev, PCI_VENDOR_ID, &vendor); in ahci_host_init() 228 if (vendor == PCI_VENDOR_ID_INTEL) { in ahci_host_init() 453 u16 vendor; in ahci_init_one() local 476 dm_pci_read_config16(dev, PCI_VENDOR_ID, &vendor); in ahci_init_one() 477 if (vendor == 0x197b) in ahci_init_one() 487 pci_read_config_word(dev, PCI_VENDOR_ID, &vendor); in ahci_init_one() 488 if (vendor == 0x197b) in ahci_init_one()
|
| /rk3399_rockchip-uboot/arch/ |
| H A D | Kconfig | 163 This option should contain the vendor name of the target board. 165 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common 170 This is optional. For those targets without the vendor directory,
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | Kconfig | 20 This driver supports different serdes devices from different vendor such as
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 511 unsigned short vendor; member 522 unsigned short vendor, unsigned short device, in board_pci_fixup_dev() argument 530 PCI_BUS(dev), PCI_DEV(dev), PCI_FUNC(dev), vendor, device); in board_pci_fixup_dev() 534 pdev->vendor = vendor; in board_pci_fixup_dev() 556 if (vendor == PCI_VENDOR_ID_PLX && in board_pci_fixup_dev() 1072 if ((dev->vendor == PCI_VENDOR_ID_TI) && in ft_board_pci_fixup() 1083 else if ((dev->vendor == PCI_VENDOR_ID_MARVELL) && in ft_board_pci_fixup()
|
| /rk3399_rockchip-uboot/board/shmin/ |
| H A D | shmin.c | 64 info->vendor = 0xFFF0; /* CFI_CMDSET_AMD_LEGACY */ in board_flash_get_legacy()
|