Symbol: smfb
sys/arch/loongson/dev/smfb.c
133
int smfb_setup(struct smfb *, bus_space_tag_t, bus_space_handle_t,
sys/arch/loongson/dev/smfb.c
136
void smfb_copyrect(struct smfb *, int, int, int, int, int, int);
sys/arch/loongson/dev/smfb.c
137
void smfb_fillrect(struct smfb *, int, int, int, int, int);
sys/arch/loongson/dev/smfb.c
142
int smfb_wait(struct smfb *);
sys/arch/loongson/dev/smfb.c
144
void smfb_wait_panel_vsync(struct smfb *, int);
sys/arch/loongson/dev/smfb.c
145
uint8_t smfb_vgats_read(struct smfb *, uint);
sys/arch/loongson/dev/smfb.c
146
void smfb_vgats_write(struct smfb *, uint, uint8_t);
sys/arch/loongson/dev/smfb.c
151
static struct smfb smfbcn;
sys/arch/loongson/dev/smfb.c
342
struct smfb *fb = sc->sc_fb;
sys/arch/loongson/dev/smfb.c
381
smfb_setup(struct smfb *fb, bus_space_tag_t memt, bus_space_handle_t memh,
sys/arch/loongson/dev/smfb.c
489
smfb_copyrect(struct smfb *fb, int sx, int sy, int dx, int dy, int w, int h)
sys/arch/loongson/dev/smfb.c
515
smfb_fillrect(struct smfb *fb, int x, int y, int w, int h, int bg)
sys/arch/loongson/dev/smfb.c
536
struct smfb *fb = ri->ri_hw;
sys/arch/loongson/dev/smfb.c
553
struct smfb *fb = ri->ri_hw;
sys/arch/loongson/dev/smfb.c
571
struct smfb *fb = ri->ri_hw;
sys/arch/loongson/dev/smfb.c
591
struct smfb *fb = ri->ri_hw;
sys/arch/loongson/dev/smfb.c
614
smfb_wait(struct smfb *fb)
sys/arch/loongson/dev/smfb.c
642
smfb_wait_panel_vsync(struct smfb *fb, int ncycles)
sys/arch/loongson/dev/smfb.c
661
smfb_vgats_read(struct smfb *fb, uint regno)
sys/arch/loongson/dev/smfb.c
668
smfb_vgats_write(struct smfb *fb, uint regno, uint8_t value)
sys/arch/loongson/dev/smfb.c
83
struct smfb *sc_fb;
sys/arch/loongson/dev/smfb.c
84
struct smfb sc_fb_store;