Searched refs:WSPI_INIT_CMD_LEN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A 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() 76 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake() 114 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_wake() 119 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake()
|
H A D | spi.h | 39 #define WSPI_INIT_CMD_LEN 8 macro
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | spi.c | 48 #define WSPI_INIT_CMD_LEN 8 macro 96 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_reset() 106 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl12xx_spi_reset() 109 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_reset() 123 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_init() 164 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_init()
|