bitstart           82 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	unsigned int	bitstart;
bitstart          236 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	mask = GENMASK(reg->bitend, reg->bitstart);
bitstart          237 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	val = (tmp << reg->bitstart) | (mask << BIT_WRITEABLE_SHIFT);
bitstart          247 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	unsigned int mask = GENMASK(reg->bitend, reg->bitstart);
bitstart          253 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	tmp = (orig & mask) >> reg->bitstart;
bitstart          795 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 			  rport->port_cfg->utmi_hstdet.bitstart + 1;
bitstart          811 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 			   rport->port_cfg->utmi_hstdet.bitstart);
bitstart          813 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 			  rport->port_cfg->utmi_ls.bitstart);
bitstart          816 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	state = ((uhd & uhd_mask) >> rport->port_cfg->utmi_hstdet.bitstart) |
bitstart          817 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 		(((ul & ul_mask) >> rport->port_cfg->utmi_ls.bitstart) << sh);
bitstart          267 drivers/video/fbdev/core/cfbimgblt.c 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;
bitstart          276 drivers/video/fbdev/core/cfbimgblt.c 	bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
bitstart          277 drivers/video/fbdev/core/cfbimgblt.c 	start_index = bitstart & (32 - 1);
bitstart          280 drivers/video/fbdev/core/cfbimgblt.c 	bitstart /= 8;
bitstart          281 drivers/video/fbdev/core/cfbimgblt.c 	bitstart &= ~(bpl - 1);
bitstart          282 drivers/video/fbdev/core/cfbimgblt.c 	dst1 = p->screen_base + bitstart;
bitstart          242 drivers/video/fbdev/core/sysimgblt.c 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;
bitstart          251 drivers/video/fbdev/core/sysimgblt.c 	bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
bitstart          252 drivers/video/fbdev/core/sysimgblt.c 	start_index = bitstart & (32 - 1);
bitstart          255 drivers/video/fbdev/core/sysimgblt.c 	bitstart /= 8;
bitstart          256 drivers/video/fbdev/core/sysimgblt.c 	bitstart &= ~(bpl - 1);
bitstart          257 drivers/video/fbdev/core/sysimgblt.c 	dst1 = (void __force *)p->screen_base + bitstart;