Searched refs:cpmp (Results 1 – 4 of 4) sorted by relevance
49 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */ variable75 cpmp = &cpm2_immr->im_cpm; in cpm2_reset()96 out_be32(&cpmp->cp_cpcr, command | opcode | CPM_CR_FLG); in cpm_command()98 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()
53 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */ variable207 cpmp = &mpc8xx_immr->im_cpm; in cpm_reset()212 out_be16(&cpmp->cp_cpcr, CPM_CR_RST | CPM_CR_FLG); in cpm_reset()216 while (in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG); in cpm_reset()220 cpm_load_patch(cpmp); in cpm_reset()251 out_be16(&cpmp->cp_cpcr, command | CPM_CR_FLG | (opcode << 8)); in cpm_command()253 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()280 bp = &cpmp->cp_brgc1; in cpm_setbrg()
49 extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */
87 extern cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor */