Home
last modified time | relevance | path

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

/include/
A Dspl.h354 u16 bl_len; member
365 return info->bl_len; in spl_get_bl_len()
371 static inline void spl_set_bl_len(struct spl_load_info *info, int bl_len) in spl_set_bl_len() argument
374 info->bl_len = bl_len; in spl_set_bl_len()
376 if (bl_len != 1) in spl_set_bl_len()
420 uint bl_len) in spl_load_init() argument
424 spl_set_bl_len(load, bl_len); in spl_load_init()

Completed in 7 milliseconds