Searched refs:DEBUG_SPI (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | io.c | 132 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 134 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 140 wl1251_debug(DEBUG_SPI, "Total size exceeds maximum virtual" in wl1251_set_partition() 143 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 145 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 153 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition() 156 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 158 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 164 wl1251_debug(DEBUG_SPI, "End of partition[1] is" in wl1251_set_partition() 167 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() [all …]
|
D | spi.c | 66 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 118 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake() 165 wl1251_dump(DEBUG_SPI, "spi_read cmd -> ", cmd, sizeof(*cmd)); in wl1251_spi_read() 166 wl1251_dump(DEBUG_SPI, "spi_read buf <- ", buf, len); in wl1251_spi_read() 196 wl1251_dump(DEBUG_SPI, "spi_write cmd -> ", cmd, sizeof(*cmd)); in wl1251_spi_write() 197 wl1251_dump(DEBUG_SPI, "spi_write buf -> ", buf, len); in wl1251_spi_write()
|
D | wl1251.h | 23 DEBUG_SPI = BIT(1), enumerator
|
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | debug.h | 23 DEBUG_SPI = BIT(1), enumerator
|