Home
last modified time | relevance | path

Searched refs:lcsr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c604 uint32_t lcsr; in rtwn_pci_attach() local
648 lcsr = pci_read_config(dev, cap_off + PCIER_LINK_CTL, 4); in rtwn_pci_attach()
649 lcsr &= ~PCIEM_LINK_CTL_ASPMC; in rtwn_pci_attach()
650 pci_write_config(dev, cap_off + PCIER_LINK_CTL, lcsr, 4); in rtwn_pci_attach()