Lines Matching refs:mesh

145 	volatile struct	mesh_regs __iomem *mesh;  member
223 tlp->bs0 = ms->mesh->bus_status0; in dlog()
224 tlp->bs1 = ms->mesh->bus_status1; in dlog()
305 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_dump_regs()
351 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_init()
398 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_start_cmd()
612 out_8(&ms->mesh->sequence, SEQ_ENBRESEL); in mesh_done()
613 mesh_flush_io(ms->mesh); in mesh_done()
635 volatile struct mesh_regs __iomem *mr = ms->mesh; in set_sdtr()
676 volatile struct mesh_regs __iomem *mr = ms->mesh; in start_phase()
820 volatile struct mesh_regs __iomem *mr = ms->mesh; in get_msgin()
852 volatile struct mesh_regs __iomem *mr = ms->mesh; in reselected()
985 volatile struct mesh_regs __iomem *mr = ms->mesh; in handle_reset()
1028 volatile struct mesh_regs __iomem *mr = ms->mesh; in handle_error()
1124 volatile struct mesh_regs __iomem *mr = ms->mesh; in handle_exception()
1318 volatile struct mesh_regs __iomem *mr = ms->mesh; in halt_dma()
1363 volatile struct mesh_regs __iomem *mr = ms->mesh; in phase_mismatch()
1442 volatile struct mesh_regs __iomem *mr = ms->mesh; in cmd_complete()
1657 volatile struct mesh_regs __iomem *mr = ms->mesh; in DEF_SCSI_QCMD()
1705 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_host_reset()
1821 mr = ms->mesh; in mesh_shutdown()
1849 struct device_node *mesh = macio_get_of_node(mdev); in mesh_probe() local
1893 ms->mesh = ioremap(macio_resource_start(mdev, 0), 0x1000); in mesh_probe()
1894 if (ms->mesh == NULL) { in mesh_probe()
1901 iounmap(ms->mesh); in mesh_probe()
1935 if ((cfp = of_get_property(mesh, "clock-frequency", NULL))) in mesh_probe()
1980 iounmap(ms->mesh); in mesh_probe()
2005 iounmap(ms->mesh); in mesh_remove()