reg_int           342 drivers/clk/zte/clk.c 				     u32 reg_frac, u32 reg_int,
reg_int           350 drivers/clk/zte/clk.c 	m = (reg_int & 0xffff) * n + m;
reg_int           360 drivers/clk/zte/clk.c 	unsigned int reg_int, reg_frac;
reg_int           363 drivers/clk/zte/clk.c 	reg_int = parent_rate / rate;
reg_int           365 drivers/clk/zte/clk.c 	if (reg_int > CLK_AUDIO_DIV_INT_FRAC_MAX)
reg_int           366 drivers/clk/zte/clk.c 		reg_int = CLK_AUDIO_DIV_INT_FRAC_MAX;
reg_int           367 drivers/clk/zte/clk.c 	else if (reg_int < CLK_AUDIO_DIV_INT_FRAC_MIN)
reg_int           368 drivers/clk/zte/clk.c 		reg_int = 0;
reg_int           369 drivers/clk/zte/clk.c 	m = parent_rate - rate * reg_int;
reg_int           387 drivers/clk/zte/clk.c 	div_table->rate = parent_rate * n / (reg_int * n + m);
reg_int           388 drivers/clk/zte/clk.c 	div_table->int_reg = reg_int;
reg_int           396 drivers/clk/zte/clk.c 	u32 reg_frac, reg_int;
reg_int           399 drivers/clk/zte/clk.c 	reg_int = readl_relaxed(zx_audio_div->reg_base + 0x4);
reg_int           401 drivers/clk/zte/clk.c 	return audio_calc_rate(zx_audio_div, reg_frac, reg_int, parent_rate);
reg_int           176 drivers/edac/thunderx_edac.c 	u64 reg_int;
reg_int           557 drivers/edac/thunderx_edac.c 	ctx->reg_int = readq(lmc->regs + LMC_INT);
reg_int           568 drivers/edac/thunderx_edac.c 	writeq(ctx->reg_int, lmc->regs + LMC_INT);
reg_int           600 drivers/edac/thunderx_edac.c 			ctx->reg_int);
reg_int           619 drivers/edac/thunderx_edac.c 				ctx->reg_int);
reg_int           623 drivers/edac/thunderx_edac.c 		if (ctx->reg_int & LMC_INT_UE)
reg_int           628 drivers/edac/thunderx_edac.c 		else if (ctx->reg_int & LMC_INT_CE)
reg_int          1740 drivers/edac/thunderx_edac.c 	u64  reg_int;
reg_int          1769 drivers/edac/thunderx_edac.c 	ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C);
reg_int          1771 drivers/edac/thunderx_edac.c 	if (ctx->reg_int & L2C_TAD_INT_ECC) {
reg_int          1774 drivers/edac/thunderx_edac.c 	} else if (ctx->reg_int & L2C_TAD_INT_TAG) {
reg_int          1777 drivers/edac/thunderx_edac.c 	} else if (ctx->reg_int & L2C_TAD_INT_LFBTO) {
reg_int          1780 drivers/edac/thunderx_edac.c 	} else if (ctx->reg_int & L2C_TAD_INT_DISOCI) {
reg_int          1785 drivers/edac/thunderx_edac.c 	writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C);
reg_int          1801 drivers/edac/thunderx_edac.c 	ctx->reg_int = readq(cbc->regs + L2C_CBC_INT_W1C);
reg_int          1803 drivers/edac/thunderx_edac.c 	if (ctx->reg_int & L2C_CBC_INT_RSD) {
reg_int          1806 drivers/edac/thunderx_edac.c 	} else if (ctx->reg_int & L2C_CBC_INT_MIB) {
reg_int          1809 drivers/edac/thunderx_edac.c 	} else if (ctx->reg_int & L2C_CBC_INT_IODISOCI) {
reg_int          1814 drivers/edac/thunderx_edac.c 	writeq(ctx->reg_int, cbc->regs + L2C_CBC_INT_W1C);
reg_int          1830 drivers/edac/thunderx_edac.c 	ctx->reg_int = readq(mci->regs + L2C_MCI_INT_W1C);
reg_int          1833 drivers/edac/thunderx_edac.c 	writeq(ctx->reg_int, mci->regs + L2C_MCI_INT_W1C);
reg_int          1894 drivers/edac/thunderx_edac.c 			 l2c->edac_dev->ctl_name, reg_int_name, ctx->reg_int,
reg_int          1897 drivers/edac/thunderx_edac.c 		decode_register(other, L2C_OTHER_SIZE, l2_errors, ctx->reg_int);
reg_int          1901 drivers/edac/thunderx_edac.c 		if (ctx->reg_int & mask_ue)
reg_int          1903 drivers/edac/thunderx_edac.c 		else if (ctx->reg_int & mask_ce)
reg_int           269 drivers/hwmon/npcm750-pwm-fan.c 	u8 reg_int;
reg_int           280 drivers/hwmon/npcm750-pwm-fan.c 		reg_int = ioread8(NPCM7XX_FAN_REG_TIEN(data->fan_base, fan));
reg_int           290 drivers/hwmon/npcm750-pwm-fan.c 			iowrite8(reg_int | (NPCM7XX_FAN_TIEN_TAIEN |
reg_int           303 drivers/hwmon/npcm750-pwm-fan.c 			iowrite8(reg_int | (NPCM7XX_FAN_TIEN_TBIEN |
reg_int           367 drivers/hwmon/npcm750-pwm-fan.c 	u8  reg_int;
reg_int           409 drivers/hwmon/npcm750-pwm-fan.c 		reg_int =  ioread8(NPCM7XX_FAN_REG_TIEN(data->fan_base, fan));
reg_int           412 drivers/hwmon/npcm750-pwm-fan.c 		iowrite8((reg_int & ~flag_int),
reg_int           425 drivers/hwmon/npcm750-pwm-fan.c 	u8 reg_int;
reg_int           451 drivers/hwmon/npcm750-pwm-fan.c 		reg_int =  ioread8(NPCM7XX_FAN_REG_TIEN(data->fan_base, fan));
reg_int           454 drivers/hwmon/npcm750-pwm-fan.c 		iowrite8((reg_int & ~flag_int),
reg_int          1137 drivers/net/can/c_can/c_can.c 	int reg_int;
reg_int          1139 drivers/net/can/c_can/c_can.c 	reg_int = priv->read_reg(priv, C_CAN_INT_REG);
reg_int          1140 drivers/net/can/c_can/c_can.c 	if (!reg_int)
reg_int          1144 drivers/net/can/c_can/c_can.c 	if (reg_int & INT_STS_PENDING)
reg_int           305 drivers/video/fbdev/da8xx-fb.c 	u32 reg_int;
reg_int           321 drivers/video/fbdev/da8xx-fb.c 			reg_int = lcdc_read(LCD_INT_ENABLE_SET_REG) |
reg_int           325 drivers/video/fbdev/da8xx-fb.c 			lcdc_write(reg_int, LCD_INT_ENABLE_SET_REG);
reg_int           342 drivers/video/fbdev/da8xx-fb.c 			reg_int = lcdc_read(LCD_INT_ENABLE_SET_REG) |
reg_int           344 drivers/video/fbdev/da8xx-fb.c 			lcdc_write(reg_int, LCD_INT_ENABLE_SET_REG);
reg_int           447 drivers/video/fbdev/da8xx-fb.c 	u32 reg_int;
reg_int           480 drivers/video/fbdev/da8xx-fb.c 		reg_int = lcdc_read(LCD_INT_ENABLE_SET_REG) |
reg_int           482 drivers/video/fbdev/da8xx-fb.c 		lcdc_write(reg_int, LCD_INT_ENABLE_SET_REG);