Home
last modified time | relevance | path

Searched refs:CMSTR (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/emulators/qemu/qemu-6.2.0/hw/timer/
H A Drenesas_cmt.c43 REG16(CMSTR, 0)
44 FIELD(CMSTR, STR0, 0, 1)
45 FIELD(CMSTR, STR1, 1, 1)
46 FIELD(CMSTR, STR, 0, 2)
101 ret = FIELD_DP16(ret, CMSTR, STR, in cmt_read()
102 FIELD_EX16(cmt->cmstr, CMSTR, STR)); in cmt_read()
144 cmt->cmstr = FIELD_EX16(val, CMSTR, STR); in cmt_write()
145 start_stop(cmt, 0, FIELD_EX16(cmt->cmstr, CMSTR, STR0)); in cmt_write()
146 start_stop(cmt, 1, FIELD_EX16(cmt->cmstr, CMSTR, STR1)); in cmt_write()
171 if (FIELD_EX16(cmt->cmstr, CMSTR, STR) & (1 << ch)) { in cmt_write()
/dports/emulators/qemu60/qemu-6.0.0/hw/timer/
H A Drenesas_cmt.c43 REG16(CMSTR, 0)
44 FIELD(CMSTR, STR0, 0, 1)
45 FIELD(CMSTR, STR1, 1, 1)
46 FIELD(CMSTR, STR, 0, 2)
101 ret = FIELD_DP16(ret, CMSTR, STR, in cmt_read()
102 FIELD_EX16(cmt->cmstr, CMSTR, STR)); in cmt_read()
144 cmt->cmstr = FIELD_EX16(val, CMSTR, STR); in cmt_write()
145 start_stop(cmt, 0, FIELD_EX16(cmt->cmstr, CMSTR, STR0)); in cmt_write()
146 start_stop(cmt, 1, FIELD_EX16(cmt->cmstr, CMSTR, STR1)); in cmt_write()
171 if (FIELD_EX16(cmt->cmstr, CMSTR, STR) & (1 << ch)) { in cmt_write()
/dports/emulators/qemu5/qemu-5.2.0/hw/timer/
H A Drenesas_cmt.c43 REG16(CMSTR, 0)
44 FIELD(CMSTR, STR0, 0, 1)
45 FIELD(CMSTR, STR1, 1, 1)
46 FIELD(CMSTR, STR, 0, 2)
101 ret = FIELD_DP16(ret, CMSTR, STR, in cmt_read()
102 FIELD_EX16(cmt->cmstr, CMSTR, STR)); in cmt_read()
144 cmt->cmstr = FIELD_EX16(val, CMSTR, STR); in cmt_write()
145 start_stop(cmt, 0, FIELD_EX16(cmt->cmstr, CMSTR, STR0)); in cmt_write()
146 start_stop(cmt, 1, FIELD_EX16(cmt->cmstr, CMSTR, STR1)); in cmt_write()
171 if (FIELD_EX16(cmt->cmstr, CMSTR, STR) & (1 << ch)) { in cmt_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/timer/
H A Drenesas_cmt.c43 REG16(CMSTR, 0)
44 FIELD(CMSTR, STR0, 0, 1)
45 FIELD(CMSTR, STR1, 1, 1)
46 FIELD(CMSTR, STR, 0, 2)
101 ret = FIELD_DP16(ret, CMSTR, STR, in cmt_read()
102 FIELD_EX16(cmt->cmstr, CMSTR, STR)); in cmt_read()
144 cmt->cmstr = FIELD_EX16(val, CMSTR, STR); in cmt_write()
145 start_stop(cmt, 0, FIELD_EX16(cmt->cmstr, CMSTR, STR0)); in cmt_write()
146 start_stop(cmt, 1, FIELD_EX16(cmt->cmstr, CMSTR, STR1)); in cmt_write()
171 if (FIELD_EX16(cmt->cmstr, CMSTR, STR) & (1 << ch)) { in cmt_write()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/sh/lib/
H A Dtime_sh2.c23 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
28 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/sh/lib/
H A Dtime_sh2.c23 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
28 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/sh/lib/
H A Dtime_sh2.c26 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
31 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/sh/lib/
H A Dtime_sh2.c23 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
28 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/sh/lib/
H A Dtime_sh2.c23 writew(readw(CMSTR) | 0x01, CMSTR); in cmt_timer_start()
28 writew(readw(CMSTR) & ~0x01, CMSTR); in cmt_timer_stop()

12345678910