Searched refs:bp_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/xtensa/kernel/ |
H A D | setup.c | 244 void __init init_arch(bp_tag_t *bp_start) in init_arch() argument 262 if (bp_start) in init_arch() 263 parse_bootparam(bp_start); in init_arch() 276 platform_init(bp_start); in init_arch()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | processor.h | 222 void init_arch(bp_tag_t *bp_start);
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 87 u8 bp_start; member 3159 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3162 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4243 .bp_start = 27, 4283 .bp_start = 27, 4320 .bp_start = 31, 4357 .bp_start = 31, 4394 .bp_start = 31, 4431 .bp_start = 31, 4472 .bp_start = 31,
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 57 u8 bp_start; member 3032 FLD_VAL(hbp-1, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3035 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3753 .bp_start = 27, 3773 .bp_start = 27, 3794 .bp_start = 31, 3815 .bp_start = 31, 3837 .bp_start = 31,
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 1080 __le16 bp_start; member 1139 __le16 bp_start; member 4379 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 4390 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4436 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4454 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 4468 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4484 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4491 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4506 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() [all …]
|