Home
last modified time | relevance | path

Searched defs:hpcfb_fbconf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hpc/
H A Dhpcfbio.h108 struct hpcfb_fbconf { struct
109 short hf_conf_index; /* configuration index */
110 short hf_nconfs; /* how many configurations */
112 short hf_class; /* HPCFB_CLASS_* */
114 char hf_name[HPCFB_MAXNAMELEN];
116 char hf_conf_name[HPCFB_MAXNAMELEN];
119 short hf_height; /* how many lines */
120 short hf_width; /* how many pixels in a line */
122 u_long hf_baseaddr; /* frame buffer start address */
123 u_long hf_offset; /* frame buffer start offset for mmap*/
[all …]