Home
last modified time | relevance | path

Searched refs:state_b (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/fpga/
H A Ddfl-n3000-nios.c298 unsigned int val, state_a, state_b; in n3000_nios_init_done_check() local
378 ret2 = regmap_read(nn->regmap, N3000_NIOS_PKVL_B_MODE_STS, &state_b); in n3000_nios_init_done_check()
388 if (IS_MODE_STATUS_OK(state_a) && IS_MODE_STATUS_OK(state_b)) in n3000_nios_init_done_check()
403 dev_err(nn->dev, "PKVL_B_MODE_STS 0x%x\n", state_b); in n3000_nios_init_done_check()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h448 const struct dc_state *state_b);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2063 const struct dc_state *state_b) in resource_is_pipe_topology_changed() argument
2068 if (state_a->stream_count != state_b->stream_count) in resource_is_pipe_topology_changed()
2073 pipe_b = &state_b->res_ctx.pipe_ctx[i]; in resource_is_pipe_topology_changed()