Home
last modified time | relevance | path

Searched refs:c16 (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23888-ir.c374 unsigned int c16 = carrier * 16; in control_rx_s_carrier_window() local
376 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) { in control_rx_s_carrier_window()
378 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4); in control_rx_s_carrier_window()
381 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3); in control_rx_s_carrier_window()
384 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) { in control_rx_s_carrier_window()
386 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4); in control_rx_s_carrier_window()
389 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3); in control_rx_s_carrier_window()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c837 const efi_char16_t *c16; in efi_systab_report_header() local
841 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
842 if (c16) { in efi_systab_report_header()
843 for (i = 0; i < sizeof(vendor) - 1 && c16[i]; ++i) in efi_systab_report_header()
844 vendor[i] = c16[i]; in efi_systab_report_header()
847 unmap_fw_vendor(c16, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c361 unsigned int c16 = carrier * 16; in control_rx_s_carrier_window() local
363 if (*carrier_range_low < DIV_ROUND_CLOSEST(c16, 16 + 3)) { in control_rx_s_carrier_window()
365 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 4); in control_rx_s_carrier_window()
368 *carrier_range_low = DIV_ROUND_CLOSEST(c16, 16 + 3); in control_rx_s_carrier_window()
371 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) { in control_rx_s_carrier_window()
373 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 4); in control_rx_s_carrier_window()
376 *carrier_range_high = DIV_ROUND_CLOSEST(c16, 16 - 3); in control_rx_s_carrier_window()
/openbmc/linux/drivers/misc/eeprom/
H A DKconfig19 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048
23 24c16 (16 kbit) or smaller, and vice versa. Marking the chip
30 supported (24c16 and below, max 4 kByte).
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr7s72100-rskrza1.dts115 compatible = "renesas,r1ex24016", "atmel,24c16";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-moxa-uc-2100-common.dtsi103 compatible = "atmel,24c16";
H A Dam335x-moxa-uc-8100-common.dtsi202 compatible = "atmel,24c16";
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-olinuxino-lime.dts149 compatible = "atmel,24c16";
H A Dsun7i-a20-olimex-som204-evb.dts139 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime.dts142 compatible = "atmel,24c16";
H A Dsun5i-a10s-olinuxino-micro.dts134 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime2.dts143 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-micro.dts150 compatible = "atmel,24c16";
/openbmc/u-boot/arch/arm/dts/
H A Dsun7i-a20-olimex-som204-evb.dts151 compatible = "atmel,24c16";
H A Dsun4i-a10-olinuxino-lime.dts150 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime.dts150 compatible = "atmel,24c16";
H A Dsun5i-a10s-olinuxino-micro.dts138 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime2.dts151 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-micro.dts158 compatible = "atmel,24c16";
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1c16 5.1 66.3 21.8 66.8 22l-.2.7-63.2-8c.3.4.6.9.9 1.3.2.2.3.5.5.7.4.5.8 1 1.3 1.5l.2.2.3.3c.6.6 1.…
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588s-rock-5a.dts210 compatible = "belling,bl24c16a", "atmel,24c16";
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc4059 TCGv_vec c0, c16;
4082 c16 = tcg_constant_vec(type, MO_8, -16);
4086 tcgv_vec_arg(v2), tcgv_vec_arg(c16));
4092 tcgv_vec_arg(t1), tcgv_vec_arg(c16));
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2798 TCGv_i128 c16 = tcg_temp_new_i128(); in gen_store_exclusive() local
2803 tcg_gen_concat_i64_i128(c16, cpu_exclusive_val, in gen_store_exclusive()
2807 tcg_gen_concat_i64_i128(c16, cpu_exclusive_high, in gen_store_exclusive()
2811 tcg_gen_atomic_cmpxchg_i128(t16, cpu_exclusive_addr, c16, t16, in gen_store_exclusive()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-fuji.dts371 "presence-vrm-c16",
H A Daspeed-bmc-ibm-everest.dts369 "presence-vrm-c16",