Home
last modified time | relevance | path

Searched refs:fxn (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Damd-iommu.h203 int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn,
205 int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn,
/Linux-v6.1/drivers/iommu/amd/
Damd_iommu.h47 u8 fxn, u64 *value);
49 u8 fxn, u64 *value);
Dinit.c3565 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg() argument
3575 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg()
3578 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg()
3602 int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value) in amd_iommu_pc_get_reg() argument
3607 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg()
3610 int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value) in amd_iommu_pc_set_reg() argument
3615 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
/Linux-v6.1/fs/gfs2/
Dquota.c1503 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1508 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()