Searched refs:bp_start (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | setup.c | 232 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-6.15/fs/bcachefs/ |
| H A D | backpointers.c | 437 struct bpos bp_start; member 532 if (bpos_lt(bp->k.p, s->bp_start) || in check_bp_exists() 1096 struct extents_to_bp_state s = { .bp_start = POS_MIN }; in bch2_check_extents_to_backpointers() 1122 ret = bch2_pin_backpointer_nodes_with_missing(trans, s.bp_start, &s.bp_end); in bch2_check_extents_to_backpointers() 1126 if ( bpos_eq(s.bp_start, POS_MIN) && in bch2_check_extents_to_backpointers() 1131 if (!bpos_eq(s.bp_start, POS_MIN) || in bch2_check_extents_to_backpointers() 1136 bch2_bpos_to_text(&buf, s.bp_start); in bch2_check_extents_to_backpointers() 1148 s.bp_start = bpos_successor(s.bp_end); in bch2_check_extents_to_backpointers()
|
| H A D | move.c | 766 struct bpos bp_start = bucket_pos_to_bp_start(ca, POS(dev, bucket_start)); in __bch2_move_data_phys() local 780 bch2_trans_iter_init(trans, &bp_iter, BTREE_ID_backpointers, bp_start, 0); in __bch2_move_data_phys()
|
| H A D | alloc_background.c | 2109 struct bpos bp_start = bucket_pos_to_bp_start(ca, bucket); in invalidate_one_bucket_by_bps() local 2113 bp_start, bp_end, 0, k, in invalidate_one_bucket_by_bps()
|
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | processor.h | 220 void init_arch(bp_tag_t *bp_start);
|
| /linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 87 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-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 57 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-6.15/drivers/net/usb/ |
| H A D | r8152.c | 1082 __le16 bp_start; member 1141 __le16 bp_start; member 4426 bp_start = 0xa000; in rtl8152_is_fw_phy_nc_ok() 4472 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 4504 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4520 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4527 bp_start = PLA_BP_0; in rtl8152_is_fw_mac_ok() 4542 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 4555 bp_start = USB_BP_0; in rtl8152_is_fw_mac_ok() 4601 if (__le16_to_cpu(mac->bp_start) != bp_start) { in rtl8152_is_fw_mac_ok() [all …]
|