Searched refs:_table (Results 1 – 2 of 2) sorted by relevance
30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument36 #define DECLARE_CRC8_TABLE(_table) \ argument37 static u8 _table[CRC8_TABLE_SIZE]
252 #define DEFINE_IPACK_DEVICE_TABLE(_table) \ argument253 const struct ipack_device_id _table[]