Home
last modified time | relevance | path

Searched refs:PCI_CARDBUS_CIS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c114 case PCI_CARDBUS_CIS: in pci_acc_read_reg()
H A Dcs5536_ohci.c118 case PCI_CARDBUS_CIS: in pci_ohci_read_reg()
H A Dcs5536_ehci.c122 case PCI_CARDBUS_CIS: in pci_ehci_read_reg()
H A Dcs5536_ide.c146 case PCI_CARDBUS_CIS: in pci_ide_read_reg()
H A Dcs5536_isa.c291 case PCI_CARDBUS_CIS: in pci_isa_read_reg()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c53 [PCI_BASE_ADDRESS_0 ... PCI_CARDBUS_CIS - 1] = 0xff,
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h114 #define PCI_CARDBUS_CIS 0x28 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h115 #define PCI_CARDBUS_CIS 0x28 macro
/openbmc/u-boot/cmd/
H A Dpci.c192 { "cardBus CIS pointer", PCI_SIZE_32, PCI_CARDBUS_CIS },
/openbmc/u-boot/include/
H A Dpci.h219 #define PCI_CARDBUS_CIS 0x28 macro
/openbmc/u-boot/lib/
H A Dfdtdec.c284 if (barnum < PCI_BASE_ADDRESS_0 || barnum > PCI_CARDBUS_CIS) in fdtdec_get_pci_bar32()