Searched refs:yq (Results 1 – 1 of 1) sorted by relevance
291 static u32 dw100_map_format_coordinates(u16 xq, u16 yq) in dw100_map_format_coordinates() argument293 return (u32)((yq << 16) | xq); in dw100_map_format_coordinates()