Home
last modified time | relevance | path

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

/external/flashrom/
Dhwaccess_x86_io.c304 void OUTL(uint32_t value, uint16_t port) in OUTL() function
326 void OUTL(uint32_t value, uint16_t port) in OUTL() function
368 void OUTL(uint32_t value, uint16_t port) in OUTL() function
404 void OUTL(uint32_t value, uint16_t port) in OUTL() function
/external/coreboot/util/nvramtool/accessors/
Dcmos-hw-unix.c9 #define OUTL(x, y) do { u_int tmp = (y); outl(tmp, (x)); } while (0) macro
73 #define OUTL outl macro
/external/coreboot/util/superiotool/
Dsuperiotool.h36 #define OUTL(x, y) do { u_int tmp = (y); outl(tmp, (x)); } while (0) macro
43 #define OUTL outl macro