Home
last modified time | relevance | path

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

/linux/drivers/misc/altera-stapl/
H A Daltera.c136 #define HEX_LINE_BITS (HEX_LINE_CHARS * 4) macro
144 if (count > HEX_LINE_BITS) { in altera_export_bool_array()
147 lines = (count + (HEX_LINE_BITS - 1)) / HEX_LINE_BITS; in altera_export_bool_array()
151 linebits = HEX_LINE_BITS; in altera_export_bool_array()
153 offset = count - ((line + 1) * HEX_LINE_BITS); in altera_export_bool_array()
156 count - ((lines - 1) * HEX_LINE_BITS); in altera_export_bool_array()