Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A 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
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c8 #define OUTW(x, y) do { u_int tmp = (y); outw(tmp, (x)); } while (0) macro
72 #define OUTW outw macro
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dsuperiotool.h35 #define OUTW(x, y) do { u_int tmp = (y); outw(tmp, (x)); } while (0) macro
42 #define OUTW outw macro