Searched refs:sc_pct (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/ |
H A D | if_iwmvar.h | 510 pci_chipset_tag_t sc_pct; member
|
H A D | if_iwm.c | 1751 lctl = pci_conf_read(sc->sc_pct, sc->sc_pcitag, in iwm_apm_config() 1761 cap = pci_conf_read(sc->sc_pct, sc->sc_pcitag, in iwm_apm_config() 11757 sc->sc_pct = pa->pa_pc; 11764 err = pci_get_capability(sc->sc_pct, sc->sc_pcitag, 11776 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40); 11777 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg & ~0xff00); 11799 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 11803 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 11807 intrstr = pci_intr_string(sc->sc_pct, ih); 11809 sc->sc_ih = pci_intr_establish(sc->sc_pct, ih, IPL_NET, [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/ |
H A D | if_iwxvar.h | 662 pci_chipset_tag_t sc_pct; member
|
H A D | if_iwx.c | 2405 lctl = pci_conf_read(sc->sc_pct, sc->sc_pcitag, in iwx_apm_config() 2408 cap = pci_conf_read(sc->sc_pct, sc->sc_pcitag, in iwx_apm_config() 10933 sreg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, PCI_SUBSYS_ID_REG); in iwx_find_device_cfg() 11033 sc->sc_pct = pa->pa_pc; 11040 err = pci_get_capability(sc->sc_pct, sc->sc_pcitag, 11052 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 0x40); 11053 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 0x40, reg & ~0xff00); 11075 reg = pci_conf_read(sc->sc_pct, sc->sc_pcitag, 11079 pci_conf_write(sc->sc_pct, sc->sc_pcitag, 11083 intrstr = pci_intr_string(sc->sc_pct, ih); [all …]
|