Home
last modified time | relevance | path

Searched defs:INW (Results 1 – 3 of 3) sorted by relevance

/external/flashrom/
Dhwaccess_x86_io.c342 uint16_t INW(uint16_t port) in INW() function
378 uint16_t INW(uint16_t port) in INW() function
416 uint16_t INW(uint16_t port) in INW() function
/external/coreboot/util/nvramtool/accessors/
Dcmos-hw-unix.c11 #define INW(x) __extension__ ({ u_int tmp = (x); inw(tmp); }) macro
75 #define INW inw macro
/external/coreboot/util/superiotool/
Dsuperiotool.h38 #define INW(x) __extension__ ({ u_int tmp = (x); inw(tmp); }) macro
45 #define INW inw macro