Searched refs:LOG_SPI (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/devices/machine/ |
H A D | spg2xx_io.cpp | 29 #define LOG_SPI (1U << 29) macro 267 LOGMASKED(LOG_SPI, "Raising SPI IRQ\n"); in set_spi_irq() 272 LOGMASKED(LOG_SPI, "Lowering SPI IRQ\n"); in set_spi_irq() 293 LOGMASKED(LOG_SPI, "Nothing to transmit or SPI disabled, bailing.\n"); in do_spi_tx() 314 LOGMASKED(LOG_SPI, "Stopping Tx timer.\n"); in do_spi_tx() 323 LOGMASKED(LOG_SPI, "We're below the Tx IRQ threshold, flagging IRQ.\n"); in do_spi_tx() 338 LOGMASKED(LOG_SPI, "SPI Rx, but SPI is disabled, bailing.\n"); in spi_rx() 345 LOGMASKED(LOG_SPI, "Done receiving byte: %02x\n", m_spi_rx_buf); in spi_rx() 349 LOGMASKED(LOG_SPI, "Rx FIFO overflow.\n"); in spi_rx() 363 LOGMASKED(LOG_SPI, "Putting byte into Rx buffer.\n"); in spi_rx() [all …]
|
H A D | s3c24xx.hxx | 85 #define LOG_SPI (u64(1) << 6) macro 113 … (LOG_RESET | LOG_ADC | LOG_LCD_DMA | LOG_LCD_TIMER | LOG_LCD_REGS | LOG_SPI | LOG_LCD_CFG | L… 2725 …LOGMASKED(LOG_SPI, "%s: SPI 0 read: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_B… in s3c24xx_spi_0_r() 2734 …LOGMASKED(LOG_SPI, "%s: SPI 0 read: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_B… in s3c24xx_spi_1_r() 2742 …LOGMASKED(LOG_SPI, "%s: SPI 0 write: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_… in s3c24xx_spi_0_w() 2750 …LOGMASKED(LOG_SPI, "%s: SPI 1 write: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_… in s3c24xx_spi_1_w()
|
/dports/emulators/mame/mame-mame0226/src/devices/machine/ |
H A D | spg2xx_io.cpp | 29 #define LOG_SPI (1U << 29) macro 267 LOGMASKED(LOG_SPI, "Raising SPI IRQ\n"); in set_spi_irq() 272 LOGMASKED(LOG_SPI, "Lowering SPI IRQ\n"); in set_spi_irq() 293 LOGMASKED(LOG_SPI, "Nothing to transmit or SPI disabled, bailing.\n"); in do_spi_tx() 314 LOGMASKED(LOG_SPI, "Stopping Tx timer.\n"); in do_spi_tx() 323 LOGMASKED(LOG_SPI, "We're below the Tx IRQ threshold, flagging IRQ.\n"); in do_spi_tx() 338 LOGMASKED(LOG_SPI, "SPI Rx, but SPI is disabled, bailing.\n"); in spi_rx() 345 LOGMASKED(LOG_SPI, "Done receiving byte: %02x\n", m_spi_rx_buf); in spi_rx() 349 LOGMASKED(LOG_SPI, "Rx FIFO overflow.\n"); in spi_rx() 363 LOGMASKED(LOG_SPI, "Putting byte into Rx buffer.\n"); in spi_rx() [all …]
|
H A D | s3c24xx.hxx | 85 #define LOG_SPI (u64(1) << 6) macro 113 … (LOG_RESET | LOG_ADC | LOG_LCD_DMA | LOG_LCD_TIMER | LOG_LCD_REGS | LOG_SPI | LOG_LCD_CFG | L… 2725 …LOGMASKED(LOG_SPI, "%s: SPI 0 read: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_B… in s3c24xx_spi_0_r() 2734 …LOGMASKED(LOG_SPI, "%s: SPI 0 read: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_B… in s3c24xx_spi_1_r() 2742 …LOGMASKED(LOG_SPI, "%s: SPI 0 write: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_… in s3c24xx_spi_0_w() 2750 …LOGMASKED(LOG_SPI, "%s: SPI 1 write: %08x = %08x & %08x\n", machine().describe_context(), S3C24XX_… in s3c24xx_spi_1_w()
|