Searched defs:rboxfb (Results 1 – 2 of 2) sorted by relevance
62 struct rboxfb { struct63 u_char filler1[1];64 vu_char reset; /* reset register 0x01 */65 vu_char fb_address; /* frame buffer address 0x02 */66 vu_char interrupt; /* interrupt register 0x03 */67 u_char filler1a;68 vu_char fbwmsb; /* frame buffer width MSB 0x05 */69 u_char filler1b;70 vu_char fbwlsb; /* frame buffer width MSB 0x07 */71 u_char filler1c;[all …]
66 struct rboxfb { struct67 struct diofbreg regs;68 uint8_t filler2[16359];69 uint8_t wbusy; /* window mover is active 0x4047 */70 uint8_t filler3[0x405b - 0x4048];71 uint8_t scanbusy; /* scan converteris active 0x405B */72 uint8_t filler3b[0x4083 - 0x405c];73 uint8_t video_enable; /* drive vid. refresh bus 0x4083 */74 uint8_t filler4[3];75 uint8_t display_enable; /* enable the display 0x4087 */[all …]