Searched refs:c16 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/pci/cx23885/
H A Dcx23888-ir.c374 unsigned int c16 = carrier * 16; local
376 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
378 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
381 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
384 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
386 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
389 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c361 unsigned int c16 = carrier * 16; local
363 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) {
365 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4);
368 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3);
371 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) {
373 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4);
376 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3);
/linux-master/drivers/firmware/efi/
H A Defi.c851 const efi_char16_t *c16; local
855 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t));
856 if (c16) {
857 for (i = 0; i < sizeof(vendor) - 1 && c16[i]; ++i)
858 vendor[i] = c16[i];
861 unmap_fw_vendor(c16, sizeof(vendor) * sizeof(efi_char16_t));

Completed in 117 milliseconds