Home
last modified time | relevance | path

Searched refs:clock_is_enabled (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Dcadence_uart.c242 if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { in uart_can_receive()
380 if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { in uart_event()
419 if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { in uart_write()
488 if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { in uart_read()
/openbmc/qemu/include/hw/
H A Dclock.h337 static inline bool clock_is_enabled(const Clock *clk) in clock_is_enabled() function