Searched refs:bp_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/xtensa/kernel/ |
D | setup.c | 241 void __init init_arch(bp_tag_t *bp_start) in init_arch() argument 253 if (bp_start) in init_arch() 254 parse_bootparam(bp_start); in init_arch() 267 platform_init(bp_start); in init_arch()
|
/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 87 u8 bp_start; member 3151 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3154 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4235 .bp_start = 27, 4273 .bp_start = 27, 4308 .bp_start = 31, 4343 .bp_start = 31, 4378 .bp_start = 31, 4413 .bp_start = 31, 4452 .bp_start = 31,
|
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 57 u8 bp_start; member 3034 FLD_VAL(hbp-1, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3037 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3755 .bp_start = 27, 3775 .bp_start = 27, 3796 .bp_start = 31, 3817 .bp_start = 31, 3839 .bp_start = 31,
|
/Linux-v5.15/drivers/net/usb/ |
D | r8152.c | 1066 __le16 bp_start; member 1125 __le16 bp_start; member 4254 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 4265 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4311 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4329 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 4343 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4359 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4366 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4381 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() [all …]
|