Searched refs:pcie_ptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_pcie_trans.c | 433 int pcie_ptr; in iwm_apm_config() local 445 error = pci_find_cap(sc->sc_dev, PCIY_EXPRESS, &pcie_ptr); in iwm_apm_config() 448 lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL, in iwm_apm_config() 458 cap = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_DEVICE_CTL2, in iwm_apm_config()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 2504 int pcie_ptr; in iwx_apm_config() local 2514 error = pci_find_cap(sc->sc_dev, PCIY_EXPRESS, &pcie_ptr); in iwx_apm_config() 2520 lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL, in iwx_apm_config() 2525 cap = pci_read_config(sc->sc_dev, pcie_ptr + PCI_PCIE_DCSR2, in iwx_apm_config()
|