Searched refs:tbase (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/spi/
H A Dpic32_spi.c245 ulong tbase; local
267 tbase = get_timer(0);
278 if (get_timer(tbase) > 5 * CONFIG_SYS_HZ) {
H A Drockchip_sfc.c340 unsigned long tbase; local
343 tbase = get_timer(0);
345 if (get_timer(tbase) > timeout) {
/u-boot/include/
H A Dtsec.h276 u32 tbase; /* TxBD Base Address */ member in struct:tsec
/u-boot/tools/buildman/
H A Dbuilder.py1439 tbase = self._base_environment[target]
1444 base = tbase.environment
1494 tbase = self._base_config[target]
1503 base = tbase.config[name]
/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h596 ushort tbase; /* Tx Buffer descriptor base address */ member in struct:hdlc_pram_s
H A Dimmap_85xx.h362 u32 tbase; /* TX Desc Base Addr */ member in struct:ccsr_tsec
/u-boot/drivers/net/
H A Dtsec.c453 out_be32(&regs->tbase, (u32)&priv->txbd[0]);

Completed in 220 milliseconds