Searched refs:header_type (Results 1 – 11 of 11) sorted by relevance
| /u-boot/board/synopsys/axs10x/ |
| A D | headerize-axs.py | 32 def arg_verify(uboot_bin_filename, uboot_elf_filename, header_type): argument 41 if header_type not in ("v1", "v2"): 42 print("unknown header type: " + header_type) 64 header_type = "v2" 81 if opt in ('-t', "--header-type"): header_type = arg 87 arg_verify(uboot_bin_filename, uboot_elf_filename, header_type) 94 if header_type == "v2":
|
| /u-boot/cmd/ |
| A D | pci.c | 98 u8 header_type; in pci_bar_show() local 107 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in pci_bar_show() 109 if (header_type == PCI_HEADER_TYPE_CARDBUS) { in pci_bar_show() 114 bar_cnt = (header_type == PCI_HEADER_TYPE_NORMAL) ? 6 : 2; in pci_bar_show() 268 unsigned long class, header_type; in pci_header_show() local 273 u8 class, header_type; in pci_header_show() 283 switch (header_type & 0x03) { in pci_header_show() 397 unsigned char header_type; in pciinfo() local 408 header_type = 0; in pciinfo() 416 if (function && !(header_type & 0x80)) in pciinfo() [all …]
|
| /u-boot/drivers/pci/ |
| A D | pci_auto.c | 30 u8 header_type; in dm_pciauto_setup_device() local 130 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in dm_pciauto_setup_device() 131 header_type &= 0x7f; in dm_pciauto_setup_device() 132 if (header_type != PCI_HEADER_TYPE_CARDBUS) { in dm_pciauto_setup_device() 133 rom_addr = (header_type == PCI_HEADER_TYPE_NORMAL) ? in dm_pciauto_setup_device()
|
| A D | pci_auto_old.c | 39 u8 header_type; in pciauto_setup_device() local 126 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &header_type); in pciauto_setup_device() 127 header_type &= 0x7f; in pciauto_setup_device() 128 if (header_type != PCI_HEADER_TYPE_CARDBUS) { in pciauto_setup_device() 129 rom_addr = (header_type == PCI_HEADER_TYPE_NORMAL) ? in pciauto_setup_device()
|
| A D | pci_common.c | 287 u8 header_type; in pci_hose_find_devices() local 299 &header_type); in pci_hose_find_devices() 300 found_multi = header_type & 0x80; in pci_hose_find_devices()
|
| A D | pci.c | 344 unsigned char header_type; in pci_hose_scan_bus() local 366 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &header_type); in pci_hose_scan_bus() 374 found_multi = header_type & 0x80; in pci_hose_scan_bus()
|
| A D | pcie_fsl.c | 214 u8 header_type; in fsl_pcie_is_agent() local 216 fsl_pcie_hose_read_config_byte(pcie, PCI_HEADER_TYPE, &header_type); in fsl_pcie_is_agent() 218 return (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in fsl_pcie_is_agent()
|
| A D | pci-uclass.c | 793 ulong header_type; in pci_bind_bus_devices() local 823 &header_type, PCI_SIZE_8); in pci_bind_bus_devices() 826 found_multi = header_type & 0x80; in pci_bind_bus_devices() 849 if ((header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL) { in pci_bind_bus_devices() 1608 u8 header_type; in dm_pci_find_capability() local 1615 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in dm_pci_find_capability() 1616 if ((header_type & 0x7f) == PCI_HEADER_TYPE_CARDBUS) in dm_pci_find_capability()
|
| A D | fsl_pci_init.c | 627 u8 header_type; in fsl_is_pci_agent() local 630 &header_type); in fsl_is_pci_agent() 631 return (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in fsl_is_pci_agent()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | pci.c | 137 u8 header_type; in pci_mpc85xx_init() local 142 &header_type); in pci_mpc85xx_init()
|
| /u-boot/tools/ |
| A D | ifwitool.c | 170 uint32_t header_type; member 1619 hdr->header_type = 0x4; in init_manifest_header()
|
Completed in 21 milliseconds