Searched refs:PCI_STATUS_DEVSEL_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dpmc551.c432 if ((cmd & PCI_STATUS_DEVSEL_MASK) != 0x0) {
433 cmd &= ~PCI_STATUS_DEVSEL_MASK;
513 ((PCI_STATUS_DEVSEL_MASK & cmd) == 0x000) ? "Fast" :
514 ((PCI_STATUS_DEVSEL_MASK & cmd) == 0x200) ? "Medium" :
515 ((PCI_STATUS_DEVSEL_MASK & cmd) == 0x400) ? "Slow" : "Invalid");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_regs.h50 #define PCI_STATUS_DEVSEL_MASK 0x600 /* DEVSEL timing */ macro

Completed in 142 milliseconds