Searched refs:cpmp (Results 1 – 6 of 6) sorted by relevance
175 cpm8xx_t __iomem *cpmp = &(im->im_cpm); in serial_mpc8xx_putc() local181 rtx = (struct serialbuffer __iomem *)&cpmp->cp_dpmem[CPM_SERIAL_BASE]; in serial_mpc8xx_putc()197 cpm8xx_t __iomem *cpmp = &(im->im_cpm); in serial_mpc8xx_getc() local202 rtx = (struct serialbuffer __iomem *)&cpmp->cp_dpmem[CPM_SERIAL_BASE]; in serial_mpc8xx_getc()227 cpm8xx_t __iomem *cpmp = &(im->im_cpm); in serial_mpc8xx_pending() local233 rtx = (struct serialbuffer __iomem *)&cpmp->cp_dpmem[CPM_SERIAL_BASE]; in serial_mpc8xx_pending()
52 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */ variable57 cpmp = &mpc8xx_immr->im_cpm; in cpm_reset()61 out_be16(&cpmp->cp_cpcr, CPM_CR_RST | CPM_CR_FLG); in cpm_reset()64 while (in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG); in cpm_reset()68 cpm_load_patch(cpmp); in cpm_reset()99 out_be16(&cpmp->cp_cpcr, command | CPM_CR_FLG | (opcode << 8)); in cpm_command()101 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()128 bp = &cpmp->cp_brgc1; in cpm_setbrg()
46 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */ variable68 cpmp = &cpm2_immr->im_cpm; in cpm2_reset()89 out_be32(&cpmp->cp_cpcr, command | opcode | CPM_CR_FLG); in cpm_command()91 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()
50 extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */
88 extern cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor */
68 extern cpm8xx_t *cpmp; /* Pointer to comm processor */