Searched refs:fsl_upm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | fsl_lbc.h | 236 struct fsl_upm { struct 243 extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm); 247 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 253 static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset) in fsl_upm_start_pattern() 260 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 264 static inline void fsl_upm_end_pattern(struct fsl_upm *upm) in fsl_upm_end_pattern() 292 extern int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fsl_lbc.h | 236 struct fsl_upm { struct 243 extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm); 247 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 253 static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset) in fsl_upm_start_pattern() 260 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 264 static inline void fsl_upm_end_pattern(struct fsl_upm *upm) in fsl_upm_end_pattern() 292 extern int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base,
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_lbc.c | 88 * @upm: pointer to the allocated fsl_upm structure 90 * This function fills fsl_upm structure so you can use it with the rest of 94 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm) in fsl_upm_find() 144 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 152 int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base, u32 mar) in fsl_upm_run_pattern()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_lbc.c | 89 * @upm: pointer to the allocated fsl_upm structure 91 * This function fills fsl_upm structure so you can use it with the rest of 95 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm) in fsl_upm_find() 145 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find 153 int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base, u32 mar) in fsl_upm_run_pattern()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | Makefile | 36 obj-$(CONFIG_MTD_NAND_FSL_UPM) += fsl_upm.o
|
H A D | fsl_upm.c | 26 struct fsl_upm upm;
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | Makefile | 31 obj-$(CONFIG_MTD_NAND_FSL_UPM) += fsl_upm.o
|
H A D | fsl_upm.c | 26 struct fsl_upm upm;
|
Completed in 8 milliseconds