• Home
  • Raw
  • Download

Lines Matching defs:fb

152 #define READ_BYTE(fb,reg)		gsc_readb((fb)->info.fix.mmio_start + (reg))  argument
153 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
159 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
160 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
165 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
169 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
183 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
196 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
233 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
242 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
250 FINISH_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in FINISH_IMAGE_COLORMAP_ACCESS()
265 SETUP_RAMDAC(struct stifb_info *fb) in SETUP_RAMDAC()
273 CRX24_SETUP_RAMDAC(struct stifb_info *fb) in CRX24_SETUP_RAMDAC()
293 CRX24_SET_OVLY_MASK(struct stifb_info *fb) in CRX24_SET_OVLY_MASK()
305 ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ENABLE_DISABLE_DISPLAY()
314 CRX24_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in CRX24_ENABLE_DISABLE_DISPLAY()
324 ARTIST_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ARTIST_ENABLE_DISABLE_DISPLAY()
339 #define GET_ROMTABLE_INDEX(fb) \ argument
344 #define IS_24_DEVICE(fb) \ argument
347 #define IS_888_DEVICE(fb) \ argument
350 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument
387 #define NGLE_QUICK_SET_IMAGE_BITMAP_OP(fb, val) \ argument
390 #define NGLE_QUICK_SET_DST_BM_ACCESS(fb, val) \ argument
393 #define NGLE_QUICK_SET_CTL_PLN_REG(fb, val) \ argument
396 #define NGLE_REALLY_SET_IMAGE_PLANEMASK(fb, plnmsk32) \ argument
399 #define NGLE_REALLY_SET_IMAGE_FG_COLOR(fb, fg32) \ argument
402 #define NGLE_SET_TRANSFERDATA(fb, val) \ argument
405 #define NGLE_SET_DSTXY(fb, val) \ argument
414 #define NGLE_BINC_SET_DSTADDR(fb, addr) \ argument
417 #define NGLE_BINC_SET_SRCADDR(fb, addr) \ argument
420 #define NGLE_BINC_SET_DSTMASK(fb, mask) \ argument
423 #define NGLE_BINC_WRITE32(fb, data32) \ argument
426 #define START_COLORMAPLOAD(fb, cmapBltCtlData32) \ argument
429 #define SET_LENXY_START_RECFILL(fb, lenxy) \ argument
433 HYPER_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in HYPER_ENABLE_DISABLE_DISPLAY()
456 SETUP_ATTR_ACCESS(struct stifb_info *fb, unsigned BufferNumber) in SETUP_ATTR_ACCESS()
466 SET_ATTR_SIZE(struct stifb_info *fb, int width, int height) in SET_ATTR_SIZE()
482 FINISH_ATTR_ACCESS(struct stifb_info *fb) in FINISH_ATTR_ACCESS()
489 elkSetupPlanes(struct stifb_info *fb) in elkSetupPlanes()
496 ngleSetupAttrPlanes(struct stifb_info *fb, int BufferNumber) in ngleSetupAttrPlanes()
506 rattlerSetupPlanes(struct stifb_info *fb) in rattlerSetupPlanes()
592 setHyperLutBltCtl(struct stifb_info *fb, int offsetWithinLut, int length) in setHyperLutBltCtl()
615 static void hyperUndoITE(struct stifb_info *fb) in hyperUndoITE()
650 ngleDepth8_ClearImagePlanes(struct stifb_info *fb) in ngleDepth8_ClearImagePlanes()
656 ngleDepth24_ClearImagePlanes(struct stifb_info *fb) in ngleDepth24_ClearImagePlanes()
662 ngleResetAttrPlanes(struct stifb_info *fb, unsigned int ctlPlaneReg) in ngleResetAttrPlanes()
714 ngleClearOverlayPlanes(struct stifb_info *fb, int mask, int data) in ngleClearOverlayPlanes()
749 hyperResetPlanes(struct stifb_info *fb, int enable) in hyperResetPlanes()
806 ngleGetDeviceRomData(struct stifb_info *fb) in ngleGetDeviceRomData()
874 SETUP_HCRX(struct stifb_info *fb) in SETUP_HCRX()
921 struct stifb_info *fb = (struct stifb_info *) info; in stifb_setcolreg() local
981 struct stifb_info *fb = (struct stifb_info *) info; in stifb_blank() local
1008 stifb_init_display(struct stifb_info *fb) in stifb_init_display()
1085 struct stifb_info *fb; in stifb_init_fb() local