Searched refs:TBR (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/renesas/sh7753evb/ |
H A D | spi-boot.c | 20 #define TBR 0xFE002000 macro 94 spi_write(M25_READ_4BYTE, TBR); in spi_read_flash() 95 spi_write((addr >> 24) & 0xFF, TBR); /* ADDR31-24 */ in spi_read_flash() 98 spi_write(M25_READ, TBR); in spi_read_flash() 100 spi_write((addr >> 16) & 0xFF, TBR); /* ADDR23-16 */ in spi_read_flash() 101 spi_write((addr >> 8) & 0xFF, TBR); /* ADDR15-8 */ in spi_read_flash() 102 spi_write(addr & 0xFF, TBR); /* ADDR7-0 */ in spi_read_flash()
|
/openbmc/u-boot/board/renesas/sh7757lcr/ |
H A D | spi-boot.c | 28 #define TBR 0xFE002000 macro 81 spi_write(M25_READ, TBR); in spi_read_flash() 82 spi_write((addr >> 16) & 0xFF, TBR); in spi_read_flash() 83 spi_write((addr >> 8) & 0xFF, TBR); in spi_read_flash() 84 spi_write(addr & 0xFF, TBR); in spi_read_flash()
|
/openbmc/u-boot/board/renesas/sh7752evb/ |
H A D | spi-boot.c | 24 #define TBR 0xFE002000 macro 86 spi_write(M25_READ, TBR); in spi_read_flash() 87 spi_write((addr >> 16) & 0xFF, TBR); in spi_read_flash() 88 spi_write((addr >> 8) & 0xFF, TBR); in spi_read_flash() 89 spi_write(addr & 0xFF, TBR); in spi_read_flash()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 697 #define TBR SV + 1 macro 704 #define TO TBR + 2 5245 {"mftb", X(31,339), X_MASK, POWER4|BOOKE, 0, {RT, TBR}}, 5418 {"mftb", X(31,371), X_MASK, PPC, NO371|POWER4, {RT, TBR}},
|