Searched refs:bp_start (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/xtensa/kernel/ |
D | setup.c | 232 void __init init_arch(bp_tag_t *bp_start) in init_arch() argument 250 if (bp_start) in init_arch() 251 parse_bootparam(bp_start); in init_arch() 264 platform_init(bp_start); in init_arch()
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | processor.h | 222 void init_arch(bp_tag_t *bp_start);
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
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,
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
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,
|
/linux-6.12.1/drivers/net/usb/ |
D | r8152.c | 1081 __le16 bp_start; member 1140 __le16 bp_start; member 4414 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 4425 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4471 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4489 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 4503 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4519 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4526 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4541 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() [all …]
|