/external/u-boot/cmd/ |
D | pci.c | 97 u8 header_type; in pci_bar_show() local 106 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in pci_bar_show() 108 if (header_type == PCI_HEADER_TYPE_CARDBUS) { in pci_bar_show() 113 bar_cnt = (header_type == PCI_HEADER_TYPE_NORMAL) ? 6 : 2; in pci_bar_show() 267 unsigned long class, header_type; in pci_header_show() local 270 dm_pci_read_config(dev, PCI_HEADER_TYPE, &header_type, PCI_SIZE_8); in pci_header_show() 272 u8 class, header_type; in pci_header_show() 275 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in pci_header_show() 282 switch (header_type & 0x03) { in pci_header_show() 395 unsigned char header_type; in pciinfo() local [all …]
|
/external/u-boot/drivers/pci/ |
D | pci_auto.c | 29 u8 header_type; in dm_pciauto_setup_device() local 132 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in dm_pciauto_setup_device() 133 header_type &= 0x7f; in dm_pciauto_setup_device() 134 if (header_type != PCI_HEADER_TYPE_CARDBUS) { in dm_pciauto_setup_device() 135 rom_addr = (header_type == PCI_HEADER_TYPE_NORMAL) ? in dm_pciauto_setup_device()
|
D | pci_auto_old.c | 39 u8 header_type; in pciauto_setup_device() local 142 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &header_type); in pciauto_setup_device() 143 header_type &= 0x7f; in pciauto_setup_device() 144 if (header_type != PCI_HEADER_TYPE_CARDBUS) { in pciauto_setup_device() 145 rom_addr = (header_type == PCI_HEADER_TYPE_NORMAL) ? in pciauto_setup_device()
|
D | pci_common.c | 286 u8 header_type; in pci_hose_find_devices() local 298 &header_type); in pci_hose_find_devices() 299 found_multi = header_type & 0x80; in pci_hose_find_devices()
|
D | pci.c | 342 unsigned char header_type; in pci_hose_scan_bus() local 364 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &header_type); in pci_hose_scan_bus() 372 found_multi = header_type & 0x80; in pci_hose_scan_bus()
|
D | pcie_layerscape.c | 441 u8 header_type; in ls_pcie_probe() local 527 header_type = readb(pcie->dbi + PCI_HEADER_TYPE); in ls_pcie_probe() 528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
|
D | fsl_pci_init.c | 611 u8 header_type; in fsl_is_pci_agent() local 614 &header_type); in fsl_is_pci_agent() 615 return (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in fsl_is_pci_agent()
|
D | pci-uclass.c | 734 ulong header_type; in pci_bind_bus_devices() local 752 &header_type, PCI_SIZE_8); in pci_bind_bus_devices() 761 found_multi = header_type & 0x80; in pci_bind_bus_devices() 783 if ((header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL) { in pci_bind_bus_devices()
|
/external/bcc/src/cc/frontends/p4/test/testprograms/ |
D | compositeArray.p4 | 1 header_type ethernet_t { 7 header_type ipv4_t {
|
D | bitfields.p4 | 1 header_type ht 40 header_type larget
|
D | compositeKey.p4 | 1 header_type ethernet_t { 9 header_type ipv4_t {
|
D | simple.p4 | 4 header_type ethernet_t { 12 header_type ipv4_t {
|
D | basic_routing.p4 | 17 header_type ethernet_t { 25 header_type ipv4_t { 107 header_type ingress_metadata_t {
|
D | arrayKey.p4 | 1 header_type ethernet_t {
|
D | do_nothing.p4 | 2 header_type ethernet_t {
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfInstance.py | 22 self.type = factory.build(hlirInstance.header_type, isMetadata) 80 self.basetype = factory.build(hlirInstance.header_type, False)
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | pci.c | 136 u8 header_type; in pci_mpc85xx_init() local 141 &header_type); in pci_mpc85xx_init()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 497 def CheckNextIncludeOrder(self, header_type): argument 512 (self._TYPE_NAMES[header_type], 517 if header_type == _C_SYS_HEADER: 523 elif header_type == _CPP_SYS_HEADER: 529 elif header_type == _LIKELY_MY_HEADER: 534 elif header_type == _POSSIBLE_MY_HEADER: 542 assert header_type == _OTHER_HEADER
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 622 def CheckNextIncludeOrder(self, header_type): argument 637 (self._TYPE_NAMES[header_type], 642 if header_type == _C_SYS_HEADER: 648 elif header_type == _CPP_SYS_HEADER: 654 elif header_type == _LIKELY_MY_HEADER: 659 elif header_type == _POSSIBLE_MY_HEADER: 667 assert header_type == _OTHER_HEADER
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 622 def CheckNextIncludeOrder(self, header_type): argument 637 (self._TYPE_NAMES[header_type], 642 if header_type == _C_SYS_HEADER: 648 elif header_type == _CPP_SYS_HEADER: 654 elif header_type == _LIKELY_MY_HEADER: 659 elif header_type == _POSSIBLE_MY_HEADER: 667 assert header_type == _OTHER_HEADER
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 802 def CheckNextIncludeOrder(self, header_type): argument 817 (self._TYPE_NAMES[header_type], 822 if header_type == _C_SYS_HEADER: 828 elif header_type == _CPP_SYS_HEADER: 834 elif header_type == _LIKELY_MY_HEADER: 839 elif header_type == _POSSIBLE_MY_HEADER: 847 assert header_type == _OTHER_HEADER
|
/external/bcc/src/cc/frontends/p4/ |
D | README.md | 266 `header_type` | `struct` type
|
/external/libogg/doc/ |
D | rfc3533.txt | 481 | version | header_type | granule_position | 4-7
|