Searched refs:DEBUG_SPI (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/wl1251/ |
D | io.c | 140 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 142 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 148 wl1251_debug(DEBUG_SPI, "Total size exceeds maximum virtual" in wl1251_set_partition() 151 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 153 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 161 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition() 164 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() 166 wl1251_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1251_set_partition() 172 wl1251_debug(DEBUG_SPI, "End of partition[1] is" in wl1251_set_partition() 175 wl1251_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1251_set_partition() [all …]
|
D | spi.c | 75 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 129 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake() 174 wl1251_dump(DEBUG_SPI, "spi_read cmd -> ", cmd, sizeof(*cmd)); in wl1251_spi_read() 175 wl1251_dump(DEBUG_SPI, "spi_read buf <- ", buf, len); in wl1251_spi_read() 205 wl1251_dump(DEBUG_SPI, "spi_write cmd -> ", cmd, sizeof(*cmd)); in wl1251_spi_write() 206 wl1251_dump(DEBUG_SPI, "spi_write buf -> ", buf, len); in wl1251_spi_write()
|
D | wl1251.h | 37 DEBUG_SPI = BIT(1), enumerator
|
/drivers/net/wireless/wl12xx/ |
D | io.c | 167 wl1271_debug(DEBUG_SPI, "mem_start %08X mem_size %08X", in wl1271_set_partition() 169 wl1271_debug(DEBUG_SPI, "reg_start %08X reg_size %08X", in wl1271_set_partition() 171 wl1271_debug(DEBUG_SPI, "mem2_start %08X mem2_size %08X", in wl1271_set_partition() 173 wl1271_debug(DEBUG_SPI, "mem3_start %08X mem3_size %08X", in wl1271_set_partition()
|
D | debug.h | 37 DEBUG_SPI = BIT(1), enumerator
|