Searched refs:PCI_STATUS_66MHZ (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c82 conf_data |= PCI_STATUS_66MHZ;
H A Dcs5536_ehci.c93 conf_data |= PCI_STATUS_66MHZ;
H A Dcs5536_ohci.c88 conf_data |= PCI_STATUS_66MHZ;
H A Dcs5536_ide.c115 conf_data |= PCI_STATUS_66MHZ;
H A Dcs5536_isa.c246 conf_data |= PCI_STATUS_66MHZ;
/linux-master/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 |
412 ~((PCI_STATUS_66MHZ | PCI_STATUS_FAST_BACK |
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c76 if (!(stat & PCI_STATUS_66MHZ)) {
H A Dpci-sh7780.c235 tmp |= PCI_STATUS_66MHZ;
398 (__raw_readw(chan->reg_base + PCI_STATUS) & PCI_STATUS_66MHZ)
/linux-master/arch/mips/txx9/generic/
H A Dpci.c77 if (!(stat & PCI_STATUS_66MHZ)) {
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1539 if (!(status_reg & PCI_STATUS_66MHZ))
1542 if (status_reg & PCI_STATUS_66MHZ) {
1543 status_reg = PCI_STATUS_66MHZ;
1840 if (!(chip->features & FE_66MHZ) && (status_reg & PCI_STATUS_66MHZ)) {
1841 status_reg = PCI_STATUS_66MHZ;
/linux-master/include/uapi/linux/
H A Dpci_regs.h57 #define PCI_STATUS_66MHZ 0x20 /* Support 66 MHz PCI 2.1 bus */ macro

Completed in 221 milliseconds