Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpic32_spi.c242 ulong tbase; in pic32_spi_xfer() local
264 tbase = get_timer(0); in pic32_spi_xfer()
275 if (get_timer(tbase) > 5 * CONFIG_SYS_HZ) { in pic32_spi_xfer()
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py1275 tbase = self._base_environment[target]
1280 base = tbase.environment
1330 tbase = self._base_config[target]
1339 base = tbase.config[name]
/openbmc/u-boot/include/
H A Dtsec.h322 u32 tbase; /* TxBD Base Address */ member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h596 ushort tbase; /* Tx Buffer descriptor base address */ member
H A Dimmap_85xx.h363 u32 tbase; /* TX Desc Base Addr */ member
/openbmc/u-boot/drivers/net/
H A Dtsec.c512 out_be32(&regs->tbase, (u32)&priv->txbd[0]); in startup_tsec()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2453 TCGv tbase = tcg_temp_new();
2455 gen_load_gpr(tbase, rt);
2456 gen_op_addr_addi(ctx, btarget, tbase, offset);
H A Dtranslate.c11065 TCGv tbase = tcg_temp_new(); in gen_compute_compact_branch() local
11067 gen_load_gpr(tbase, rt); in gen_compute_compact_branch()
11068 gen_op_addr_addi(ctx, btarget, tbase, offset); in gen_compute_compact_branch()