pcdisplay_handle
struct pcdisplay_handle *hdl;
static __inline u_int8_t _pcdisplay_6845_read(struct pcdisplay_handle *, int);
static __inline void _pcdisplay_6845_write(struct pcdisplay_handle *, int,
static __inline u_int8_t _pcdisplay_6845_read(struct pcdisplay_handle *ph, int reg)
static __inline void _pcdisplay_6845_write(struct pcdisplay_handle *ph,
scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl;
struct pcdisplay_handle vh_ph;
scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl;
struct pcdisplay_handle *ph = &dc->dc_ph;
struct pcdisplay_handle dc_ph;