Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/sys/arm64/rockchip/clk/
H A Drk_clk_pll.c45 uint32_t base_offset; member
154 READ4(clk, sc->base_offset, &raw1); in rk3328_clk_pll_recalc()
155 READ4(clk, sc->base_offset + 4, &raw2); in rk3328_clk_pll_recalc()
156 READ4(clk, sc->base_offset + 8, &raw3); in rk3328_clk_pll_recalc()
226 WRITE4(clk, sc->base_offset, reg); in rk3328_clk_pll_set_freq()
291 sc->base_offset = clkdef->base_offset; in rk3328_clk_pll_register()
374 READ4(clk, sc->base_offset, &con1); in rk3399_clk_pll_recalc()
375 READ4(clk, sc->base_offset + 4, &con2); in rk3399_clk_pll_recalc()
376 READ4(clk, sc->base_offset + 8, &con3); in rk3399_clk_pll_recalc()
457 WRITE4(clk, sc->base_offset, reg); in rk3399_clk_pll_set_freq()
[all …]
H A Drk3399_cru.c750 .base_offset = 0x00,
765 .base_offset = 0x20,
780 .base_offset = 0x40,
795 .base_offset = 0x60,
806 .base_offset = 0x80,
820 .base_offset = 0xa0,
831 .base_offset = 0xc0,
H A Drk3328_cru.c522 .base_offset = 0x00,
538 .base_offset = 0x20,
553 .base_offset = 0x40,
566 .base_offset = 0x60,
582 .base_offset = 0xa0,
H A Drk_clk_pll.h48 uint32_t base_offset; member
H A Drk3399_pmucru.c708 .base_offset = 0x00,
/freebsd-12.1/sys/ufs/ufs/
H A Dufs_extattr.c855 off_t base_offset; in ufs_extattr_get() local
885 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_get()
901 local_aio.uio_offset = base_offset; in ufs_extattr_get()
951 uio->uio_offset = base_offset + sizeof(struct in ufs_extattr_get()
1062 off_t base_offset; in ufs_extattr_set() local
1093 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_set()
1110 local_aio.uio_offset = base_offset; in ufs_extattr_set()
1170 off_t base_offset; in ufs_extattr_rm() local
1192 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_rm()
1208 local_aio.uio_offset = base_offset; in ufs_extattr_rm()
[all …]
/freebsd-12.1/sbin/bsdlabel/
H A Dbsdlabel.c1279 base_offset = BBSIZE / secsize; in checklabel()
1286 if (pp->p_offset > base_offset) in checklabel()
1287 free_space += pp->p_offset - base_offset; in checklabel()
1288 if (pp->p_offset + pp->p_size > base_offset) in checklabel()
1289 base_offset = pp->p_offset + pp->p_size; in checklabel()
1291 if (base_offset < lp->d_secperunit) in checklabel()
1292 free_space += lp->d_secperunit - base_offset; in checklabel()
1329 base_offset = BBSIZE / secsize; in checklabel()
1338 base_offset = pp->p_offset + pp->p_size; in checklabel()
1358 needed, base_offset, current_offset); in checklabel()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dvalops.c1582 int base_offset; in search_struct_method() local
1594 &base_offset, &skip); in search_struct_method()
1619 base_offset = in search_struct_method()
1623 if (base_offset == -1) in search_struct_method()
1817 int base_offset; in find_method_list() local
1828 &base_offset, &skip); in find_method_list()
1836 base_offset = in find_method_list()
1840 if (base_offset == -1) in find_method_list()
2575 int base_offset; in value_struct_elt_for_reference() local
2578 base_offset = 0; in value_struct_elt_for_reference()
[all …]
H A Dgnu-v3-abi.c369 long int cur_base_offset, base_offset; in gnuv3_baseclass_offset() local
418 base_offset = value_as_long (value_subscript (vbase_array, offset_val)); in gnuv3_baseclass_offset()
419 return base_offset; in gnuv3_baseclass_offset()
H A Ddwarf2loc.c61 CORE_ADDR base_offset = ANOFFSET (baton->objfile->section_offsets, in find_location_expression() local
63 CORE_ADDR base_address = baton->base_address + base_offset; in find_location_expression()
/freebsd-12.1/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Domap.h73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dr600_cs.c365 u64 base_offset, base_align; in r600_cs_track_validate_cb() local
433 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb()
534 u64 base_offset, base_align; in r600_cs_track_validate_db() local
585 base_offset = track->db_bo_mc + track->db_offset; in r600_cs_track_validate_db()
624 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db()
1555 u64 base_offset, in r600_check_texture_resource() argument
1574 base_offset <<= 8; in r600_check_texture_resource()
1652 if (!IS_ALIGNED(base_offset, base_align)) { in r600_check_texture_resource()
2035 u32 size, offset, base_offset, mip_offset; in r600_packet3_check() local
2063 base_offset + radeon_get_ib_value(p, idx+1+(i*7)+2), in r600_packet3_check()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr)); in vect_create_addr_base_for_vector_ref() local
154 base_offset = size_binop (PLUS_EXPR, base_offset, init); in vect_create_addr_base_for_vector_ref()
155 dest = create_tmp_var (TREE_TYPE (base_offset), "base_off"); in vect_create_addr_base_for_vector_ref()
157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest); in vect_create_addr_base_for_vector_ref()
162 tree tmp = create_tmp_var (TREE_TYPE (base_offset), "offset"); in vect_create_addr_base_for_vector_ref()
166 base_offset = fold_build2 (PLUS_EXPR, TREE_TYPE (base_offset), in vect_create_addr_base_for_vector_ref()
167 base_offset, offset); in vect_create_addr_base_for_vector_ref()
168 base_offset = force_gimple_operand (base_offset, &new_stmt, false, tmp); in vect_create_addr_base_for_vector_ref()
174 base_offset); in vect_create_addr_base_for_vector_ref()
H A Dfunction.c190 HOST_WIDE_INT base_offset; member
690 p->base_offset = best_p->base_offset + rounded_size; in assign_stack_temp_for_type()
745 p->base_offset = frame_offset; in assign_stack_temp_for_type()
750 p->base_offset = frame_offset_old; in assign_stack_temp_for_type()
909 if (p->base_offset + p->full_size == q->base_offset) in combine_temp_slots()
916 else if (q->base_offset + q->full_size == p->base_offset) in combine_temp_slots()
951 && INTVAL (XEXP (x, 1)) >= p->base_offset in find_temp_slot_from_address()
952 && INTVAL (XEXP (x, 1)) < p->base_offset + p->full_size)) in find_temp_slot_from_address()
H A Dpostreload.c1334 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; in reload_cse_move2add() local
1338 + base_offset in reload_cse_move2add()
1365 trunc_int_for_mode (added_offset + base_offset, in reload_cse_move2add()
H A Ddwarf2out.c214 HOST_WIDE_INT base_offset; member
698 loc->base_offset = 0; in lookup_cfa()
733 loc.base_offset = 0; in dwarf2out_def_cfa()
748 || loc1->base_offset == loc2->base_offset)); in cfa_equal_p()
1837 cfa.base_offset = offset; in dwarf2out_frame_debug_expr()
3464 if (cfa->base_offset) in build_cfa_loc()
3469 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset); in build_cfa_loc()
3509 cfa->base_offset = 0; in get_cfa_from_loc_descr()
3589 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr()
3593 cfa->base_offset = ptr->dw_loc_oprnd2.v.val_int; in get_cfa_from_loc_descr()
[all …]
H A DFSFChangeLog.105793 * function.c (assign_stack_temp): When split a slot, set base_offset
6091 * function.c (struct temp_slot): New fields base_offset, full_size.
6093 Set new fields base_offset and full_size.
6094 (combine_temp_slots): Use new fields base_offset and full_size instead
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp628 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference()
636 return value + base_offset; in Reference()
/freebsd-12.1/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h360 uint8_t base_offset; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1693 CharUnits base_offset; in ExtractBaseOffsets() local
1696 base_offset = in ExtractBaseOffsets()
1699 base_offset = in ExtractBaseOffsets()
1703 origin_base_cxx_record.decl, base_offset)); in ExtractBaseOffsets()
/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk3179 function srom_entry_new(var, revisions, base_offset, type, _obj) {
3187 set(_obj, p_base_offset, base_offset)
4095 function parse_srom_segment(base_offset, base_type, _simple, _type, _type_str,
4119 _offset = base_offset + parse_uint_offset(_offset)
/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c471 tmp_reg |= (uint32_t)params->cc_params.base_offset << in fman_kg_build_scheme()
/freebsd-12.1/contrib/libxo/libxo/
H A Dlibxo.c4005 ssize_t base_offset = xbp->xb_curp - xbp->xb_bufp; in xo_buf_append_div() local
4039 memmove(xbp->xb_bufp + base_offset + div_len + olen, in xo_buf_append_div()
4040 xbp->xb_bufp + base_offset, new_offset - base_offset); in xo_buf_append_div()
4043 memcpy(xbp->xb_bufp + base_offset, div_number, div_len); in xo_buf_append_div()
4046 memcpy(xbp->xb_bufp + base_offset + div_len, cp, olen); in xo_buf_append_div()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp314 auto base_offset = ReadVBaseOffsetFromVTable( in GetVBaseBitOffset() local
316 if (base_offset == INT64_MAX) in GetVBaseBitOffset()
319 bit_offset = base_offset * 8; in GetVBaseBitOffset()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.texinfo3048 base_virtual(no)inheritance_public(no)base_offset(0),
3050 base_virtual(yes)inheritance_public(no)base_offset(NIL),
3052 base_virtual(no)inheritance_public(yes)base_offset(64),

12