Lines Matching refs:guts
55 struct ccsr_guts __iomem *guts; in mpc8610_hpcd_machine_probe() local
57 guts = ioremap(guts_phys, sizeof(struct ccsr_guts)); in mpc8610_hpcd_machine_probe()
58 if (!guts) { in mpc8610_hpcd_machine_probe()
64 guts_set_dmacr(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_probe()
67 guts_set_dmacr(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_probe()
71 guts_set_pmuxcr_dma(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_probe()
73 guts_set_pmuxcr_dma(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_probe()
78 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
82 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
87 iounmap(guts); in mpc8610_hpcd_machine_probe()
139 struct ccsr_guts __iomem *guts; in mpc8610_hpcd_machine_remove() local
141 guts = ioremap(guts_phys, sizeof(struct ccsr_guts)); in mpc8610_hpcd_machine_remove()
142 if (!guts) { in mpc8610_hpcd_machine_remove()
149 guts_set_dmacr(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_remove()
151 guts_set_dmacr(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_remove()
156 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
160 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
165 iounmap(guts); in mpc8610_hpcd_machine_remove()