c16               478 arch/ia64/kernel/efi.c 	efi_char16_t *c16;
c16               527 arch/ia64/kernel/efi.c 	c16 = __va(efi.systab->fw_vendor);
c16               528 arch/ia64/kernel/efi.c 	if (c16) {
c16               529 arch/ia64/kernel/efi.c 		for (i = 0;i < (int) sizeof(vendor) - 1 && *c16; ++i)
c16               530 arch/ia64/kernel/efi.c 			vendor[i] = *c16++;
c16               506 arch/x86/platform/efi/efi.c 	efi_char16_t *c16;
c16               533 arch/x86/platform/efi/efi.c 	c16 = early_memremap_ro(efi.systab->fw_vendor,
c16               535 arch/x86/platform/efi/efi.c 	if (c16) {
c16               536 arch/x86/platform/efi/efi.c 		for (i = 0; i < sizeof(vendor) - 1 && c16[i]; ++i)
c16               537 arch/x86/platform/efi/efi.c 			vendor[i] = c16[i];
c16               539 arch/x86/platform/efi/efi.c 		early_memunmap(c16, sizeof(vendor) * sizeof(efi_char16_t));
c16                86 drivers/firmware/efi/arm-init.c 	efi_char16_t *c16;
c16               119 drivers/firmware/efi/arm-init.c 	c16 = early_memremap_ro(efi_to_phys(efi.systab->fw_vendor),
c16               121 drivers/firmware/efi/arm-init.c 	if (c16) {
c16               122 drivers/firmware/efi/arm-init.c 		for (i = 0; i < (int) sizeof(vendor) - 1 && *c16; ++i)
c16               123 drivers/firmware/efi/arm-init.c 			vendor[i] = c16[i];
c16               125 drivers/firmware/efi/arm-init.c 		early_memunmap(c16, sizeof(vendor) * sizeof(efi_char16_t));
c16               381 drivers/media/i2c/cx25840/cx25840-ir.c 	unsigned int c16 = carrier * 16;
c16               383 drivers/media/i2c/cx25840/cx25840-ir.c 	if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
c16               385 drivers/media/i2c/cx25840/cx25840-ir.c 		*carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
c16               388 drivers/media/i2c/cx25840/cx25840-ir.c 		*carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
c16               391 drivers/media/i2c/cx25840/cx25840-ir.c 	if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
c16               393 drivers/media/i2c/cx25840/cx25840-ir.c 		*carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
c16               396 drivers/media/i2c/cx25840/cx25840-ir.c 		*carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);
c16               394 drivers/media/pci/cx23885/cx23888-ir.c 	unsigned int c16 = carrier * 16;
c16               396 drivers/media/pci/cx23885/cx23888-ir.c 	if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
c16               398 drivers/media/pci/cx23885/cx23888-ir.c 		*carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
c16               401 drivers/media/pci/cx23885/cx23888-ir.c 		*carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
c16               404 drivers/media/pci/cx23885/cx23888-ir.c 	if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
c16               406 drivers/media/pci/cx23885/cx23888-ir.c 		*carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
c16               409 drivers/media/pci/cx23885/cx23888-ir.c 		*carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);