Home
last modified time | relevance | path

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

123

/u-boot/arch/arm/dts/
A Dsocfpga_cyclone5_mcvevk.dts61 compatible = "st,stmpe-ts";
62 ts,sample-time = <4>;
63 ts,mod-12b = <1>;
64 ts,ref-sel = <0>;
65 ts,adc-freq = <1>;
66 ts,ave-ctrl = <1>;
67 ts,touch-det-delay = <3>;
68 ts,settling = <4>;
69 ts,fraction-z = <7>;
70 ts,i-drive = <1>;
A Dat91sam9x5dm.dtsi51 atmel,adc-ts-wires = <4>;
52 atmel,adc-ts-pressure-threshold = <10000>;
A Dsama5d3xdm.dtsi52 atmel,adc-ts-wires = <4>;
53 atmel,adc-ts-pressure-threshold = <10000>;
A Dat91sam9x5ek.dtsi75 atmel,adc-ts-wires = <4>;
76 atmel,adc-ts-pressure-threshold = <10000>;
/u-boot/drivers/power/
A Dexynos-tmu.c68 struct temperature_params ts; member
157 if ((cur_temp >= data->ts.start_tripping) && in tmu_monitor()
158 (cur_temp <= data->ts.max_val)) in tmu_monitor()
161 if (cur_temp >= data->ts.start_warning) in tmu_monitor()
164 if ((cur_temp < data->ts.start_warning) && in tmu_monitor()
165 (cur_temp >= data->ts.min_val)) in tmu_monitor()
219 error |= (info->data.ts.min_val == -1); in get_tmu_fdt_values()
222 error |= (info->data.ts.max_val == -1); in get_tmu_fdt_values()
289 warning_code = data->ts.start_warning in tmu_setup_parameters()
291 trip_code = data->ts.start_tripping in tmu_setup_parameters()
[all …]
/u-boot/drivers/fpga/
A Dspartan2.c111 unsigned long ts; /* timestamp */ in spartan2_sp_load() local
154 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
158 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
181 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
191 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
214 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
223 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
313 unsigned long ts; /* timestamp */ in spartan2_ss_load() local
340 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
353 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
[all …]
A Dspartan3.c115 unsigned long ts; /* timestamp */ in spartan3_sp_load() local
158 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
162 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
185 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
195 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
218 ts = get_timer (0); /* get current time */ in spartan3_sp_load()
229 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()
319 unsigned long ts; /* timestamp */ in spartan3_ss_load() local
346 ts = get_timer (0); /* get current time */ in spartan3_ss_load()
361 ts = get_timer (0); /* get current time */ in spartan3_ss_load()
[all …]
A Dzynqpl.c160 unsigned long ts; in zynq_dma_transfer() local
172 ts = get_timer(0); in zynq_dma_transfer()
203 unsigned long ts; in zynq_dma_xfer_init() local
233 ts = get_timer(0); in zynq_dma_xfer_init()
246 ts = get_timer(0); in zynq_dma_xfer_init()
376 unsigned long ts; /* Timestamp */ in zynq_load() local
401 ts = get_timer(0); in zynq_load()
425 unsigned long ts; /* Timestamp */ in zynq_loadfs() local
484 ts = get_timer(0); in zynq_loadfs()
518 u32 isr_status, ts; in zynq_decrypt_load() local
[all …]
A Dvirtex2.c162 unsigned long ts; in virtex2_slave_pre() local
211 ts = get_timer(0); in virtex2_slave_pre()
213 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT_INIT) { in virtex2_slave_pre()
229 ts = get_timer(0); in virtex2_slave_pre()
232 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT_INIT) { in virtex2_slave_pre()
254 unsigned long ts; in virtex2_slave_post() local
275 ts = get_timer(0); in virtex2_slave_post()
283 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT_CONFIG) { in virtex2_slave_post()
371 ts = get_timer(0); in virtex2_ssm_load()
373 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT_BUSY) { in virtex2_ssm_load()
A Dcyclon2.c107 unsigned long ts; /* timestamp */ in CYC2_ps_load() local
136 ts = get_timer(0); /* get current time */ in CYC2_ps_load()
139 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in CYC2_ps_load()
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()
/u-boot/drivers/serial/
A Dserial_mxc.c139 u32 ts; member
159 writel(0, &base->ts); in _mxc_serial_init()
202 while (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_getc()
216 while (!(readl(&mxc_base->ts) & UTS_TXEMPTY)) in mxc_serial_putc()
224 if (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_tstc()
290 if (readl(&uart->ts) & UTS_RXEMPTY) in mxc_serial_getc()
301 if (!(readl(&uart->ts) & UTS_TXEMPTY)) in mxc_serial_putc()
386 while (!(readl(&base->ts) & UTS_TXEMPTY)) in _debug_uart_putc()
/u-boot/drivers/i2c/
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()
/u-boot/board/theadorable/
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()
/u-boot/drivers/net/
A Dftmac110.c74 uint32_t tmp, ts; in mdio_read() local
83 for (ts = get_timer(0); get_timer(ts) < CFG_MDIORD_TIMEOUT; ) { in mdio_read()
103 uint32_t tmp, ts; in mdio_write() local
112 for (ts = get_timer(0); get_timer(ts) < CFG_MDIOWR_TIMEOUT; ) { in mdio_write()
124 ulong ts; in ftmac110_phyqry() local
148 ts = get_timer(0); in ftmac110_phyqry()
156 } while (get_timer(ts) < CFG_LINKUP_TIMEOUT); in ftmac110_phyqry()
A Dftmac100.h37 unsigned int ts; /* 0xc4 */ member
/u-boot/drivers/mmc/
A Dftsdc010_mci.c71 uint32_t ts, st; in ftsdc010_send_cmd() local
95 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in ftsdc010_send_cmd()
104 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in ftsdc010_send_cmd()
336 uint32_t ts; in ftsdc010_init() local
342 for (ts = get_timer(0); get_timer(ts) < CFG_RST_TIMEOUT; ) { in ftsdc010_init()
/u-boot/board/technologic/ts4800/
A DMAINTAINERS4 F: board/ts/ts4800/
/u-boot/common/
A Dautoboot.c261 unsigned long ts; in abortboot_single_key() local
277 ts = get_timer(0); in abortboot_single_key()
290 } while (!abort && get_timer(ts) < 1000); in abortboot_single_key()
/u-boot/drivers/usb/gadget/
A Dfotg210.c196 ulong ts; in fotg210_cxwait() local
198 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_cxwait()
215 uint32_t tmp, ts; in fotg210_dma() local
226 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_dma()
279 for (ts = get_timer(0); get_timer(ts) < CFG_CMD_TIMEOUT; ) { in fotg210_dma()
/u-boot/arch/powerpc/include/asm/
A Dmmu.h447 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
451 (((ts) << 12) & MAS1_TS) |\
501 u8 ts, u8 esel, u8 tsize, u8 iprot);
/u-boot/drivers/spi/
A Dzynq_spi.c243 u32 ts, status; in zynq_spi_xfer() local
271 ts = get_timer(0); in zynq_spi_xfer()
274 if (get_timer(ts) > ZYNQ_SPI_WAIT) { in zynq_spi_xfer()
A Duniphier_spi.c222 u32 ts, status; in uniphier_spi_xfer() local
235 ts = get_timer(0); in uniphier_spi_xfer()
266 if (get_timer(ts) >= SSI_XFER_TIMEOUT) { in uniphier_spi_xfer()
/u-boot/drivers/mtd/nand/raw/
A Dpxa3xx_nand.c611 u32 ts; in drain_fifo() local
624 ts = get_timer(0); in drain_fifo()
626 if (get_timer(ts) > TIMEOUT_DRAIN_FIFO) { in drain_fifo()
1094 u32 ts; in nand_cmdfunc() local
1101 ts = get_timer(0); in nand_cmdfunc()
1112 if (get_timer(ts) > CHIP_DELAY_TIMEOUT) { in nand_cmdfunc()
1180 u32 ts; in nand_cmdfunc_extended() local
1194 ts = get_timer(0); in nand_cmdfunc_extended()
1205 if (get_timer(ts) > CHIP_DELAY_TIMEOUT) { in nand_cmdfunc_extended()
1436 u32 ts; in pxa3xx_nand_waitfunc() local
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dtlb.c140 u8 ts, u8 esel, u8 tsize, u8 iprot) in set_tlb() argument
155 _mas1 = FSL_BOOKE_MAS1(1, iprot, 0, ts, tsize); in set_tlb()

Completed in 47 milliseconds

123