HomeSort by relevance Sort by last modified time
    Searched defs:tbr (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/watchdog/
xilinx_tb_wdt.c 20 u32 tbr; /* 0x8 */ member in struct:watchdog_regs
  /external/u-boot/common/
bedbug.c 573 * Convert the 'tbr' operand from its numeric value to its symbolic name.
576 * value The value of the 'tbr' operand. This value should
588 unsigned short tbr;
592 /* tbr is a 10 bit field whose interpretation has the high and low
595 tbr = ((value >> 5) & 0x1f) | ((value & 0x1f) << 5);
597 if (tbr == 268)
600 else if (tbr == 269)
611 * Convert the 'tbr' operand from its symbolic name to its numeric value.
614 * name The symbolic name of the 'tbr' operand. The local
618 * instruction. Returns 0 if unable to find the TBR
580 unsigned short tbr; local
    [all...]

Completed in 380 milliseconds