Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dio.h17 void (*f_outw)(u16 v, u16 port); member
30 pio_ops.f_outw = __outw; in init_default_io_ops()
39 #define outw pio_ops.f_outw
/openbmc/linux/arch/x86/boot/compressed/
H A Dtdx.c76 pio_ops.f_outw = tdx_outw; in early_tdx_detect()