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

/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci1.c39 unsigned int cfg_stat; /* 0x00 Configuration / Status */ member in struct:grpci1_regs
134 cfg = REGLOAD(priv->regs->cfg_stat);
135 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23));
142 if (REGLOAD(priv->regs->cfg_stat) & CFGSTAT_CTO) {
197 cfg = REGLOAD(priv->regs->cfg_stat);
198 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23));
428 REGSTORE(regs->cfg_stat, priv->pci_area & 0xf0000000);
549 cfg = REGLOAD(regs->cfg_stat);

Completed in 82 milliseconds