Searched refs:cfi16_to_cpu (Results 1 – 2 of 2) sorted by relevance
441 res = cfi16_to_cpu(map, res); in cfi_merge_status()484 return cfi16_to_cpu(map, val.x[0]); in cfi_read_query()500 return cfi16_to_cpu(map, val.x[0]); in cfi_read_query16()
46 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x)) macro