Searched refs:bp_start (Results 1 – 4 of 4) sorted by relevance
| /linux/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/drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.c | 87 u8 bp_start; member 3151 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3154 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 4235 .bp_start = 27, 4273 .bp_start = 27, 4308 .bp_start = 31, 4343 .bp_start = 31, 4378 .bp_start = 31, 4413 .bp_start = 31, 4452 .bp_start = 31,
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A 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,
|
| /linux/drivers/net/usb/ |
| A D | r8152.c | 1066 __le16 bp_start; member 1125 __le16 bp_start; member 4268 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4314 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4346 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4362 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4369 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4384 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 4397 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 4443 if (__le16_to_cpu(mac->bp_start) != bp_start) { in rtl8152_is_fw_mac_ok() [all …]
|
Completed in 36 milliseconds