Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dhwaccess_x86_io.c347 uint32_t INL(uint16_t port) in INL() function
383 uint32_t INL(uint16_t port) in INL() function
423 uint32_t INL(uint16_t port) in INL() function
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c12 #define INL(x) __extension__ ({ u_int tmp = (x); inl(tmp); }) macro
76 #define INL inl macro
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dsuperiotool.h39 #define INL(x) __extension__ ({ u_int tmp = (x); inl(tmp); }) macro
46 #define INL inl macro