Searched refs:hwfea (Results 1 – 1 of 1) sorted by relevance
2028 uint32_t hwfea, mtype, txchan, rxchan; in dump_hwfeature() local2030 hwfea = CSR_READ(sc, HWFEA); in dump_hwfeature()2031 mtype = (hwfea & __BITS(30,28)) >> 28; in dump_hwfeature()2032 aprint_normal("HWFEA 0x%08x\n", hwfea); in dump_hwfeature()2035 if ((hwfea & (1U << field[i].bit)) == 0) in dump_hwfeature()2039 if ((txchan = (hwfea & __BITS(23,22)) >> 22) != 0) in dump_hwfeature()2041 if ((rxchan = (hwfea & __BITS(21,20)) >> 20) != 0) in dump_hwfeature()