HomeSort by: relevance | last modified time | path
    Searched defs:state_lo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
bwi.c 1508 uint32_t flags, state_lo, status; local in function:bwi_mac_reset
1516 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
1517 state_lo |= BWI_STATE_LO_GATED_CLOCK;
1518 state_lo &= ~__SHIFTIN(BWI_STATE_LO_FLAG_PHYRST,
1520 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
1525 state_lo &= ~BWI_STATE_LO_GATED_CLOCK;
1526 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10167 uint32_t state_lo, disable_bits; local in function:bwi_regwin_disable
10170 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
10175 if (state_lo & BWI_STATE_LO_RESET)
10243 uint32_t state_lo, state_hi, imstate; local in function:bwi_regwin_enable
    [all...]

Completed in 72 milliseconds