Searched refs:out_idx (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/boot/ |
H A D | video-vga.c | 144 out_idx(0x0c, crtc, 0x11); /* Vertical sync end, unlock CR0-7 */ in vga_set_480_scanlines() 145 out_idx(0x0b, crtc, 0x06); /* Vertical total */ in vga_set_480_scanlines() 146 out_idx(0x3e, crtc, 0x07); /* Vertical overflow */ in vga_set_480_scanlines() 147 out_idx(0xea, crtc, 0x10); /* Vertical sync start */ in vga_set_480_scanlines() 148 out_idx(0xdf, crtc, 0x12); /* Vertical display end */ in vga_set_480_scanlines() 149 out_idx(0xe7, crtc, 0x15); /* Vertical blank start */ in vga_set_480_scanlines() 150 out_idx(0x04, crtc, 0x16); /* Vertical blank end */ in vga_set_480_scanlines() 167 out_idx(ovfw, crtc, 0x07); /* Vertical overflow */ in vga_set_vertical_end() 168 out_idx(end, crtc, 0x12); /* Vertical display end */ in vga_set_vertical_end()
|
H A D | video-mode.c | 133 out_idx(pt, crtc, 0x11); in vga_recalc_vertical() 135 out_idx((u8)rows, crtc, 0x12); /* Lower height register */ in vga_recalc_vertical() 141 out_idx(ov, crtc, 0x07); in vga_recalc_vertical()
|
H A D | video.h | 103 static inline void out_idx(u8 v, u16 port, u8 index) in out_idx() function 111 out_idx(port, index, v); in tst_idx()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb3.c | 236 unsigned *out_table, unsigned *out_idx) in pnv_phb3_ioda_access() argument 292 if (out_idx) { in pnv_phb3_ioda_access() 293 *out_idx = index; in pnv_phb3_ioda_access()
|
H A D | pnv_phb4.c | 246 unsigned *out_table, unsigned *out_idx) in pnv_phb4_ioda_access() argument 304 if (out_idx) { in pnv_phb4_ioda_access() 305 *out_idx = index; in pnv_phb4_ioda_access()
|