Home
last modified time | relevance | path

Searched refs:isa_inw (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-m68k/
Dio.h190 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) macro
237 #define inw isa_inw
239 #define inl isa_inw
279 #define inw(port) ((port)<1024 ? isa_inw(port) : in_le16(port))