Lines Matching refs:guts
59 struct ccsr_guts __iomem *guts; in mpc8610_hpcd_machine_probe() local
61 guts = ioremap(guts_phys, sizeof(struct ccsr_guts)); in mpc8610_hpcd_machine_probe()
62 if (!guts) { in mpc8610_hpcd_machine_probe()
68 guts_set_dmacr(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_probe()
71 guts_set_dmacr(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_probe()
75 guts_set_pmuxcr_dma(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_probe()
77 guts_set_pmuxcr_dma(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_probe()
82 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
86 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
91 iounmap(guts); in mpc8610_hpcd_machine_probe()
143 struct ccsr_guts __iomem *guts; in mpc8610_hpcd_machine_remove() local
145 guts = ioremap(guts_phys, sizeof(struct ccsr_guts)); in mpc8610_hpcd_machine_remove()
146 if (!guts) { in mpc8610_hpcd_machine_remove()
153 guts_set_dmacr(guts, machine_data->dma_id[0], in mpc8610_hpcd_machine_remove()
155 guts_set_dmacr(guts, machine_data->dma_id[1], in mpc8610_hpcd_machine_remove()
160 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
164 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
169 iounmap(guts); in mpc8610_hpcd_machine_remove()