Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dhwaccess_x86_io.c294 void OUTB(uint8_t value, uint16_t port) in OUTB() function
316 void OUTB(uint8_t value, uint16_t port) in OUTB() function
358 void OUTB(uint8_t value, uint16_t port) in OUTB() function
394 void OUTB(uint8_t value, uint16_t port) in OUTB() function
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c7 #define OUTB(x, y) do { u_int tmp = (y); outb(tmp, (x)); } while (0) macro
71 #define OUTB outb macro
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dsuperiotool.h34 #define OUTB(x, y) do { u_int tmp = (y); outb(tmp, (x)); } while (0) macro
41 #define OUTB outb macro