/openbmc/qemu/hw/ssi/ |
H A D | xilinx_spips.c | 44 #define DB_PRINT_L(level, ...) do { \ macro 233 DB_PRINT_L(1, "%sselecting peripheral %d\n", in xilinx_spips_update_cs() 244 DB_PRINT_L(1, "moving to snoop check state\n"); in xilinx_spips_update_cs() 463 DB_PRINT_L(0, "GQSPI command: %x\n", s->regs[R_GQSPI_GF_SNAPSHOT]); in xlnx_zynqmp_qspips_flush_fifo_g() 465 DB_PRINT_L(0, "Dummy GQSPI Delay Command Entry, Do nothing"); in xlnx_zynqmp_qspips_flush_fifo_g() 523 DB_PRINT_L(1, "bus %d tx = %02x\n", i, tx_rx[i]); in xlnx_zynqmp_qspips_flush_fifo_g() 525 DB_PRINT_L(1, "bus %d rx = %02x\n", i, tx_rx[i]); in xlnx_zynqmp_qspips_flush_fifo_g() 536 DB_PRINT_L(1, "bus %d push_byte = %02x\n", i, tx_rx[i]); in xlnx_zynqmp_qspips_flush_fifo_g() 650 DB_PRINT_L(debug_level, "tx = %02x\n", tx_rx[i]); in xilinx_spips_flush_txfifo() 652 DB_PRINT_L(debug_level, "rx = %02x\n", tx_rx[i]); in xilinx_spips_flush_txfifo() [all …]
|
H A D | stm32f2xx_spi.c | 35 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 41 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
H A D | mss-spi.c | 37 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 43 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
/openbmc/qemu/hw/misc/ |
H A D | stm32f2xx_syscfg.c | 34 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 40 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
/openbmc/qemu/hw/char/ |
H A D | stm32f2xx_usart.c | 37 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 43 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
/openbmc/qemu/hw/adc/ |
H A D | stm32f2xx_adc.c | 36 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 42 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
/openbmc/qemu/hw/timer/ |
H A D | mss-timer.c | 38 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 44 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
H A D | stm32f2xx_timer.c | 37 #define DB_PRINT_L(lvl, fmt, args...) do { \ macro 43 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
H A D | a9gtimer.c | 41 #define DB_PRINT_L(level, ...) do { \ macro 48 #define DB_PRINT(...) DB_PRINT_L(0, ## __VA_ARGS__)
|
/openbmc/qemu/hw/intc/ |
H A D | xlnx-zynqmp-ipi.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ macro 48 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|
H A D | xlnx-pmu-iomod-intc.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ macro 48 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)
|