Home
last modified time | relevance | path

Searched refs:PCI_STATUS_66MHZ (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c59 (PCI_STATUS_CAP_LIST | PCI_STATUS_66MHZ |
102 .ro = (((PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK |
407 (PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK | in pci_bridge_emul_init()
412 ~((PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK | in pci_bridge_emul_init()
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c57 PCI_STATUS_FAST_BACK | PCI_STATUS_66MHZ | in simba_pci_bridge_realize()
H A Dpci_expander_bridge.c393 PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK); in pxb_dev_realize_common()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7780.c235 tmp |= PCI_STATUS_66MHZ; in sh7780_pci66_init()
398 (__raw_readw(chan->reg_base + PCI_STATUS) & PCI_STATUS_66MHZ) in sh7780_pci_init()
H A Dcommon.c75 if (!(stat & PCI_STATUS_66MHZ)) { in EARLY_PCI_OP()
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c82 conf_data |= PCI_STATUS_66MHZ; in pci_acc_read_reg()
H A Dcs5536_ohci.c88 conf_data |= PCI_STATUS_66MHZ; in pci_ohci_read_reg()
H A Dcs5536_ehci.c93 conf_data |= PCI_STATUS_66MHZ; in pci_ehci_read_reg()
H A Dcs5536_ide.c115 conf_data |= PCI_STATUS_66MHZ; in pci_ide_read_reg()
H A Dcs5536_isa.c246 conf_data |= PCI_STATUS_66MHZ; in pci_isa_read_reg()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c349 PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK); in pci_bridge_initfn()
365 PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK); in pci_bridge_initfn()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1486 if (!(status_reg & PCI_STATUS_66MHZ)) in sym_set_workarounds()
1489 if (status_reg & PCI_STATUS_66MHZ) { in sym_set_workarounds()
1490 status_reg = PCI_STATUS_66MHZ; in sym_set_workarounds()
1787 if (!(chip->features & FE_66MHZ) && (status_reg & PCI_STATUS_66MHZ)) { in sym2_reset_workarounds()
1788 status_reg = PCI_STATUS_66MHZ; in sym2_reset_workarounds()
/openbmc/qemu/hw/pci-host/
H A Dversatile.c470 PCI_STATUS_66MHZ | PCI_STATUS_DEVSEL_MEDIUM); in versatile_pci_host_realize()
H A Dsabre.c455 PCI_STATUS_FAST_BACK | PCI_STATUS_66MHZ | in sabre_pci_realize()
/openbmc/linux/arch/mips/txx9/generic/
H A Dpci.c77 if (!(stat & PCI_STATUS_66MHZ)) { in txx9_pci66_check()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h57 #define PCI_STATUS_66MHZ 0x20 /* Support 66 MHz PCI 2.1 bus */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h57 #define PCI_STATUS_66MHZ 0x20 /* Support 66 MHz PCI 2.1 bus */ macro
/openbmc/u-boot/include/
H A Dpci.h37 #define PCI_STATUS_66MHZ 0x20 /* Support 66 Mhz PCI 2.1 bus */ macro
/openbmc/qemu/hw/net/
H A Dsungem.c1357 PCI_STATUS_66MHZ); in sungem_realize()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1405 if (pci_status & PCI_STATUS_66MHZ) { in spapr_dt_pci_device()