Searched refs:pio_ops (Results 1 – 5 of 5) sorted by relevance
20 extern struct port_io_ops pio_ops;28 pio_ops.f_inb = __inb; in init_default_io_ops()29 pio_ops.f_outb = __outb; in init_default_io_ops()30 pio_ops.f_outw = __outw; in init_default_io_ops()37 #define inb pio_ops.f_inb38 #define outb pio_ops.f_outb39 #define outw pio_ops.f_outw
20 struct port_io_ops pio_ops; variable
74 pio_ops.f_inb = tdx_inb; in early_tdx_detect()75 pio_ops.f_outb = tdx_outb; in early_tdx_detect()76 pio_ops.f_outw = tdx_outw; in early_tdx_detect()
51 struct port_io_ops pio_ops; variable
65 struct port_io_ops pio_ops; variable