Searched refs:REG16 (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/net/ |
| H A D | npcm_pcs.c | 40 REG16(NPCM_PCS_SR_CTL_ID1, 0x08) 41 REG16(NPCM_PCS_SR_CTL_ID2, 0x0a) 42 REG16(NPCM_PCS_SR_CTL_STS, 0x10) 44 REG16(NPCM_PCS_SR_MII_CTRL, 0x00) 45 REG16(NPCM_PCS_SR_MII_STS, 0x02) 46 REG16(NPCM_PCS_SR_MII_DEV_ID1, 0x04) 47 REG16(NPCM_PCS_SR_MII_DEV_ID2, 0x06) 48 REG16(NPCM_PCS_SR_MII_AN_ADV, 0x08) 49 REG16(NPCM_PCS_SR_MII_LP_BABL, 0x0a) 50 REG16(NPCM_PCS_SR_MII_AN_EXPN, 0x0c) [all …]
|
| /openbmc/qemu/hw/misc/ |
| H A D | npcm7xx_mft.c | 41 REG16(NPCM7XX_MFT_CNT1, 0x00); 42 REG16(NPCM7XX_MFT_CRA, 0x02); 43 REG16(NPCM7XX_MFT_CRB, 0x04); 44 REG16(NPCM7XX_MFT_CNT2, 0x06); 45 REG16(NPCM7XX_MFT_PRSC, 0x08); 46 REG16(NPCM7XX_MFT_CKC, 0x0a); 47 REG16(NPCM7XX_MFT_MCTRL, 0x0c); 48 REG16(NPCM7XX_MFT_ICTRL, 0x0e); 49 REG16(NPCM7XX_MFT_ICLR, 0x10); 50 REG16(NPCM7XX_MFT_IEN, 0x12); [all …]
|
| /openbmc/qemu/hw/timer/ |
| H A D | renesas_cmt.c | 43 REG16(CMSTR, 0) 48 REG16(CMCR, 0) 51 REG16(CMCNT, 2) 52 REG16(CMCOR, 4)
|
| /openbmc/qemu/hw/ssi/ |
| H A D | npcm_pspi.c | 31 REG16(PSPI_DATA, 0x0) 32 REG16(PSPI_CTL1, 0x2) 40 REG16(PSPI_STAT, 0x4)
|
| /openbmc/qemu/hw/intc/ |
| H A D | rx_icu.c | 42 REG16(FIR, 0x2f0)
|
| /openbmc/qemu/include/hw/ |
| H A D | registerfields.h | 29 #define REG16(reg, addr) \ macro
|