Home
last modified time | relevance | path

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

/external/flashrom/
Dhwaccess_x86_io.c337 uint8_t INB(uint16_t port) in INB() function
373 uint8_t INB(uint16_t port) in INB() function
409 uint8_t INB(uint16_t port) in INB() function
/external/coreboot/util/nvramtool/accessors/
Dcmos-hw-unix.c10 #define INB(x) __extension__ ({ u_int tmp = (x); inb(tmp); }) macro
74 #define INB inb macro
/external/coreboot/util/superiotool/
Dsuperiotool.h37 #define INB(x) __extension__ ({ u_int tmp = (x); inb(tmp); }) macro
44 #define INB inb macro