Searched refs:cpmp (Results 1 – 4 of 4) sorted by relevance
53 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */ variable58 cpmp = &mpc8xx_immr->im_cpm; in cpm_reset()62 out_be16(&cpmp->cp_cpcr, CPM_CR_RST | CPM_CR_FLG); in cpm_reset()65 while (in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG); in cpm_reset()69 cpm_load_patch(cpmp); in cpm_reset()100 out_be16(&cpmp->cp_cpcr, command | CPM_CR_FLG | (opcode << 8)); in cpm_command()102 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0) in cpm_command()129 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 */