Searched refs:upm (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | fsl_upm.c | 22 (void)in_be32(upm->mxmr); in fsl_upm_start_pattern() 25 static void fsl_upm_end_pattern(struct fsl_upm *upm) in fsl_upm_end_pattern() argument 27 clrbits_be32(upm->mxmr, MxMR_OP_RUNP); in fsl_upm_end_pattern() 29 while (in_be32(upm->mxmr) & MxMR_OP_RUNP) in fsl_upm_end_pattern() 36 out_be32(upm->mar, mar); in fsl_upm_run_pattern() 37 (void)in_be32(upm->mar); in fsl_upm_run_pattern() 74 fun->upm.io_addr + fun->chip_offset * chip_nr; in fun_select_chip() 89 fsl_upm_end_pattern(&fun->upm); in fun_cmd_ctrl() 99 fsl_upm_start_pattern(&fun->upm, fun->upm_addr_offset); in fun_cmd_ctrl() 101 fsl_upm_start_pattern(&fun->upm, fun->upm_cmd_offset); in fun_cmd_ctrl() [all …]
|
/u-boot/arch/powerpc/cpu/mpc8xxx/ |
A D | fsl_lbc.c | 112 void upmconfig(uint upm, uint *table, uint size) in upmconfig() argument 117 u32 msel = BR_UPMx_TO_MSEL(upm); in upmconfig() 118 u32 *mxmr = &lbc->mamr + upm; in upmconfig() 121 if (upm < UPMA || upm > UPMC) { in upmconfig() 122 printf("Error: %s() Bad UPM index %d\n", __func__, upm); in upmconfig()
|
/u-boot/include/linux/mtd/ |
A D | fsl_upm.h | 26 struct fsl_upm upm; member
|
/u-boot/arch/powerpc/cpu/mpc8xx/ |
A D | cpu.c | 183 void upmconfig(uint upm, uint *table, uint size) in upmconfig() argument 192 out_be32(&memctl->memc_mcr, addr | upm); /* (16-16) */ in upmconfig()
|
/u-boot/arch/powerpc/include/asm/ |
A D | ppc.h | 124 void upmconfig(uint upm, uint *table, uint size);
|
A D | fsl_lbc.h | 471 extern void upmconfig(uint upm, uint *table, uint size);
|
Completed in 12 milliseconds