| /u-boot/arch/powerpc/include/asm/ |
| A D | iopin_8xx.h | 33 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_high() 37 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_high() 60 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_low() 83 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_is_high() 107 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_is_low() 131 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_set_out() 154 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_set_in() 177 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_is_out() 201 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_is_in() 287 uint __iomem *parp = &immap->im_cpm.cp_pbpar; in iopin_set_ded() [all …]
|
| A D | immap_83xx.h | 618 typedef struct immap { struct 659 typedef struct immap { argument 694 typedef struct immap { argument 730 typedef struct immap { argument 774 typedef struct immap { argument 814 typedef struct immap { argument
|
| A D | immap_8xx.h | 445 typedef struct immap { struct
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | cpu.c | 47 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in checkicache() local 48 memctl8xx_t __iomem *memctl = &immap->im_memctl; in checkicache() 88 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in checkdcache() local 89 memctl8xx_t __iomem *memctl = &immap->im_memctl; in checkdcache() 120 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in check_CPU() local 160 out_be32(&immap->im_cpm.cp_fec.fec_addr_low, 0x12345678); in check_CPU() 188 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in upmconfig() local 189 memctl8xx_t __iomem *memctl = &immap->im_memctl; in upmconfig() 207 setbits_be32(&immap->im_clkrst.car_plprcr, PLPRCR_CSR); in do_reset() 241 if (in_be32(&immap->im_clkrst.car_sccr) & SCCR_TBS) in get_tbclk() [all …]
|
| A D | immap.c | 25 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in do_siuinfo() local 26 sysconf8xx_t __iomem *sc = &immap->im_siu_conf; in do_siuinfo() 43 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in do_memcinfo() local 44 memctl8xx_t __iomem *memctl = &immap->im_memctl; in do_memcinfo() 66 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in do_carinfo() local 67 car8xx_t __iomem *car = &immap->im_clkrst; in do_carinfo() 128 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in do_iopinfo() local 129 iop8xx_t __iomem *iop = &immap->im_ioport; in do_iopinfo() 141 R = &immap->im_cpm.cp_pbdir; in do_iopinfo() 340 cpm8xx_t __iomem *cp = &immap->im_cpm; in do_brginfo() [all …]
|
| A D | speed.c | 21 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in get_clocks() local 22 uint sccr = in_be32(&immap->im_clkrst.car_sccr); in get_clocks()
|
| A D | Makefile | 11 obj-$(CONFIG_CMD_IMMAP) += immap.o
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | law.c | 14 immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in set_ddr_laws() local 15 law83xx_t *ecm = &immap->sysconf.ddrlaw[0]; in set_ddr_laws() 45 ecm = &immap->sysconf.ddrlaw[1]; in set_ddr_laws()
|
| A D | cpu.c | 131 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; in do_reset() local 141 immap->reset.rpr = 0x52535445; in do_reset() 146 while(!((immap->reset.rcer) & RCER_CRE)) in do_reset() 152 immap->reset.rcr = RCR_SWHR; in do_reset()
|
| A D | ecc.c | 16 immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; in ecc_print_status() local 18 struct ccsr_ddr __iomem *ddr = &immap->ddr; in ecc_print_status() 20 ddr83xx_t *ddr = &immap->ddr; in ecc_print_status() 100 immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; in do_ecc() local 102 struct ccsr_ddr __iomem *ddr = &immap->ddr; in do_ecc() 104 ddr83xx_t *ddr = &immap->ddr; in do_ecc()
|
| A D | traps.c | 113 volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in MachineCheckException() 118 if(immap->im_pci.pci_esr & cpu_to_le32(PCI_ERROR_PCI_NO_RSP)) { in MachineCheckException() 119 immap->im_pci.pci_esr = cpu_to_le32(PCI_ERROR_PCI_NO_RSP); in MachineCheckException()
|
| A D | spd_sdram.c | 34 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; in board_add_ram_info() local 35 volatile ddr83xx_t *ddr = &immap->ddr; in board_add_ram_info() 133 volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in spd_sdram() local 134 volatile ddr83xx_t *ddr = &immap->ddr; in spd_sdram() 135 volatile law83xx_t *ecm = &immap->sysconf.ddrlaw[0]; in spd_sdram() 212 immap->sysconf.ddrcdr = CFG_SYS_DDRCDR_VALUE; in spd_sdram() 899 volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in ddr_enable_ecc() local 900 volatile ddr83xx_t *ddr= &immap->ddr; in ddr_enable_ecc()
|
| /u-boot/board/xes/common/ |
| A D | fsl_8xxx_misc.c | 33 volatile immap_t *immap = (immap_t *)CFG_SYS_CCSRBAR; in get_board_derivative() 34 volatile ccsr_gur_t *gur = &immap->im_gur; in get_board_derivative()
|
| A D | fsl_8xxx_clk.c | 18 immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in get_board_sys_clk() 19 volatile ccsr_gur_t *gur = &immap->im_gur; in get_board_sys_clk()
|
| /u-boot/drivers/sysreset/ |
| A D | sysreset_mpc83xx.c | 33 immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; in __do_reset() local 43 out_be32(&immap->reset.rpr, RPR_MAGIC); in __do_reset() 48 res = wait_for_bit_be32(&immap->reset.rcer, RCER_CRE, true, in __do_reset() 59 out_be32(&immap->reset.rcr, RCR_SWHR); in __do_reset()
|
| /u-boot/board/freescale/mpc837xerdb/ |
| A D | mpc837xerdb.c | 182 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in board_mmc_init() 222 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; in board_late_init() local 224 clrsetbits_be32(&immap->sysconf.sicrl, SICRL_USB_A, 0x40000000); in board_late_init()
|
| /u-boot/board/cssi/cmpc885/ |
| A D | sdram.c | 60 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in dram_init() local 61 memctl8xx_t __iomem *memctl = &immap->im_memctl; in dram_init()
|
| /u-boot/board/cssi/mcr3000/ |
| A D | mcr3000.c | 85 immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR; in dram_init() local 86 memctl8xx_t __iomem *memctl = &immap->im_memctl; in dram_init()
|
| /u-boot/board/freescale/m53017evb/ |
| A D | README | 38 - include/asm-m68k/immap.h ColdFire specific header file and driver macros 75 CONFIG_SYS_MCFRTC_BASE -- provide base address for RTC in immap.h
|
| /u-boot/board/freescale/m5373evb/ |
| A D | README | 37 - include/asm-m68k/immap.h ColdFire specific header file and driver macros 74 CONFIG_SYS_MCFRTC_BASE -- provide base address for RTC in immap.h
|
| /u-boot/drivers/rtc/ |
| A D | Kconfig | 234 hex "Base address for RTC in immap.h"
|