Searched refs:tbase (Results 1 – 7 of 7) sorted by relevance
243 ulong tbase; in pic32_spi_xfer() local265 tbase = get_timer(0); in pic32_spi_xfer()276 if (get_timer(tbase) > 5 * CONFIG_SYS_HZ) { in pic32_spi_xfer()
455 unsigned long tbase; in rockchip_sfc_wait_for_dma_finished() local458 tbase = get_timer(0); in rockchip_sfc_wait_for_dma_finished()460 if (get_timer(tbase) > timeout) { in rockchip_sfc_wait_for_dma_finished()
323 u32 tbase; /* TxBD Base Address */ member
596 ushort tbase; /* Tx Buffer descriptor base address */ member
364 u32 tbase; /* TX Desc Base Addr */ member
1221 tbase = self._base_config[target]1230 base = tbase.config[name]
492 out_be32(®s->tbase, (u32)&priv->txbd[0]); in startup_tsec()