Home | History | Annotate | Download | only in pci

Lines Matching defs:cfg

102 	pcireg_t cfg, modectl;
108 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
110 ATADEBUG_PRINT(("%s: cfg=0x%x, modectl=0x%x\n",
111 device_xname(sc->sc_wdcdev.sc_atac.atac_dev), cfg & IT_CFG_MASK,
155 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
157 ATADEBUG_PRINT(("%s: cfg=0x%x, modectl=0x%x\n",
158 device_xname(sc->sc_wdcdev.sc_atac.atac_dev), cfg & IT_CFG_MASK,
171 pcireg_t cfg, modectl;
174 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
204 (cfg & IT_CFG_CABLE(channel, drive)) == 0) {
248 cfg |= IT_CFG_IORDY(channel);
254 pci_conf_write(sc->sc_pc, sc->sc_tag, IT_CFG, cfg);