Searched defs:cfb (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/video/fbdev/ | 
| D | cyber2000fb.c | 109 #define cyber2000fb_writel(val, reg, cfb)	writel(val, (cfb)->regs + (reg))  argument110 #define cyber2000fb_writew(val, reg, cfb)	writew(val, (cfb)->regs + (reg))  argument
 111 #define cyber2000fb_writeb(val, reg, cfb)	writeb(val, (cfb)->regs + (reg))  argument
 113 #define cyber2000fb_readb(reg, cfb)		readb((cfb)->regs + (reg))  argument
 116 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb)  in cyber2000_crtcw()
 122 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb)  in cyber2000_grphw()
 128 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb)  in cyber2000_grphr()
 135 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb)  in cyber2000_attrw()
 144 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb)  in cyber2000_seqw()
 157 	struct cfb_info *cfb = container_of(info, struct cfb_info, fb);  in cyber2000fb_fillrect()  local
 [all …]
 
 | 
| D | clps711x-fb.c | 47 	struct clps711x_fb_info *cfb = info->par;  in clps711x_fb_setcolreg()  local103 	struct clps711x_fb_info *cfb = info->par;  in clps711x_fb_set_par()  local
 169 	struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev);  in clps711x_lcd_check_fb()  local
 176 	struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev);  in clps711x_lcd_get_power()  local
 187 	struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev);  in clps711x_lcd_set_power()  local
 212 	struct clps711x_fb_info *cfb;  in clps711x_fb_probe()  local
 366 	struct clps711x_fb_info *cfb = info->par;  in clps711x_fb_remove()  local
 
 | 
| /Linux-v5.15/drivers/crypto/amcc/ | 
| D | crypto4xx_alg.c | 51 				     u32 hmac_mc, u32 cfb, u32 esn,  in set_dynamic_sa_command_1()
 | 
| /Linux-v5.15/drivers/crypto/bcm/ | 
| D | spu2.c | 318 	u8 cfb;  in spu2_dump_fmd_ctrl0()  local
 |