cpm8xx_t
cpm8xx_t im_cpm; /* Communication processor */
extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */
extern void __init cpm_load_patch(cpm8xx_t *cp);
cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */
static void __init cpm_write_patch(cpm8xx_t *cp, int offset, uint *patch, int len)
void __init cpm_load_patch(cpm8xx_t *cp)