Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm64/rockchip/clk/
H A Drk_clk_pll.c44 uint32_t base_offset; member
172 READ4(clk, sc->base_offset, &raw0); in rk3066_clk_pll_recalc()
251 WRITE4(clk, sc->base_offset, reg); in rk3066_clk_pll_set_freq()
269 WRITE4(clk, sc->base_offset + 12, in rk3066_clk_pll_set_freq()
329 sc->base_offset = clkdef->base_offset; in rk3066_clk_pll_register()
398 READ4(clk, sc->base_offset, &raw1); in rk3328_clk_pll_recalc()
470 WRITE4(clk, sc->base_offset, reg); in rk3328_clk_pll_set_freq()
535 sc->base_offset = clkdef->base_offset; in rk3328_clk_pll_register()
608 READ4(clk, sc->base_offset, &con1); in rk3399_clk_pll_recalc()
711 WRITE4(clk, sc->base_offset, reg); in rk3399_clk_pll_set_freq()
[all …]
H A Drk_clk_pll.h48 uint32_t base_offset; member
H A Drk3328_cru.c596 .base_offset = 0x00,
612 .base_offset = 0x20,
627 .base_offset = 0x40,
640 .base_offset = 0x60,
656 .base_offset = 0xa0,
H A Drk3399_pmucru.c709 .base_offset = 0x00,
H A Drk3288_cru.c534 .base_offset = _base, \
H A Drk3399_cru.c697 .base_offset = _base, \
/freebsd-13.1/sys/ufs/ufs/
H A Dufs_extattr.c856 off_t base_offset; in ufs_extattr_get() local
886 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_get()
902 local_aio.uio_offset = base_offset; in ufs_extattr_get()
952 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-13.1/sbin/bsdlabel/
H A Dbsdlabel.c1246 base_offset = BBSIZE / secsize; in checklabel()
1253 if (pp->p_offset > base_offset) in checklabel()
1254 free_space += pp->p_offset - base_offset; in checklabel()
1255 if (pp->p_offset + pp->p_size > base_offset) in checklabel()
1256 base_offset = pp->p_offset + pp->p_size; in checklabel()
1258 if (base_offset < lp->d_secperunit) in checklabel()
1259 free_space += lp->d_secperunit - base_offset; in checklabel()
1296 base_offset = BBSIZE / secsize; in checklabel()
1305 base_offset = pp->p_offset + pp->p_size; in checklabel()
1325 needed, base_offset, current_offset); in checklabel()
[all …]
/freebsd-13.1/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Domap.h74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp546 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference()
554 return value + base_offset; in Reference()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1471 CharUnits base_offset; in ExtractBaseOffsets() local
1474 base_offset = in ExtractBaseOffsets()
1477 base_offset = in ExtractBaseOffsets()
1481 origin_base_cxx_record.decl, base_offset)); in ExtractBaseOffsets()
/freebsd-13.1/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h360 uint8_t base_offset; member
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_type.h388 __le16 base_offset; member
H A Dice_flex_pipe.c1518 *offset = LE16_TO_CPU(fv_section->base_offset) + index; in ice_sw_fv_handler()
/freebsd-13.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-13.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-13.1/contrib/libxo/libxo/
H A Dlibxo.c4012 ssize_t base_offset = xbp->xb_curp - xbp->xb_bufp; in xo_buf_append_div() local
4046 memmove(xbp->xb_bufp + base_offset + div_len + olen, in xo_buf_append_div()
4047 xbp->xb_bufp + base_offset, new_offset - base_offset); in xo_buf_append_div()
4050 memcpy(xbp->xb_bufp + base_offset, div_number, div_len); in xo_buf_append_div()
4053 memcpy(xbp->xb_bufp + base_offset + div_len, cp, olen); in xo_buf_append_div()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp301 auto base_offset = ReadVBaseOffsetFromVTable( in GetVBaseBitOffset() local
303 if (base_offset == INT64_MAX) in GetVBaseBitOffset()
306 bit_offset = base_offset * 8; in GetVBaseBitOffset()