Home
last modified time | relevance | path

Searched refs:WSPI_INIT_CMD_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dspi.c63 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_reset()
72 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl1251_spi_reset()
75 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_reset()
80 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset()
89 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake()
127 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_wake()
132 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake()
Dspi.h53 #define WSPI_INIT_CMD_LEN 8 macro
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dspi.c61 #define WSPI_INIT_CMD_LEN 8 macro
93 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_reset()
103 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl12xx_spi_reset()
106 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_reset()
119 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_init()
159 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_init()