Searched refs:bp_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/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.10/drivers/net/usb/ |
D | r8152.c | 927 __le16 bp_start; member 982 __le16 bp_start; member 3552 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 3563 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 3609 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 3627 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 3641 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 3653 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 3668 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 3676 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() [all …]
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 87 u8 bp_start; member 3132 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3135 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4218 .bp_start = 27, 4256 .bp_start = 27, 4291 .bp_start = 31, 4326 .bp_start = 31, 4361 .bp_start = 31, 4396 .bp_start = 31, 4435 .bp_start = 31,
|
/Linux-v5.10/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,
|