Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c64 #define WSPI_MAX_NUM_OF_CHUNKS \ macro
303 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ in __wl12xx_spi_raw_write()
309 t = kzalloc(sizeof(*t) * 2 * WSPI_MAX_NUM_OF_CHUNKS, GFP_KERNEL); in __wl12xx_spi_raw_write()