Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/cobalt/
Dpci.c270 #define PCI_CFG_SET(dev,where) \ macro
284 PCI_CFG_SET(dev, where); in qube_pci_read_config_dword()
299 PCI_CFG_SET(dev, (where & ~0x3)); in qube_pci_read_config_word()
312 PCI_CFG_SET(dev, (where & ~0x3)); in qube_pci_read_config_byte()
325 PCI_CFG_SET(dev, where); in qube_pci_write_config_dword()
341 PCI_CFG_SET(dev, (where & ~0x3)); in qube_pci_write_config_word()
358 PCI_CFG_SET(dev, (where & ~0x3)); in qube_pci_write_config_byte()
384 PCI_CFG_SET(&dev, (VIA_COBALT_BRD_ID_REG & ~0x3)); in pcibios_init()