Searched refs:bp_start (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/xtensa/kernel/ |
D | setup.c | 243 void __init init_arch(bp_tag_t *bp_start) in init_arch() argument 255 if (bp_start) in init_arch() 256 parse_bootparam(bp_start); in init_arch() 269 platform_init(bp_start); in init_arch()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 98 u8 bp_start; member 3156 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3159 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4257 .bp_start = 27, 4294 .bp_start = 27, 4328 .bp_start = 31, 4362 .bp_start = 31, 4396 .bp_start = 31, 4430 .bp_start = 31, 4469 .bp_start = 31,
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 68 u8 bp_start; member 3156 FLD_VAL(hbp-1, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3159 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3877 .bp_start = 27, 3897 .bp_start = 27, 3918 .bp_start = 31, 3939 .bp_start = 31, 3961 .bp_start = 31,
|