Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A 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
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c11 #define INW(x) __extension__ ({ u_int tmp = (x); inw(tmp); }) macro
75 #define INW inw macro
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dsuperiotool.h38 #define INW(x) __extension__ ({ u_int tmp = (x); inw(tmp); }) macro
45 #define INW inw macro