Searched refs:bp_start (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 87 u8 bp_start; member 3164 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3167 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4248 .bp_start = 27, 4288 .bp_start = 27, 4325 .bp_start = 31, 4362 .bp_start = 31, 4399 .bp_start = 31, 4436 .bp_start = 31, 4477 .bp_start = 31,
|
/linux-6.1.9/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.1.9/drivers/net/usb/ |
D | r8152.c | 1070 __le16 bp_start; member 1129 __le16 bp_start; member 4267 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 4278 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4324 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4342 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 4356 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4372 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4379 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4394 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() [all …]
|