Searched refs:COMPACT_LEN (Results 1 – 2 of 2) sorted by relevance
591 #define COMPACT_LEN 0x04 /* Length */ macro
4362 p += COMPACT_LEN; in srom_init()4540 if (*(p+COMPACT_LEN) < 128) { in compact_infoblock()4541 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock()4543 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock()
Completed in 17 milliseconds