| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | exynos-tmu.c | 67 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 D | spartan2.c | 112 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 D | spartan3.c | 116 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 D | zynqpl.c | 154 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 D | virtex2.c | 170 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 D | cyclon2.c | 107 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 D | ACEX1K.c | 103 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 D | ftsdc010_mci.c | 38 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 D | test-storage.c | 81 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 D | serial_mxc.c | 139 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 D | intel_i2c.c | 67 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 D | fti2c010.c | 66 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 D | fpga.c | 108 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 D | ftmac110.c | 73 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 D | sama5d3xdm.dtsi | 26 atmel,adc-ts-wires = <4>; 27 atmel,adc-ts-pressure-threshold = <10000>;
|
| H A D | at91sam9x5dm.dtsi | 51 atmel,adc-ts-wires = <4>; 52 atmel,adc-ts-pressure-threshold = <10000>;
|
| H A D | at91sam9x5ek.dtsi | 75 atmel,adc-ts-wires = <4>; 76 atmel,adc-ts-pressure-threshold = <10000>;
|
| /rk3399_rockchip-uboot/board/technologic/ts4800/ |
| H A D | MAINTAINERS | 4 F: board/ts/ts4800/
|
| /rk3399_rockchip-uboot/common/ |
| H A D | autoboot.c | 214 unsigned long ts; local 238 ts = get_timer(0); 249 } while (!abort && get_timer(ts) < 1000);
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | fotg210.c | 194 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 D | fit-unpack.sh | 76 ALGO=`fdtget -ts ${ITB} ${NODE}/hash algo` 117 COMPRESSION=`fdtget -ts ${ITB} /images/${NAME} compression`
|
| H A D | android2distro.sh | 55 BOOTARGS=`fdtget -ts distro/rk-kernel.dtb /chosen bootargs`
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | zynq_spi.c | 220 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 D | mmu.h | 446 #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 D | pxa3xx_nand.c | 585 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 …]
|