ssel               34 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 	u32 ssel;
ssel              137 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 	u32 ssel = nvkm_rd32(device, 0x137100);
ssel              140 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 	if (ssel & (1 << idx)) {
ssel              310 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 		info->ssel = info->coef = 0;
ssel              317 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 		info->ssel = (1 << idx);
ssel              348 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 	if (idx < 7 && !info->ssel) {
ssel              397 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 	if (info->ssel) {
ssel              398 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 		nvkm_mask(device, 0x137100, (1 << idx), info->ssel);
ssel              401 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c 			if (tmp == info->ssel)
ssel               34 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 	u32 ssel;
ssel              152 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 		u32 ssel = nvkm_rd32(device, 0x137100);
ssel              153 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 		if (ssel & (1 << idx)) {
ssel              323 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 		info->ssel = 0;
ssel              330 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 		info->ssel = (1 << idx);
ssel              361 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 	if (!info->ssel) {
ssel              415 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 	if (info->ssel)
ssel              426 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 	if (info->ssel) {
ssel              427 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 		nvkm_mask(device, 0x137100, (1 << idx), info->ssel);
ssel              430 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 			if (tmp == info->ssel)
ssel              441 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c 	if (info->ssel) {
ssel              316 drivers/spi/spi-s3c64xx.c 			u32 ssel = readl(sdd->regs + S3C64XX_SPI_SLAVE_SEL);
ssel              318 drivers/spi/spi-s3c64xx.c 			ssel |= (S3C64XX_SPI_SLAVE_AUTO |
ssel              320 drivers/spi/spi-s3c64xx.c 			writel(ssel, sdd->regs + S3C64XX_SPI_SLAVE_SEL);