Searched refs:bp_start (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/xtensa/kernel/ |
D | setup.c | 242 void __init init_arch(bp_tag_t *bp_start) in init_arch() argument 254 if (bp_start) in init_arch() 255 parse_bootparam(bp_start); in init_arch() 268 platform_init(bp_start); in init_arch()
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 87 u8 bp_start; member 3130 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3133 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4231 .bp_start = 27, 4268 .bp_start = 27, 4302 .bp_start = 31, 4336 .bp_start = 31, 4370 .bp_start = 31, 4404 .bp_start = 31, 4443 .bp_start = 31,
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 57 u8 bp_start; member 3145 FLD_VAL(hbp-1, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3148 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3866 .bp_start = 27, 3886 .bp_start = 27, 3907 .bp_start = 31, 3928 .bp_start = 31, 3950 .bp_start = 31,
|