Searched refs:B_AX_WP_THRD_MASK (Results 1 – 2 of 2) sorted by relevance
1028 val = u32_encode_bits(cfg->wp_thrd, B_AX_WP_THRD_MASK); in hfc_pub_ctrl()1082 pub_cfg->wp_thrd = u32_get_bits(val, B_AX_WP_THRD_MASK); in hfc_get_mix_info_ax()
1097 #define B_AX_WP_THRD_MASK GENMASK(12, 0) macro