Lines Matching refs:__iomem
51 struct mic_device_desc __iomem *desc;
52 struct mic_device_ctrl __iomem *dc;
54 void __iomem *vr[MIC_MAX_VRINGS];
75 struct mic_device_desc __iomem *desc = to_micvdev(vdev)->desc; in mic_get_features()
76 u8 __iomem *in_features = mic_vq_features(desc); in mic_get_features()
90 struct mic_device_desc __iomem *desc = to_micvdev(vdev)->desc; in mic_finalize_features()
93 u8 __iomem *out_features = in mic_finalize_features()
120 struct mic_device_desc __iomem *desc = to_micvdev(vdev)->desc; in mic_get()
130 struct mic_device_desc __iomem *desc = to_micvdev(vdev)->desc; in mic_set()
160 struct mic_device_ctrl __iomem *dc = mvdev->dc; in mic_reset_inform_host()
236 struct mic_vqconfig __iomem *vqconfig; in mic_find_vq()
239 void __iomem *va; in mic_find_vq()
240 struct _mic_vring_info __iomem *info; in mic_find_vq()
317 struct mic_device_ctrl __iomem *dc = mvdev->dc; in mic_find_vqs()
398 static int mic_add_device(struct mic_device_desc __iomem *d, in mic_add_device()
419 mvdev->dc = (void __iomem *)d + mic_aligned_desc_size(d); in mic_add_device()
460 return mvdev->desc == (void __iomem *)data; in mic_match_desc()
463 static void mic_handle_config_change(struct mic_device_desc __iomem *d, in mic_handle_config_change()
466 struct mic_device_ctrl __iomem *dc in mic_handle_config_change()
467 = (void __iomem *)d + mic_aligned_desc_size(d); in mic_handle_config_change()
482 static int mic_remove_device(struct mic_device_desc __iomem *d, in mic_remove_device()
485 struct mic_device_ctrl __iomem *dc in mic_remove_device()
486 = (void __iomem *)d + mic_aligned_desc_size(d); in mic_remove_device()
519 struct mic_device_desc __iomem *d; in mic_scan_devices()
520 struct mic_device_ctrl __iomem *dc; in mic_scan_devices()
527 dc = (void __iomem *)d + mic_aligned_desc_size(d); in mic_scan_devices()
602 struct mic_bootparam __iomem *bootparam; in mic_devices_init()
629 struct mic_bootparam __iomem *bootparam = mdrv->dp; in mic_devices_uninit()