Searched refs:phy_bitmask (Results 1 – 1 of 1) sorted by relevance
233 uint8_t phy_bitmask = PHY_1M; in pu_apply_phy_update() local238 phy_bitmask |= PHY_2M; in pu_apply_phy_update()241 phy_bitmask |= PHY_CODED; in pu_apply_phy_update()243 const uint8_t p_to_c_phy = ctx->data.pu.p_to_c_phy & phy_bitmask; in pu_apply_phy_update()244 const uint8_t c_to_p_phy = ctx->data.pu.c_to_p_phy & phy_bitmask; in pu_apply_phy_update()