| /OK3568_Linux_fs/u-boot/board/overo/ |
| H A D | spl.c | 31 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings() 38 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings() 44 timings->ctrla = HYNIX_V_ACTIMA_200; in get_board_mem_timings() 50 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings() 56 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/isee/igep00x0/ |
| H A D | spl.c | 25 timings->ctrla = HYNIX_V_ACTIMA_200; in get_board_mem_timings() 30 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings() 42 timings->ctrla = NUMONYX_V_ACTIMA_165; in get_board_mem_timings() 47 timings->ctrla = NUMONYX_V_ACTIMA_200; in get_board_mem_timings()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | at_hdmac.c | 277 static inline int atc_calc_bytes_left(int current_len, u32 ctrla) in atc_calc_bytes_left() argument 279 u32 btsize = (ctrla & ATC_BTSIZE_MAX); in atc_calc_bytes_left() 280 u32 src_width = ATC_REG_TO_SRC_WIDTH(ctrla); in atc_calc_bytes_left() 302 u32 ctrla, dscr; in atc_get_bytes_left() local 372 ctrla = channel_readl(atchan, CTRLA); in atc_get_bytes_left() 397 ctrla = channel_readl(atchan, CTRLA); in atc_get_bytes_left() 404 return atc_calc_bytes_left(ret, ctrla); in atc_get_bytes_left() 418 ret = atc_calc_bytes_left(ret, ctrla); in atc_get_bytes_left() 421 ctrla = channel_readl(atchan, CTRLA); in atc_get_bytes_left() 422 ret = atc_calc_bytes_left(ret, ctrla); in atc_get_bytes_left() [all …]
|
| H A D | at_hdmac_regs.h | 170 u32 ctrla; member 384 lli->ctrla, lli->ctrlb, &lli->dscr); in atc_dump_lli()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds1685.c | 757 u8 ctrla, ctrlb, ctrld, ctrl4a, ctrl4b, ssn[8]; in ds1685_rtc_proc() local 763 ctrla = rtc->read(rtc, RTC_CTRL_A); in ds1685_rtc_proc() 807 ((ctrla & RTC_CTRL_A_DV1) ? "enabled" : "disabled"), in ds1685_rtc_proc() 816 ds1685_rtc_pirq_rate[(ctrla & RTC_CTRL_A_RS_MASK)] : "none"), in ds1685_rtc_proc() 818 ds1685_rtc_sqw_freq[(ctrla & RTC_CTRL_A_RS_MASK)] : "32768Hz"), in ds1685_rtc_proc() 1075 u8 ctrla, ctrlb, hours; in ds1685_rtc_probe() local 1141 ctrla = rtc->read(rtc, RTC_CTRL_A); in ds1685_rtc_probe() 1142 if (!(ctrla & RTC_CTRL_A_DV1)) in ds1685_rtc_probe() 1143 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_probe() 1146 ctrla &= ~(RTC_CTRL_A_DV2); in ds1685_rtc_probe() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/beagle/ |
| H A D | beagle.c | 164 timings->ctrla = NUMONYX_V_ACTIMA_165; in get_board_mem_timings() 171 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings() 178 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings() 188 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings() 194 timings->ctrla = NUMONYX_V_ACTIMA_165; in get_board_mem_timings() 202 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | sdrc.c | 107 writel(timings->ctrla, &sdrc_actim_base->ctrla); in write_sdrc_timings() 187 timings.ctrla = readl(&sdrc_actim_base0->ctrla); in do_sdrc_init()
|
| /OK3568_Linux_fs/u-boot/board/corscience/tricorder/ |
| H A D | tricorder.c | 182 timings->ctrla = ACTIM_CTRLA(MT46H64M32_TRFC, MT46H64M32_TRC, in get_board_mem_timings() 200 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/technexion/tao3530/ |
| H A D | tao3530.c | 93 timings->ctrla = HYNIX_V_ACTIMA_165; in get_board_mem_timings() 98 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/ti/evm/ |
| H A D | evm.c | 158 timings->ctrla = HYNIX_V_ACTIMA_200; in get_board_mem_timings() 163 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/quipos/cairo/ |
| H A D | cairo.c | 74 timings->ctrla = SAMSUNG_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | sys_proto.h | 28 u32 ctrla; member
|
| H A D | cpu.h | 129 u32 ctrla; /* 0x9C || 0xC4 */ member
|
| /OK3568_Linux_fs/u-boot/board/timll/devkit8000/ |
| H A D | devkit8000.c | 202 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/lg/sniper/ |
| H A D | sniper.c | 71 timings->ctrla = HYNIX_V_ACTIMA_200; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t35/ |
| H A D | cm_t35.c | 57 timings->ctrla = MICRON_V_ACTIMA_165; in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/board/logicpd/omap3som/ |
| H A D | omap3logic.c | 109 timings->ctrla = MICRON_V_ACTIMA_200; in get_board_mem_timings()
|