Searched defs:mon_info (Results 1 – 1 of 1) sorted by relevance
363 struct mon_info { struct364 uint_t mon_type; /* bit array: defined above */365 uint_t pixfreq; /* pixel frequency in Hz */366 uint_t hfreq; /* horizontal freq in Hz */367 uint_t vfreq; /* vertical freq in Hz */368 uint_t vsync; /* vertical sync in scanlines */369 uint_t hsync; /* horizontal sync in pixels */371 ushort_t hfporch; /* horizontal front porch */372 ushort_t hbporch; /* horizontal back porch */373 ushort_t vfporch; /* vertical front porch */[all …]