Lines Matching defs:fb
156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg)) argument
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
187 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
200 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
237 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
246 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
254 FINISH_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in FINISH_IMAGE_COLORMAP_ACCESS()
269 SETUP_RAMDAC(struct stifb_info *fb) in SETUP_RAMDAC()
277 CRX24_SETUP_RAMDAC(struct stifb_info *fb) in CRX24_SETUP_RAMDAC()
297 CRX24_SET_OVLY_MASK(struct stifb_info *fb) in CRX24_SET_OVLY_MASK()
309 ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ENABLE_DISABLE_DISPLAY()
318 CRX24_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in CRX24_ENABLE_DISABLE_DISPLAY()
328 ARTIST_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ARTIST_ENABLE_DISABLE_DISPLAY()
343 #define GET_ROMTABLE_INDEX(fb) \ argument
348 #define IS_24_DEVICE(fb) \ argument
351 #define IS_888_DEVICE(fb) \ argument
354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument
391 #define NGLE_QUICK_SET_IMAGE_BITMAP_OP(fb, val) \ argument
394 #define NGLE_QUICK_SET_DST_BM_ACCESS(fb, val) \ argument
397 #define NGLE_QUICK_SET_CTL_PLN_REG(fb, val) \ argument
400 #define NGLE_REALLY_SET_IMAGE_PLANEMASK(fb, plnmsk32) \ argument
403 #define NGLE_REALLY_SET_IMAGE_FG_COLOR(fb, fg32) \ argument
406 #define NGLE_SET_TRANSFERDATA(fb, val) \ argument
409 #define NGLE_SET_DSTXY(fb, val) \ argument
418 #define NGLE_BINC_SET_DSTADDR(fb, addr) \ argument
421 #define NGLE_BINC_SET_SRCADDR(fb, addr) \ argument
424 #define NGLE_BINC_SET_DSTMASK(fb, mask) \ argument
427 #define NGLE_BINC_WRITE32(fb, data32) \ argument
430 #define START_COLORMAPLOAD(fb, cmapBltCtlData32) \ argument
433 #define SET_LENXY_START_RECFILL(fb, lenxy) \ argument
436 #define SETUP_COPYAREA(fb) \ argument
440 HYPER_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in HYPER_ENABLE_DISABLE_DISPLAY()
463 SETUP_ATTR_ACCESS(struct stifb_info *fb, unsigned BufferNumber) in SETUP_ATTR_ACCESS()
473 SET_ATTR_SIZE(struct stifb_info *fb, int width, int height) in SET_ATTR_SIZE()
489 FINISH_ATTR_ACCESS(struct stifb_info *fb) in FINISH_ATTR_ACCESS()
496 elkSetupPlanes(struct stifb_info *fb) in elkSetupPlanes()
503 ngleSetupAttrPlanes(struct stifb_info *fb, int BufferNumber) in ngleSetupAttrPlanes()
513 rattlerSetupPlanes(struct stifb_info *fb) in rattlerSetupPlanes()
599 setHyperLutBltCtl(struct stifb_info *fb, int offsetWithinLut, int length) in setHyperLutBltCtl()
622 static void hyperUndoITE(struct stifb_info *fb) in hyperUndoITE()
657 ngleDepth8_ClearImagePlanes(struct stifb_info *fb) in ngleDepth8_ClearImagePlanes()
663 ngleDepth24_ClearImagePlanes(struct stifb_info *fb) in ngleDepth24_ClearImagePlanes()
669 ngleResetAttrPlanes(struct stifb_info *fb, unsigned int ctlPlaneReg) in ngleResetAttrPlanes()
721 ngleClearOverlayPlanes(struct stifb_info *fb, int mask, int data) in ngleClearOverlayPlanes()
756 hyperResetPlanes(struct stifb_info *fb, int enable) in hyperResetPlanes()
813 ngleGetDeviceRomData(struct stifb_info *fb) in ngleGetDeviceRomData()
881 SETUP_HCRX(struct stifb_info *fb) in SETUP_HCRX()
928 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_setcolreg() local
988 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_blank() local
1017 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_copyarea() local
1056 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_fillrect() local
1087 stifb_init_display(struct stifb_info *fb) in stifb_init_display()
1164 struct stifb_info *fb; in stifb_init_fb() local