Searched refs:SIO_INTERP0_CTRL_LANE0_BLEND_BITS (Results 1 – 2 of 2) sorted by relevance
215 c->ctrl = (c->ctrl & ~SIO_INTERP0_CTRL_LANE0_BLEND_BITS) | in interp_config_set_blend()216 (blend ? SIO_INTERP0_CTRL_LANE0_BLEND_BITS : 0); in interp_config_set_blend()279 invalid_params_if(INTERP, config->ctrl & SIO_INTERP0_CTRL_LANE0_BLEND_BITS && in interp_set_config()
598 #define SIO_INTERP0_CTRL_LANE0_BLEND_BITS _u(0x00200000) macro