OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWSM_FW_VALID
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_wmreg.h
1451
#define
FWSM_FW_VALID
__BIT(15) /* FW established a valid mode */
if_wm.c
4856
if ((CSR_READ(sc, WMREG_FWSM) &
FWSM_FW_VALID
) == 0) {
5699
&& ((CSR_READ(sc, WMREG_FWSM) &
FWSM_FW_VALID
)
15983
if (((fwsm &
FWSM_FW_VALID
) != 0)
16220
if ((fwsm &
FWSM_FW_VALID
) != 0)
16281
if ((sc->sc_type == WM_T_PCH2) && ((fwsm &
FWSM_FW_VALID
) == 0)) {
16405
if ((CSR_READ(sc, WMREG_FWSM) &
FWSM_FW_VALID
) != 0) {
16774
if ((CSR_READ(sc, WMREG_FWSM) &
FWSM_FW_VALID
) == 0) {
17977
if ((CSR_READ(sc, WMREG_FWSM) &
FWSM_FW_VALID
) == 0) {
Completed in 102 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025