Home
last modified time | relevance | path

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

/external/flashrom/
Dhwaccess_x86_io.c299 void OUTW(uint16_t value, uint16_t port) in OUTW() function
321 void OUTW(uint16_t value, uint16_t port) in OUTW() function
363 void OUTW(uint16_t value, uint16_t port) in OUTW() function
399 void OUTW(uint16_t value, uint16_t port) in OUTW() function
/external/coreboot/util/nvramtool/accessors/
Dcmos-hw-unix.c8 #define OUTW(x, y) do { u_int tmp = (y); outw(tmp, (x)); } while (0) macro
72 #define OUTW outw macro
/external/coreboot/util/superiotool/
Dsuperiotool.h35 #define OUTW(x, y) do { u_int tmp = (y); outw(tmp, (x)); } while (0) macro
42 #define OUTW outw macro