Home
last modified time | relevance | path

Searched refs:req_offset (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/rockchip/
Dpm_domains.c45 u32 req_offset; member
166 regmap_write(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
170 regmap_update_bits(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
847 .req_offset = 0x64,
856 .req_offset = 0x148,
867 .req_offset = 0x38, /* PMU_MISC_CON1 */
878 .req_offset = 0x0c,
889 .req_offset = 0x38, /* PMU_MISC_CON1 */
898 .req_offset = 0x40c,
909 .req_offset = 0x10,
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnfs_page.h206 loff_t req_offset(struct nfs_page *req) in req_offset() function
/kernel/linux/linux-5.10/fs/nfs/filelayout/
Dfilelayout.c817 p_stripe = (u64)req_offset(prev) - segment_offset; in filelayout_pg_test()
818 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test()
827 div_u64_rem((u64)req_offset(req) - segment_offset, in filelayout_pg_test()
957 j = nfs4_fl_calc_j_index(lseg, req_offset(req)); in filelayout_mark_request_commit()
/kernel/linux/linux-5.10/fs/nfs/
Dpagelist.c67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init()
715 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup()
1067 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
Dpnfs.h684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
687 req_offset(req), req_last); in pnfs_lseg_request_intersecting()
Dread.c101 (long long)req_offset(req)); in nfs_readpage_release()
Dwrite.c1704 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1705 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1837 (long long)req_offset(req)); in nfs_commit_release_pages()
Dpnfs.c2716 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read()
2722 req_offset(req), in pnfs_generic_pg_init_read()
2749 req_offset(req), in pnfs_generic_pg_init_write()
2805 req_start = req_offset(req); in pnfs_generic_pg_test()
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.c909 int req_offset; in mpt_get_msg_frame() local
916 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
918 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
961 int req_offset; in mpt_put_msg_frame() local
966 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
968 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
974 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
997 int req_offset; in mpt_put_msg_frame_hi_pri() local
1002 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1003 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
[all …]
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
Dflexfilelayout.c815 req_offset(req), in ff_layout_pg_get_read()
903 req_offset(req), in ff_layout_pg_init_write()
962 req_offset(req), in ff_layout_pg_get_mirror_count_write()
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
Dblocklayout.c841 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch58539 + u32 req_offset;
58544 u32 req_offset;
58626 + .req_offset = r_offset, \
58638 + .req_offset = r_offset, \
58729 + if (pd_info->req_offset)
58730 + pd_req_offset = pd_info->req_offset;
58735 - regmap_write(pmu->regmap, pmu->info->req_offset,
58736 + regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset,
58740 - regmap_update_bits(pmu->regmap, pmu->info->req_offset,
58742 + regmap_update_bits(pmu->regmap, pmu->info->req_offset +