reg_ras          2907 drivers/scsi/hisi_sas/hisi_sas_main.c 	const void *reg_ras = hw->debugfs_reg_array[DEBUGFS_RAS];
reg_ras          2910 drivers/scsi/hisi_sas/hisi_sas_main.c 				   reg_ras, s);
reg_ras           303 drivers/video/fbdev/da8xx-fb.c 	u32 reg_ras;
reg_ras           308 drivers/video/fbdev/da8xx-fb.c 	reg_ras = lcdc_read(LCD_RASTER_CTRL_REG);
reg_ras           309 drivers/video/fbdev/da8xx-fb.c 	reg_ras &= ~(3 << 20);
reg_ras           317 drivers/video/fbdev/da8xx-fb.c 		reg_ras |= LCD_PALETTE_LOAD_MODE(DATA_ONLY);
reg_ras           337 drivers/video/fbdev/da8xx-fb.c 		reg_ras |= LCD_PALETTE_LOAD_MODE(PALETTE_ONLY);
reg_ras           340 drivers/video/fbdev/da8xx-fb.c 			reg_ras |= LCD_V1_PL_INT_ENA;
reg_ras           352 drivers/video/fbdev/da8xx-fb.c 	lcdc_write(reg_ras, LCD_RASTER_CTRL_REG);
reg_ras           887 drivers/video/fbdev/da8xx-fb.c 	u32 reg_ras;
reg_ras           905 drivers/video/fbdev/da8xx-fb.c 		reg_ras  = lcdc_read(LCD_RASTER_CTRL_REG);
reg_ras           906 drivers/video/fbdev/da8xx-fb.c 		reg_ras &= ~LCD_V1_PL_INT_ENA;
reg_ras           907 drivers/video/fbdev/da8xx-fb.c 		lcdc_write(reg_ras, LCD_RASTER_CTRL_REG);