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

/freebsd-12-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c607 uint32_t lcsr; local
651 lcsr = pci_read_config(dev, cap_off + PCIER_LINK_CTL, 4);
652 lcsr &= ~PCIEM_LINK_CTL_ASPMC;
653 pci_write_config(dev, cap_off + PCIER_LINK_CTL, lcsr, 4);

Completed in 79 milliseconds