Searched refs:count_offset (Results 1 – 4 of 4) 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 996 rate0 = readl_relaxed(rv1106_cru_base + count_offset); in _cru_pvtpll_calibrate() 1009 rate1 = readl_relaxed(rv1106_cru_base + count_offset); in _cru_pvtpll_calibrate() 1021 rate0 = readl_relaxed(rv1106_cru_base + count_offset); in _cru_pvtpll_calibrate() 1035 rate0 = readl_relaxed(rv1106_cru_base + count_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 1043 regmap_read(cru_ctx->grf, count_offset, &rate0); in _grf_pvtpll_calibrate() 1058 regmap_read(cru_ctx->grf, count_offset, &rate1); in _grf_pvtpll_calibrate() 1070 regmap_read(cru_ctx->grf, count_offset, &rate0); in _grf_pvtpll_calibrate() 1084 regmap_read(cru_ctx->grf, count_offset, &rate0); in _grf_pvtpll_calibrate()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | namei.c | 445 int count_offset; in get_dx_countlimit() local 448 count_offset = 8; in get_dx_countlimit() 458 count_offset = 32; in get_dx_countlimit() 463 *offset = count_offset; in get_dx_countlimit() 464 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit() 468 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument 477 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum() 490 int count_offset, limit, count; in ext4_dx_csum_verify() local 495 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify() 502 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 10412 int count_offset; /* e.g. offset of jited_prog_len */ member 10535 info_len < desc->count_offset + sizeof(__u32) || in bpf_program__get_prog_info_linear() 10544 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 10569 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 10572 desc->count_offset, count); in bpf_program__get_prog_info_linear() 10598 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 10600 desc->count_offset); in bpf_program__get_prog_info_linear()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 4923 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local 4943 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs() 5022 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()
|