Searched refs:fbcs (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/m68k/cpu/mcf523x/
H A Dcpu_init.c40 fbcs_t *fbcs = (fbcs_t *) MMAP_FBCS; local
55 out_be_fbcs_reg(&fbcs->csar0, CFG_SYS_CS0_BASE);
56 out_be_fbcs_reg(&fbcs->cscr0, CFG_SYS_CS0_CTRL);
57 out_be32(&fbcs->csmr0, CFG_SYS_CS0_MASK);
62 out_be_fbcs_reg(&fbcs->csar1, CFG_SYS_CS1_BASE);
63 out_be_fbcs_reg(&fbcs->cscr1, CFG_SYS_CS1_CTRL);
64 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
69 out_be_fbcs_reg(&fbcs->csar2, CFG_SYS_CS2_BASE);
70 out_be_fbcs_reg(&fbcs->cscr2, CFG_SYS_CS2_CTRL);
71 out_be32(&fbcs
[all...]
/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c28 fbcs_t *fbcs = (fbcs_t *) MMAP_FBCS; local
42 out_be32(&fbcs->csar0, CFG_SYS_CS0_BASE);
43 out_be32(&fbcs->cscr0, CFG_SYS_CS0_CTRL);
44 out_be32(&fbcs->csmr0, CFG_SYS_CS0_MASK);
50 out_be32(&fbcs->csar1, CFG_SYS_CS1_BASE);
51 out_be32(&fbcs->cscr1, CFG_SYS_CS1_CTRL);
52 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
57 out_be32(&fbcs->csar2, CFG_SYS_CS2_BASE);
58 out_be32(&fbcs->cscr2, CFG_SYS_CS2_CTRL);
59 out_be32(&fbcs
217 fbcs_t *fbcs = (fbcs_t *) MMAP_FBCS; local
[all...]
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c28 fbcs_t *fbcs __maybe_unused = (fbcs_t *) MMAP_FBCS;
32 out_be32(&fbcs->csar0, CFG_SYS_CS0_BASE);
33 out_be32(&fbcs->cscr0, CFG_SYS_CS0_CTRL);
34 out_be32(&fbcs->csmr0, CFG_SYS_CS0_MASK);
40 out_be32(&fbcs->csar1, CFG_SYS_CS1_BASE);
41 out_be32(&fbcs->cscr1, CFG_SYS_CS1_CTRL);
42 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
46 out_be32(&fbcs->csar2, CFG_SYS_CS2_BASE);
47 out_be32(&fbcs->cscr2, CFG_SYS_CS2_CTRL);
48 out_be32(&fbcs
[all...]
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c36 fbcs_t *fbcs = (fbcs_t *) (MMAP_FBCS); local
40 out_be32(&fbcs->csar0, CFG_SYS_CS0_BASE);
41 out_be32(&fbcs->cscr0, CFG_SYS_CS0_CTRL);
42 out_be32(&fbcs->csmr0, CFG_SYS_CS0_MASK);
48 out_be32(&fbcs->csar1, CFG_SYS_CS1_BASE);
49 out_be32(&fbcs->cscr1, CFG_SYS_CS1_CTRL);
50 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
54 out_be32(&fbcs->csar2, CFG_SYS_CS2_BASE);
55 out_be32(&fbcs->cscr2, CFG_SYS_CS2_CTRL);
56 out_be32(&fbcs
[all...]
/u-boot/board/freescale/m5373evb/
H A Dnand.c54 fbcs_t *fbcs = (fbcs_t *) MMAP_FBCS; local
56 clrbits_be32(&fbcs->csmr2, FBCS_CSMR_WP);
/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexbus.h16 typedef struct fbcs { struct
66 typedef struct fbcs { struct

Completed in 102 milliseconds