| /freebsd-13.1/sys/arm64/rockchip/clk/ |
| H A D | rk_clk_pll.c | 44 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 D | rk_clk_pll.h | 48 uint32_t base_offset; member
|
| H A D | rk3328_cru.c | 596 .base_offset = 0x00, 612 .base_offset = 0x20, 627 .base_offset = 0x40, 640 .base_offset = 0x60, 656 .base_offset = 0xa0,
|
| H A D | rk3399_pmucru.c | 709 .base_offset = 0x00,
|
| H A D | rk3288_cru.c | 534 .base_offset = _base, \
|
| H A D | rk3399_cru.c | 697 .base_offset = _base, \
|
| /freebsd-13.1/sys/ufs/ufs/ |
| H A D | ufs_extattr.c | 856 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 D | bsdlabel.c | 1246 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 D | omap.h | 74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 546 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 D | ClangASTSource.cpp | 1471 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 D | fsl_fman_kg.h | 360 uint8_t base_offset; member
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_flex_type.h | 388 __le16 base_offset; member
|
| H A D | ice_flex_pipe.c | 1518 *offset = LE16_TO_CPU(fv_section->base_offset) + index; in ice_sw_fv_handler()
|
| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 3179 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 D | fman_kg.c | 471 tmp_reg |= (uint32_t)params->cc_params.base_offset << in fman_kg_build_scheme()
|
| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 4012 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 D | TypeSystemClang.cpp | 301 auto base_offset = ReadVBaseOffsetFromVTable( in GetVBaseBitOffset() local 303 if (base_offset == INT64_MAX) in GetVBaseBitOffset() 306 bit_offset = base_offset * 8; in GetVBaseBitOffset()
|