Searched refs:WSPI_INIT_CMD_LEN (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ti/wl1251/ |
D | spi.c | 49 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_reset() 58 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 61 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_reset() 66 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 75 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake() 113 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_wake() 118 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake()
|
D | spi.h | 39 #define WSPI_INIT_CMD_LEN 8 macro
|
/drivers/net/wireless/ti/wlcore/ |
D | spi.c | 49 #define WSPI_INIT_CMD_LEN 8 macro 97 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_reset() 107 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl12xx_spi_reset() 110 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_reset() 124 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_init() 165 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_init()
|