Searched defs:inw (Results 1 – 15 of 15) sorted by relevance
166 #define inw inw macro173 #define inw eisa_in16 macro185 static inline short inw(unsigned long addr) in inw() function197 #define inw inw macro
112 u16 (*inw) (struct pci_hba_data *hba, u16 port); member
28 #define inw __inw macro
138 #define inw inw macro139 static inline unsigned int inw(unsigned long port) in inw() function
62 #define inw logic_inw macro
11 static inline u16 inw(unsigned long addr) in inw() function
202 #define inw inw macro203 static inline u16 inw(unsigned long addr) in inw() function
246 #define inw inw macro370 extern inline u16 inw(unsigned long port) in inw() function
320 #define inw isa_inw macro349 #define inw(port) ((port) < 1024 ? isa_rom_inw(port) : in_le16(port)) macro
210 static inline u16 inw(unsigned long port) in inw() function
91 u16 inw(unsigned long port) in inw() function
242 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
616 #define inw _inw macro
661 #define inw inw macro
393 static inline uint16_t inw(uint16_t port) in inw() function
Completed in 25 milliseconds