Home
last modified time | relevance | path

Searched refs:TMU012_FEAT_3CHAN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dsh_timer.c269 if (!(s->feat & TMU012_FEAT_3CHAN)) { in tmu012_read()
302 if (!(s->feat & TMU012_FEAT_3CHAN)) { in tmu012_write()
324 if (s->feat & TMU012_FEAT_3CHAN) { in tmu012_write()
358 if (feat & TMU012_FEAT_3CHAN) { in tmu012_init()
/openbmc/qemu/include/hw/timer/
H A Dtmu012.h15 #define TMU012_FEAT_3CHAN (1 << 1) macro
/openbmc/qemu/hw/sh4/
H A Dsh7750.c853 TMU012_FEAT_TOCR | TMU012_FEAT_3CHAN | TMU012_FEAT_EXTCLK, in sh7750_init()