Searched refs:cpmp (Results 1 – 4 of 4) sorted by relevance
49 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */ variable71 cpmp = &cpm2_immr->im_cpm; in cpm2_reset()92 out_be32(&cpmp->cp_cpcr, command | opcode | CPM_CR_FLG); in cpm_command()94 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()
53 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */ variable208 cpmp = &mpc8xx_immr->im_cpm; in cpm_reset()213 out_be16(&cpmp->cp_cpcr, CPM_CR_RST | CPM_CR_FLG); in cpm_reset()217 while (in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG); in cpm_reset()221 cpm_load_patch(cpmp); in cpm_reset()253 out_be16(&cpmp->cp_cpcr, command | CPM_CR_FLG | (opcode << 8)); in cpm_command()255 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()282 bp = &cpmp->cp_brgc1; in cpm_setbrg()
50 extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */
88 extern cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor */