Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A 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
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c9 #define OUTL(x, y) do { u_int tmp = (y); outl(tmp, (x)); } while (0) macro
73 #define OUTL outl macro
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dsuperiotool.h36 #define OUTL(x, y) do { u_int tmp = (y); outl(tmp, (x)); } while (0) macro
43 #define OUTL outl macro