Home
last modified time | relevance | path

Searched refs:hdr_type (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c477 u8 hdr_type; in pci_hose_find_capability() local
479 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &hdr_type); in pci_hose_find_capability()
481 pos = pci_hose_find_cap_start(hose, dev, hdr_type & 0x7F); in pci_hose_find_capability()
491 u8 hdr_type) in pci_hose_find_cap_start() argument
500 switch (hdr_type) { in pci_hose_find_cap_start()
/rk3399_rockchip-uboot/include/
H A Dpci.h761 u8 hdr_type);