Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dpic32_spi.c243 ulong tbase; in pic32_spi_xfer() local
265 tbase = get_timer(0); in pic32_spi_xfer()
276 if (get_timer(tbase) > 5 * CONFIG_SYS_HZ) { in pic32_spi_xfer()
H A Drockchip_sfc.c455 unsigned long tbase; in rockchip_sfc_wait_for_dma_finished() local
458 tbase = get_timer(0); in rockchip_sfc_wait_for_dma_finished()
460 if (get_timer(tbase) > timeout) { in rockchip_sfc_wait_for_dma_finished()
/rk3399_rockchip-uboot/include/
H A Dtsec.h323 u32 tbase; /* TxBD Base Address */ member
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcpm_8xx.h596 ushort tbase; /* Tx Buffer descriptor base address */ member
H A Dimmap_85xx.h364 u32 tbase; /* TX Desc Base Addr */ member
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py1221 tbase = self._base_config[target]
1230 base = tbase.config[name]
/rk3399_rockchip-uboot/drivers/net/
H A Dtsec.c492 out_be32(&regs->tbase, (u32)&priv->txbd[0]); in startup_tsec()