Lines Matching defs:map
14 #include <linux/dma-map-ops.h>
40 struct sta2x11_mapping map[STA2X11_NR_EP];
178 return instance->map + ep;
183 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev);
186 if (!map)
189 if (map->is_suspended)
191 map->is_suspended = 1;
195 struct sta2x11_ahb_regs *regs = map->regs + i;
207 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev);
210 if (!map)
214 if (!map->is_suspended)
216 map->is_suspended = 0;
220 struct sta2x11_ahb_regs *regs = map->regs + i;