Searched refs:sc_pct (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/sys/dev/sbus/
H A Dstp4020var.h68 pcmcia_chipset_tag_t sc_pct; /* Chipset methods */ member in struct:stp4020_softc
H A Dstp4020.c185 sc->sc_pct = (pcmcia_chipset_tag_t)&stp4020_functions;
225 paa.pct = (pcmcia_chipset_tag_t)h->sc->sc_pct;
/openbsd-current/sys/dev/acpi/
H A Dacpicpu.c145 struct acpicpu_pct sc_pct; member in struct:acpicpu_softc
803 sc->sc_pct.pct_status.grd_gas.address_space_id,
804 sc->sc_pct.pct_status.grd_gas.address,
881 memcpy(&sc->sc_pct.pct_ctrl, res.v_package[0]->v_buffer,
882 sizeof sc->sc_pct.pct_ctrl);
883 if (sc->sc_pct.pct_ctrl.grd_gas.address_space_id ==
889 memcpy(&sc->sc_pct.pct_status, res.v_package[1]->v_buffer,
890 sizeof sc->sc_pct.pct_status);
891 if (sc->sc_pct.pct_status.grd_gas.address_space_id ==
898 sc->sc_pct
[all...]
/openbsd-current/sys/dev/pci/
H A Dauixpvar.h90 pci_chipset_tag_t sc_pct; member in struct:auixp_softc
H A Dif_dwqe_pci.c55 pci_chipset_tag_t sc_pct; member in struct:dwqe_pci_softc
78 psc->sc_pct = pa->pa_pc;
96 intrstr = pci_intr_string(psc->sc_pct, ih);
H A Desavar.h108 pci_chipset_tag_t sc_pct; member in struct:esa_softc
H A Dif_iwivar.h109 pci_chipset_tag_t sc_pct; member in struct:iwi_softc
H A Dif_ipwvar.h90 pci_chipset_tag_t sc_pct; member in struct:ipw_softc
H A Dpccbbvar.h166 pcmcia_chipset_tag_t sc_pct; member in struct:pccbb_softc
H A Dif_et.c217 sc->sc_pct = pa->pa_pc;
296 pci_intr_disestablish(sc->sc_pct, sc->sc_irq_handle);
481 pci_conf_read(sc->sc_pct, sc->sc_pcitag, ET_PCIR_EEPROM_MISC);
482 val = pci_conf_read(sc->sc_pct, sc->sc_pcitag, ET_PCIR_EEPROM_MISC);
496 val = pci_conf_read(sc->sc_pct, sc->sc_pcitag, ET_PCIR_DEVICE_CAPS);
511 ack_latency = pci_conf_read(sc->sc_pct, sc->sc_pcitag,
513 replay_timer = pci_conf_read(sc->sc_pct, sc->sc_pcitag,
520 pci_conf_write(sc->sc_pct, sc->sc_pcitag,
522 pci_conf_write(sc->sc_pct, sc->sc_pcitag,
530 pci_conf_write(sc->sc_pct, s
[all...]
H A Dif_wpivar.h160 pci_chipset_tag_t sc_pct; member in struct:wpi_softc
H A Dif_iwnvar.h260 pci_chipset_tag_t sc_pct; member in struct:iwn_softc
H A Dif_vtereg.h434 pci_chipset_tag_t sc_pct; member in struct:vte_softc
H A Dif_etreg.h493 pci_chipset_tag_t sc_pct; member in struct:et_softc
H A Dif_iwmvar.h505 pci_chipset_tag_t sc_pct; member in struct:iwm_softc
H A Dif_wpi.c183 sc->sc_pct = pa->pa_pc;
191 error = pci_get_capability(sc->sc_pct, sc->sc_pcitag,
199 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
201 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg);
216 intrstr = pci_intr_string(sc->sc_pct, ih);
217 sc->sc_ih = pci_intr_establish(sc->sc_pct, ih, IPL_NET, wpi_intr, sc,
367 pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
409 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
411 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg);
2368 reg = pci_conf_read(sc->sc_pct, s
[all...]
H A Dif_ipw.c168 sc->sc_pct = pa->pa_pc;
172 data = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
174 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, data);
196 intrstr = pci_intr_string(sc->sc_pct, ih);
197 sc->sc_ih = pci_intr_establish(sc->sc_pct, ih, IPL_NET, ipw_intr, sc,
320 data = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
322 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, data);
H A Dif_iwi.c167 sc->sc_pct = pa->pa_pc;
171 data = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
173 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, data);
192 intrstr = pci_intr_string(sc->sc_pct, ih);
193 sc->sc_ih = pci_intr_establish(sc->sc_pct, ih, IPL_NET, iwi_intr, sc,
353 data = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
355 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, data);
H A Dauixp.c952 sc->sc_pct = pc;
1095 pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
1251 subdev = pci_conf_read(sc->sc_pct, sc->sc_tag, PCI_SUBSYS_ID_REG);
H A Dif_iwxvar.h657 pci_chipset_tag_t sc_pct; member in struct:iwx_softc
H A Desa.c939 sc->sc_pct = pc;
1049 pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
1185 pci_chipset_tag_t pc = sc->sc_pct;
1274 pci_chipset_tag_t pc = sc->sc_pct;
H A Dif_iwn.c340 sc->sc_pct = pa->pa_pc;
348 error = pci_get_capability(sc->sc_pct, sc->sc_pcitag,
356 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
358 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg & ~0xff00);
361 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, PCI_COMMAND_STATUS_REG);
365 pci_conf_write(sc->sc_pct, sc->sc_pcitag,
382 intrstr = pci_intr_string(sc->sc_pct, ih);
383 sc->sc_ih = pci_intr_establish(sc->sc_pct, ih, IPL_NET, iwn_intr, sc,
757 pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
802 reg = pci_conf_read(sc->sc_pct, s
[all...]
H A Dif_iwx.c2391 lctl = pci_conf_read(sc->sc_pct, sc->sc_pcitag,
2394 cap = pci_conf_read(sc->sc_pct, sc->sc_pcitag,
10865 sreg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, PCI_SUBSYS_ID_REG);
10943 sc->sc_pct = pa->pa_pc;
10949 err = pci_get_capability(sc->sc_pct, sc->sc_pcitag,
10961 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40);
10962 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg & ~0xff00);
10980 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag,
10984 pci_conf_write(sc->sc_pct, sc->sc_pcitag,
10988 intrstr = pci_intr_string(sc->sc_pct, i
[all...]
H A Dif_age.c174 sc->sc_pct = pa->pa_pc;
292 pci_intr_disestablish(sc->sc_pct, sc->sc_irq_handle);
520 if (pci_get_capability(sc->sc_pct, sc->sc_pcitag,
H A Dif_ale.c279 if (pci_get_capability(sc->sc_pct, sc->sc_pcitag, PCI_CAP_VPD,
403 sc->sc_pct = pa->pa_pc;
574 pci_intr_disestablish(sc->sc_pct, sc->sc_irq_handle);

Completed in 408 milliseconds

12