Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dspi.c65 #define WSPI_MAX_NUM_OF_CHUNKS \ macro
304 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ in __wl12xx_spi_raw_write()
310 t = kzalloc(sizeof(*t) * 2 * WSPI_MAX_NUM_OF_CHUNKS, GFP_KERNEL); in __wl12xx_spi_raw_write()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds