Searched refs:bp_start (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/xtensa/kernel/ |
A 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.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
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,
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
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,
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | r8152.c | 1070 __le16 bp_start; member 1129 __le16 bp_start; member 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() 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() 4407 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 4453 if (__le16_to_cpu(mac->bp_start) != bp_start) { in rtl8152_is_fw_mac_ok() [all …]
|
Completed in 38 milliseconds