Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_hal.h147 #define FW_ALIGN_SIZE 4 macro
H A Drsi_91x_hal.c1059 if (instructions_sz % FW_ALIGN_SIZE) in rsi_load_9116_firmware()
1061 (FW_ALIGN_SIZE - (instructions_sz % FW_ALIGN_SIZE)); in rsi_load_9116_firmware()