Home | History | Annotate | Download | only in bios

Lines Matching defs:inw

108 static inline uint16_t inw(int addr)
111 asm volatile ("inw %w1, %w0" : "=a" (val) : "d" (addr));
745 return inw(0xcfc + (addr & 2));