Searched refs:length_offset (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-rv1106.c | 992 static void _cru_pvtpll_calibrate(int count_offset, int length_offset, int target_rate) in _cru_pvtpll_calibrate() argument 1003 length_ori = readl_relaxed(rv1106_cru_base + length_offset) & PVTPLL_LENGTH_SEL_MASK; in _cru_pvtpll_calibrate() 1007 writel_relaxed(val, rv1106_cru_base + length_offset); in _cru_pvtpll_calibrate() 1019 writel_relaxed(val, rv1106_cru_base + length_offset); in _cru_pvtpll_calibrate() 1033 writel_relaxed(val, rv1106_cru_base + length_offset); in _cru_pvtpll_calibrate() 1039 static void _grf_pvtpll_calibrate(int count_offset, int length_offset, int target_rate) in _grf_pvtpll_calibrate() argument 1050 regmap_read(cru_ctx->grf, length_offset, &length_ori); in _grf_pvtpll_calibrate() 1056 regmap_write(cru_ctx->grf, length_offset, val); in _grf_pvtpll_calibrate() 1068 regmap_write(cru_ctx->grf, length_offset, val); in _grf_pvtpll_calibrate() 1082 regmap_write(cru_ctx->grf, length_offset, val); in _grf_pvtpll_calibrate()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 353 const size_t length_offset = 18; in tpm_nv_read_value() local 364 length_offset, count)) in tpm_nv_read_value() 388 const size_t length_offset = 18; in tpm_nv_write_value() local 401 length_offset, length, in tpm_nv_write_value()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 3902 int length_offset = xdr->buf->len; in nfsd4_encode_readlink() local 3924 xdr_truncate_encode(xdr, length_offset); in nfsd4_encode_readlink() 3929 write_bytes_to_xdr_buf(xdr->buf, length_offset, &wire_count, 4); in nfsd4_encode_readlink() 3930 xdr_truncate_encode(xdr, length_offset + 4 + ALIGN(maxcount, 4)); in nfsd4_encode_readlink() 3932 write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount, in nfsd4_encode_readlink()
|