Lines Matching refs:u16
67 u16 mode; /* Mode number (vga= style) */
68 u16 x, y; /* Width, height */
69 u16 depth; /* Bits per pixel, 0 for text mode */
79 u16 xmode_first; /* Unprobed modes to try to call anyway */
80 u16 xmode_n; /* Size of unprobed mode range */
86 int mode_defined(u16 mode); /* video.c */
94 extern u16 video_segment;
100 static inline u8 in_idx(u16 port, u8 index) in in_idx()
106 static inline void out_idx(u8 v, u16 port, u8 index) in out_idx()
112 static inline u8 tst_idx(u8 v, u16 port, u8 index) in tst_idx()
119 u16 vga_crtc(void); /* video-vga.c */