Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c2616 lo->dc_lt[idx] = (lo->dc_lt[idx] & 0x00ff) in bwn_phy_g_dc_lookup_init()
2619 lo->dc_lt[idx] = (lo->dc_lt[idx] & 0xff00) in bwn_phy_g_dc_lookup_init()
2625 BWN_PHY_WRITE(mac, 0x3a0 + i, lo->dc_lt[i]); in bwn_phy_g_dc_lookup_init()
H A Dif_bwnvar.h320 uint16_t dc_lt[BWN_DC_LT_SIZE]; member