Searched refs:DEBUG_SDIO (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | sdio.c | 109 wl1271_debug(DEBUG_SDIO, "sdio read 52 addr 0x%x, byte 0x%02x", in wl1271_sdio_raw_read() 117 wl1271_debug(DEBUG_SDIO, "sdio read 53 addr 0x%x, %zu bytes", in wl1271_sdio_raw_read() 119 wl1271_dump_ascii(DEBUG_SDIO, "data: ", buf, len); in wl1271_sdio_raw_read() 134 wl1271_debug(DEBUG_SDIO, "sdio write 52 addr 0x%x, byte 0x%02x", in wl1271_sdio_raw_write() 137 wl1271_debug(DEBUG_SDIO, "sdio write 53 addr 0x%x, %zu bytes", in wl1271_sdio_raw_write() 139 wl1271_dump_ascii(DEBUG_SDIO, "data: ", buf, len); in wl1271_sdio_raw_write()
|
D | sdio_test.c | 89 wl1271_debug(DEBUG_SDIO, "sdio read 52 addr 0x%x, byte 0x%02x", in wl1271_sdio_raw_read() 97 wl1271_debug(DEBUG_SDIO, "sdio read 53 addr 0x%x, %zu bytes", in wl1271_sdio_raw_read() 99 wl1271_dump_ascii(DEBUG_SDIO, "data: ", buf, len); in wl1271_sdio_raw_read() 114 wl1271_debug(DEBUG_SDIO, "sdio write 52 addr 0x%x, byte 0x%02x", in wl1271_sdio_raw_write() 117 wl1271_debug(DEBUG_SDIO, "sdio write 53 addr 0x%x, %zu bytes", in wl1271_sdio_raw_write() 119 wl1271_dump_ascii(DEBUG_SDIO, "data: ", buf, len); in wl1271_sdio_raw_write()
|
D | wl12xx.h | 64 DEBUG_SDIO = BIT(14), enumerator
|