Searched refs:PFCR (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/board/renesas/sh7763rdp/ |
| H A D | sh7763rdp.c | 17 #define PFCR 0xffef000a macro 44 writew(0, PFCR); in board_init()
|
| /openbmc/u-boot/board/renesas/ecovec/ |
| H A D | ecovec.c | 74 outw(inw(PFCR) & ~0x30, PFCR); in board_init()
|
| /openbmc/u-boot/board/mpr2/ |
| H A D | mpr2.c | 84 __raw_writew(0x0002, PFCR); /* 00 00 00 00 00 00 00 10 */ in board_init()
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7723.h | 127 #define PFCR 0xA405010A macro
|
| H A D | cpu_sh7724.h | 148 #define PFCR 0xA405010A macro
|
| H A D | cpu_sh7720.h | 165 #define PFCR (PFC_BASE + 0x0A) macro
|
| H A D | cpu_sh7780.h | 404 #define PFCR 0xFFEA000A macro
|
| H A D | cpu_sh7722.h | 1198 #define PFCR 0xA405010A macro
|
| /openbmc/u-boot/board/renesas/ap325rxa/ |
| H A D | ap325rxa.c | 102 outw(PFCR_D, PFCR); in board_init()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_features_def.h.inc | 462 /* Features exposed via the PFCR instruction (concurrent-functions facility). */ 463 DEF_FEAT(PFCR_QAF, "pfcr-qaf", PFCR, 0, "PFCR Query-Available-Functions") 464 DEF_FEAT(PFCR_CSDST, "pfcr-csdst", PFCR, 1, "PFCR Compare-and-Swap-and-Double-Store (32)") 465 DEF_FEAT(PFCR_CSDSTG, "pfcr-csdstg", PFCR, 2, "PFCR Compare-and-Swap-and-Double-Store (64)") 466 DEF_FEAT(PFCR_CSTST, "pfcr-cstst", PFCR, 3, "PFCR Compare-and-Swap-and-Triple-Store (32)") 467 DEF_FEAT(PFCR_CSTSTG, "pfcr-cststg", PFCR, 4, "PFCR Compare-and-Swap-and-Triple-Store (64)")
|