resistors          13 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/iccsense.h 	struct pwr_rail_resistor_t resistors[3];
resistors         122 drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c 			rail->resistors[r].mohm = nvbios_rd08(bios, entry + res_start + r * 2);
resistors         123 drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c 			rail->resistors[r].enabled = !(nvbios_rd08(bios, entry + res_start + r * 2 + 1) & 0x40);
resistors         261 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c 			struct pwr_rail_resistor_t *res = &pwr_rail->resistors[r];
resistors         390 drivers/rtc/rtc-ds1305.c 	char		*resistors = "";
resistors         406 drivers/rtc/rtc-ds1305.c 			resistors = "2k Ohm";
resistors         409 drivers/rtc/rtc-ds1305.c 			resistors = "4k Ohm";
resistors         412 drivers/rtc/rtc-ds1305.c 			resistors = "8k Ohm";
resistors         421 drivers/rtc/rtc-ds1305.c 	seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors);
resistors         173 drivers/rtc/rtc-ds1343.c 	char *diodes = "disabled", *resistors = " ";
resistors         190 drivers/rtc/rtc-ds1343.c 			resistors = "1k Ohm";
resistors         194 drivers/rtc/rtc-ds1343.c 			resistors = "2k Ohm";
resistors         198 drivers/rtc/rtc-ds1343.c 			resistors = "4k Ohm";
resistors         207 drivers/rtc/rtc-ds1343.c 	return sprintf(buf, "%s %s\n", diodes, resistors);