Home | History | Annotate | Download | only in pci

Lines Matching defs:slotctl

715 	pcireg_t bcr, bhlc, cbctl, csr, lscp, mfunc, mrburst, slotctl, sockctl,
856 slotctl = pci_conf_read(pc, tag, TOPIC_SLOT_CTRL);
858 device_xname(sc->sc_dev), slotctl));
859 slotctl |= (TOPIC_SLOT_CTRL_SLOTON | TOPIC_SLOT_CTRL_SLOTEN |
861 slotctl &= ~TOPIC_SLOT_CTRL_SWDETECT;
862 DPRINTF(("0x%x\n", slotctl));
863 pci_conf_write(pc, tag, TOPIC_SLOT_CTRL, slotctl);
867 slotctl = pci_conf_read(pc, tag, TOPIC_SLOT_CTRL);
869 device_xname(sc->sc_dev), slotctl));
870 slotctl |= (TOPIC_SLOT_CTRL_SLOTON | TOPIC_SLOT_CTRL_SLOTEN |
872 slotctl &= ~TOPIC_SLOT_CTRL_SWDETECT;
873 slotctl |= TOPIC97_SLOT_CTRL_PCIINT;
874 slotctl &= ~(TOPIC97_SLOT_CTRL_STSIRQP | TOPIC97_SLOT_CTRL_IRQP);
875 DPRINTF(("0x%x\n", slotctl));
876 pci_conf_write(pc, tag, TOPIC_SLOT_CTRL, slotctl);