Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 54) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/power/
H A Dexynos-tmu.c67 struct temperature_params ts; member
156 if ((cur_temp >= data->ts.start_tripping) && in tmu_monitor()
157 (cur_temp <= data->ts.max_val)) in tmu_monitor()
160 if (cur_temp >= data->ts.start_warning) in tmu_monitor()
163 if ((cur_temp < data->ts.start_warning) && in tmu_monitor()
164 (cur_temp >= data->ts.min_val)) in tmu_monitor()
216 info->data.ts.min_val = fdtdec_get_int(blob, in get_tmu_fdt_values()
218 error |= (info->data.ts.min_val == -1); in get_tmu_fdt_values()
219 info->data.ts.max_val = fdtdec_get_int(blob, in get_tmu_fdt_values()
221 error |= (info->data.ts.max_val == -1); in get_tmu_fdt_values()
[all …]
/rk3399_rockchip-uboot/drivers/fpga/
H A Dspartan2.c112 unsigned long ts; /* timestamp */ in spartan2_sp_load() local
155 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
159 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
182 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
192 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
215 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
224 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
314 unsigned long ts; /* timestamp */ in spartan2_ss_load() local
341 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
344 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()
[all …]
H A Dspartan3.c116 unsigned long ts; /* timestamp */ in spartan3_sp_load() local
159 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
163 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
186 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
196 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
219 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
230 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
320 unsigned long ts; /* timestamp */ in spartan3_ss_load() local
347 ts = get_timer (0); /* get current time */ in spartan3_ss_load()
350 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_ss_load()
[all …]
H A Dzynqpl.c154 unsigned long ts; in zynq_dma_transfer() local
166 ts = get_timer(0); in zynq_dma_transfer()
178 if (get_timer(ts) > CONFIG_SYS_FPGA_PROG_TIME) { in zynq_dma_transfer()
197 unsigned long ts; in zynq_dma_xfer_init() local
212 ts = get_timer(0); in zynq_dma_xfer_init()
214 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_dma_xfer_init()
225 ts = get_timer(0); in zynq_dma_xfer_init()
228 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_dma_xfer_init()
355 unsigned long ts; /* Timestamp */ in zynq_load() local
380 ts = get_timer(0); in zynq_load()
[all …]
H A Dvirtex2.c170 unsigned long ts; in virtex2_ssm_load() local
211 ts = get_timer (0); in virtex2_ssm_load()
213 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT_INIT) { in virtex2_ssm_load()
229 ts = get_timer (0); in virtex2_ssm_load()
232 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT_INIT) { in virtex2_ssm_load()
285 ts = get_timer (0); in virtex2_ssm_load()
287 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT_BUSY) { in virtex2_ssm_load()
318 ts = get_timer (0); in virtex2_ssm_load()
321 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT_CONFIG) { in virtex2_ssm_load()
H A Dcyclon2.c107 unsigned long ts; /* timestamp */ in CYC2_ps_load() local
137 ts = get_timer (0); /* get current time */ in CYC2_ps_load()
140 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in CYC2_ps_load()
H A DACEX1K.c103 unsigned long ts; /* timestamp */ in ACEX1K_ps_load() local
143 ts = get_timer (0); /* get current time */ in ACEX1K_ps_load()
146 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in ACEX1K_ps_load()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dftsdc010_mci.c38 uint32_t ts, st; in ftsdc010_send_cmd() local
62 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in ftsdc010_send_cmd()
71 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in ftsdc010_send_cmd()
130 uint32_t st, ts; in ftsdc010_wait() local
132 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in ftsdc010_wait()
281 uint32_t ts; in ftsdc010_init() local
295 for (ts = get_timer(0); get_timer(ts) < CFG_RST_TIMEOUT; ) { in ftsdc010_init()
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-storage.c81 ulong ts; in do_test_storage() local
170 ts = get_timer(0); in do_test_storage()
192 ts = get_timer(0) - ts; in do_test_storage()
194 label, blocks * round / 2048, ts, (blocks * round >> 1) / ts); in do_test_storage()
197 ts = get_timer(0); in do_test_storage()
220 ts = get_timer(0) - ts; in do_test_storage()
222 label, blocks * round / 2048, ts, (blocks * round >> 1) / ts); in do_test_storage()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_mxc.c139 u32 ts; member
154 writel(0, &base->ts); in _mxc_serial_init()
197 while (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_getc()
211 while (!(readl(&mxc_base->ts) & UTS_TXEMPTY)) in mxc_serial_putc()
219 if (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_tstc()
285 if (readl(&uart->ts) & UTS_RXEMPTY) in mxc_serial_getc()
296 if (!(readl(&uart->ts) & UTS_TXEMPTY)) in mxc_serial_putc()
377 while (!(readl(&base->ts) & UTS_TXEMPTY)) in _debug_uart_putc()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dintel_i2c.c67 unsigned long ts; in smbus_wait_until_ready() local
70 ts = get_timer(0); in smbus_wait_until_ready()
75 } while (get_timer(ts) < SMBUS_TIMEOUT); in smbus_wait_until_ready()
82 unsigned long ts; in smbus_wait_until_done() local
85 ts = get_timer(0); in smbus_wait_until_done()
90 } while (get_timer(ts) < SMBUS_TIMEOUT); in smbus_wait_until_done()
H A Dfti2c010.c66 ulong ts; in fti2c010_reset() local
71 for (ts = get_timer(0); get_timer(ts) < CONFIG_FTI2C010_TIMEOUT; ) { in fti2c010_reset()
87 uint32_t stat, ts; in fti2c010_wait() local
90 for (ts = get_timer(0); get_timer(ts) < CONFIG_FTI2C010_TIMEOUT; ) { in fti2c010_wait()
/rk3399_rockchip-uboot/board/theadorable/
H A Dfpga.c108 unsigned long ts; in fpga_done_fn() local
113 ts = get_timer(0); in fpga_done_fn()
117 } while (get_timer(ts) < 1000); in fpga_done_fn()
/rk3399_rockchip-uboot/drivers/net/
H A Dftmac110.c73 uint32_t tmp, ts; in mdio_read() local
82 for (ts = get_timer(0); get_timer(ts) < CFG_MDIORD_TIMEOUT; ) { in mdio_read()
102 uint32_t tmp, ts; in mdio_write() local
111 for (ts = get_timer(0); get_timer(ts) < CFG_MDIOWR_TIMEOUT; ) { in mdio_write()
123 ulong ts; in ftmac110_phyqry() local
147 ts = get_timer(0); in ftmac110_phyqry()
155 } while (get_timer(ts) < CFG_LINKUP_TIMEOUT); in ftmac110_phyqry()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsama5d3xdm.dtsi26 atmel,adc-ts-wires = <4>;
27 atmel,adc-ts-pressure-threshold = <10000>;
H A Dat91sam9x5dm.dtsi51 atmel,adc-ts-wires = <4>;
52 atmel,adc-ts-pressure-threshold = <10000>;
H A Dat91sam9x5ek.dtsi75 atmel,adc-ts-wires = <4>;
76 atmel,adc-ts-pressure-threshold = <10000>;
/rk3399_rockchip-uboot/board/technologic/ts4800/
H A DMAINTAINERS4 F: board/ts/ts4800/
/rk3399_rockchip-uboot/common/
H A Dautoboot.c214 unsigned long ts; local
238 ts = get_timer(0);
249 } while (!abort && get_timer(ts) < 1000);
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dfotg210.c194 ulong ts; in fotg210_cxwait() local
196 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_cxwait()
213 uint32_t tmp, ts; in fotg210_dma() local
224 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_dma()
277 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_dma()
/rk3399_rockchip-uboot/scripts/
H A Dfit-unpack.sh76 ALGO=`fdtget -ts ${ITB} ${NODE}/hash algo`
117 COMPRESSION=`fdtget -ts ${ITB} /images/${NAME} compression`
H A Dandroid2distro.sh55 BOOTARGS=`fdtget -ts distro/rk-kernel.dtb /chosen bootargs`
/rk3399_rockchip-uboot/drivers/spi/
H A Dzynq_spi.c220 u32 ts, status; in zynq_spi_xfer() local
248 ts = get_timer(0); in zynq_spi_xfer()
251 if (get_timer(ts) > CONFIG_SYS_ZYNQ_SPI_WAIT) { in zynq_spi_xfer()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dmmu.h446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
450 (((ts) << 12) & MAS1_TS) |\
500 u8 ts, u8 esel, u8 tsize, u8 iprot);
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c585 u32 ts; in drain_fifo() local
598 ts = get_timer(0); in drain_fifo()
600 if (get_timer(ts) > TIMEOUT_DRAIN_FIFO) { in drain_fifo()
1066 u32 ts; in nand_cmdfunc() local
1073 ts = get_timer(0); in nand_cmdfunc()
1084 if (get_timer(ts) > CHIP_DELAY_TIMEOUT) { in nand_cmdfunc()
1152 u32 ts; in nand_cmdfunc_extended() local
1166 ts = get_timer(0); in nand_cmdfunc_extended()
1177 if (get_timer(ts) > CHIP_DELAY_TIMEOUT) { in nand_cmdfunc_extended()
1408 u32 ts; in pxa3xx_nand_waitfunc() local
[all …]

123