Searched refs:bMASKB1 (Results 1 – 10 of 10) sorted by relevance
149 ver_hotfix = (coex_ver & bMASKB1) >> 8; in _show_cx_info()157 ver_hotfix = (wl->ver_info.fw_coex & bMASKB1) >> 8; in _show_cx_info()166 ver_hotfix = (btc->chip->wlcx_desired & bMASKB1) >> 8; in _show_cx_info()190 (wl->ver_info.fw & bMASKB1) >> 8, in _show_cx_info()1313 buf[2] = (u8)((para1 & bMASKB1) >> 8); in _cmd_tdma()1318 buf[6] = (u8)((para2 & bMASKB1) >> 8); in _cmd_tdma()1373 buf[2] = (u8)((dur & bMASKB1) >> 8); in _cmd_slot()1379 buf[8] = (u8)((cx_type & bMASKB1) >> 8); in _cmd_slot()
300 buf[2] = (addr & bMASKB1) >> 8; in _write_bt_reg()305 buf[1] = (val & bMASKB1) >> 8; in _write_bt_reg()321 buf[2] = (addr & bMASKB1) >> 8; in _read_bt_reg()
706 data[4] = (u8)((val & bMASKB1) >> 8); in hal_btc_fw_set_gpio_dbg()
101 #define bMASKB1 0x0000ff00 macro
686 type = (u8)((policy_type & bMASKB1) >> 8); in _set_policy()