Home
last modified time | relevance | path

Searched refs:f_outb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dio.h16 void (*f_outb)(u8 v, u16 port); member
29 pio_ops.f_outb = __outb; in init_default_io_ops()
38 #define outb pio_ops.f_outb
/openbmc/linux/arch/x86/boot/compressed/
H A Dtdx.c75 pio_ops.f_outb = tdx_outb; in early_tdx_detect()