Home
last modified time | relevance | path

Searched refs:devidx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
H A Dnouveau_nvkm_subdev_mc_base.c43 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_devidx devidx, bool en) in nvkm_mc_intr_mask() argument
48 u32 mask = nvkm_top_intr_mask(device, devidx); in nvkm_mc_intr_mask()
50 if (map->unit == devidx) in nvkm_mc_intr_mask()
123 enum nvkm_devidx devidx) in nvkm_mc_reset_mask() argument
129 if (!(pmc_enable = nvkm_top_reset(device, devidx))) { in nvkm_mc_reset_mask()
132 if (map->unit == devidx) { in nvkm_mc_reset_mask()
144 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_devidx devidx) in nvkm_mc_reset() argument
146 u64 pmc_enable = nvkm_mc_reset_mask(device, true, devidx); in nvkm_mc_reset()
155 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_devidx devidx) in nvkm_mc_disable() argument
157 u64 pmc_enable = nvkm_mc_reset_mask(device, false, devidx); in nvkm_mc_disable()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/
H A Dnouveau_nvkm_subdev_top_base.c81 nvkm_top_intr_mask(struct nvkm_device *device, enum nvkm_devidx devidx) in nvkm_top_intr_mask() argument
88 if (info->index == devidx && info->intr >= 0) in nvkm_top_intr_mask()
120 nvkm_top_fault_id(struct nvkm_device *device, enum nvkm_devidx devidx) in nvkm_top_fault_id() argument
126 if (info->index == devidx && info->fault >= 0) in nvkm_top_fault_id()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c464 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; in vdev_raidz_map_alloc() local
586 devidx = rm->rm_col[0].rc_devidx; in vdev_raidz_map_alloc()
590 rm->rm_col[1].rc_devidx = devidx; in vdev_raidz_map_alloc()