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

/linux-master/arch/xtensa/kernel/
H A Dsetup.c232 void __init init_arch(bp_tag_t *bp_start) argument
250 if (bp_start)
251 parse_bootparam(bp_start);
264 platform_init(bp_start);
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h222 void init_arch(bp_tag_t *bp_start);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c87 u8 bp_start; member in struct:dispc_features
3159 FLD_VAL(vm->hback_porch - 1, dispc->feat->bp_start, 20);
3162 FLD_VAL(vm->vback_porch, dispc->feat->bp_start, 20);
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
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c57 u8 bp_start; member in struct:dispc_features
3032 FLD_VAL(hbp-1, dispc.feat->bp_start, 20);
3035 FLD_VAL(vbp, dispc.feat->bp_start, 20);
3753 .bp_start = 27,
3773 .bp_start = 27,
3794 .bp_start = 31,
3815 .bp_start = 31,
3837 .bp_start = 31,
/linux-master/drivers/net/usb/
H A Dr8152.c1063 * @bp_start: the start register of break points. Depends on chip.
1081 __le16 bp_start; member in struct:fw_mac
1121 * @bp_start: the start register of break points. Depends on chip.
1140 __le16 bp_start; member in struct:fw_phy_nc
4413 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; local
4424 bp_start = 0xa000;
4470 if (__le16_to_cpu(phy->bp_start) != bp_start) {
4488 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; local
4502 bp_start
[all...]

Completed in 144 milliseconds