Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_ex_pci.c76 pcitag_t psc_tag; /* pci device tag */ member
245 psc->psc_tag = pa->pa_tag; in ex_pci_attach()
366 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG); in ex_pci_confreg_restore()
368 pci_conf_write(psc->psc_pc, psc->psc_tag, in ex_pci_confreg_restore()
372 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_BHLC_REG, in ex_pci_confreg_restore()
374 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_CBIO, in ex_pci_confreg_restore()
377 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_FUNCMEM, in ex_pci_confreg_restore()
379 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_INTERRUPT_REG, in ex_pci_confreg_restore()
Dif_fxp_pci.c74 pcitag_t psc_tag; /* pci register tag */ member
261 if (((reg = pci_conf_read(psc->psc_pc, psc->psc_tag, in fxp_pci_confreg_restore()
265 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG); in fxp_pci_confreg_restore()
268 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG, in fxp_pci_confreg_restore()
271 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_BHLC_REG, in fxp_pci_confreg_restore()
273 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x0, in fxp_pci_confreg_restore()
275 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x4, in fxp_pci_confreg_restore()
277 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x8, in fxp_pci_confreg_restore()
496 psc->psc_tag = pa->pa_tag; in fxp_pci_attach()
Dif_athn_pci.c67 pcitag_t psc_tag; member
142 psc->psc_tag = pa->pa_tag; in athn_pci_attach()
297 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, 0x40); in athn_pci_resume()
299 pci_conf_write(psc->psc_pc, psc->psc_tag, 0x40, reg & ~0xff00); in athn_pci_resume()
343 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, in athn_pci_disable_aspm()
346 pci_conf_write(psc->psc_pc, psc->psc_tag, in athn_pci_disable_aspm()
Dif_rtw_pci.c114 pcitag_t psc_tag; member
195 psc->psc_tag = pa->pa_tag; in rtw_pci_attach()
210 pci_conf_read(psc->psc_pc, psc->psc_tag, 0x80)); in rtw_pci_attach()
328 pcitag_t tag = psc->psc_tag; in rtw_pci_setup()
334 rc = pci_activate(psc->psc_pc, psc->psc_tag, self, NULL); in rtw_pci_setup()
Dfwohci_pci.c56 pcitag_t psc_tag; member
112 psc->psc_tag = pa->pa_tag; in fwohci_pci_attach()
Dmvsata_pci.c87 pcitag_t psc_tag; member
177 psc->psc_tag = pa->pa_tag; in mvsata_pci_attach()
188 csr = pci_conf_read(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG); in mvsata_pci_attach()
190 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG, csr); in mvsata_pci_attach()
/netbsd/src/sys/arch/evbarm/ixm1200/
Dnappi_nppb.c83 pcitag_t psc_tag; /* pci register tag */ member
126 psc->psc_tag = pa->pa_tag; in nppbattach()