Home
last modified time | relevance | path

Searched refs:bp_start (Results 1 – 5 of 5) sorted by relevance

/linux/arch/xtensa/kernel/
H A Dsetup.c232 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/arch/xtensa/include/asm/
H A Dprocessor.h220 void init_arch(bp_tag_t *bp_start);
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c87 u8 bp_start; member
3030 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings()
3033 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings()
4097 .bp_start = 27,
4137 .bp_start = 27,
4174 .bp_start = 31,
4211 .bp_start = 31,
4248 .bp_start = 31,
4285 .bp_start = 31,
4326 .bp_start = 31,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c57 u8 bp_start; member
3020 FLD_VAL(hbp-1, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings()
3023 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings()
3725 .bp_start = 27,
3745 .bp_start = 27,
3766 .bp_start = 31,
3787 .bp_start = 31,
3809 .bp_start = 31,
/linux/drivers/net/usb/
H A Dr8152.c1076 __le16 bp_start; member
1135 __le16 bp_start; member
4413 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local
4424 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok()
4470 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok()
4488 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local
4502 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok()
4518 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok()
4525 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok()
4540 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok()
[all …]