Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h434 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* gnd */ \
435 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* xosc */ \
436 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* test debug 0 */ \
437 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* test debug 1 */ \
438 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll a */ \
439 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c */ \
440 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll d */ \
441 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll h */ \
442 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c, core1 */ \
443 CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c, core2 */ \
[all …]
H A Dbcm2835_cprman.h60 CPRMAN_CLOCK_SRC_FORCE_GROUND = -2, enumerator
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c710 if (mapping == CPRMAN_CLOCK_SRC_FORCE_GROUND) { in connect_mux_sources()