Home
last modified time | relevance | path

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

/src/sys/dev/bwn/
H A Dif_bwn_phy_lp.c2142 type = BWN_TAB_GETTYPE(typenoffset); in bwn_tab_read_multi()
2181 type = BWN_TAB_GETTYPE(typenoffset); in bwn_tab_write_multi()
3490 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_write()
3617 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_read()
H A Dif_bwnreg.h880 #define BWN_TAB_GETTYPE(v) ((v) & BWN_TAB_TYPEMASK) macro