Searched refs:DEBUG_SPI (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ti/wl1251/ |
D | io.c | 126 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 128 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 134 wl1251_debug(DEBUG_SPI, "Total size exceeds maximum virtual" in wl1251_set_partition() 137 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 139 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 147 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition() 150 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 152 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 158 wl1251_debug(DEBUG_SPI, "End of partition[1] is" in wl1251_set_partition() 161 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
|
/drivers/net/wireless/ti/wlcore/ |
D | debug.h | 23 DEBUG_SPI = BIT(1), enumerator
|