Searched refs:CMCR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | renesas_cmt.c | 48 REG16(CMCR, 0) 49 FIELD(CMCR, CKS, 0, 2) 50 FIELD(CMCR, CMIE, 6, 1) 72 next_time *= 1 << (3 + FIELD_EX16(cmt->cmcr[ch], CMCR, CKS) * 2); in update_events() 112 ret = FIELD_DP16(ret, CMCR, CKS, in cmt_read() 113 FIELD_EX16(cmt->cmstr, CMCR, CKS)); in cmt_read() 114 ret = FIELD_DP16(ret, CMCR, CMIE, in cmt_read() 115 FIELD_EX16(cmt->cmstr, CMCR, CMIE)); in cmt_read() 154 cmt->cmcr[ch] = FIELD_DP16(cmt->cmcr[ch], CMCR, CKS, in cmt_write() 156 cmt->cmcr[ch] = FIELD_DP16(cmt->cmcr[ch], CMCR, CMIE, in cmt_write() [all …]
|
/openbmc/u-boot/arch/x86/include/asm/acpi/ |
H A D | debug.asl | 24 CMCR, 8, 35 Store(0x03, CMCR) /* DTR=1 RTS=1 out1/2=Off loop=Off */
|
/openbmc/linux/drivers/net/wan/ |
H A D | hd64572.h | 229 #define CMCR 0x158 /* Counter Master Ctl Reg */ macro
|