Lines Matching refs:inw
165 * of the inw() breaks things.
183 l = cpu_to_le16(inw(port)) << 16;
184 l |= cpu_to_le16(inw(port));
189 *(unsigned short *)p = cpu_to_le16(inw(port));
194 *(unsigned short *)p = cpu_to_le16(inw(port));
200 l = cpu_to_le16(inw(port)) << 16;
201 l |= cpu_to_le16(inw(port));
206 *(unsigned short *)p = cpu_to_le16(inw(port));
216 l = cpu_to_le16(inw(port));
221 l2 = cpu_to_le16(inw(port));