Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c2073 type = BWN_TAB_GETTYPE(typenoffset); in bwn_tab_read_multi()
2112 type = BWN_TAB_GETTYPE(typenoffset); in bwn_tab_write_multi()
3421 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_write()
3548 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_read()
H A Dif_bwnreg.h915 #define BWN_TAB_GETTYPE(v) ((v) & BWN_TAB_TYPEMASK) macro