Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c29 u16 cfg_type = 0; \
30 addr = ((offset & 0xfc) | cfg_type | (dev) | 0x80000000); \
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c29 u16 cfg_type = 0; \
30 addr = ((offset & 0xfc) | cfg_type | (dev) | 0x80000000); \
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h127 uint8_t cfg_type; /* Identifies the structure. */ member
140 uint8_t cfg_type; /* Identifies the structure. */ member
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_pci.h96 __u8 cfg_type; /* Identifies the structure */ member
H A Dvirtio_pci_modern.c381 static int virtio_pci_find_capability(struct udevice *udev, u8 cfg_type) in virtio_pci_find_capability() argument
390 offset = pos + offsetof(struct virtio_pci_cap, cfg_type); in virtio_pci_find_capability()
399 if (type == cfg_type) in virtio_pci_find_capability()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c352 static bool find_structure(QVirtioPCIDevice *dev, uint8_t cfg_type, in find_structure() argument
363 addr + offsetof(struct virtio_pci_cap, cfg_type)); in find_structure()
364 if (type != cfg_type) { in find_structure()