/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23888-ir.c | 374 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 D | efi.c | 837 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 D | cx25840-ir.c | 361 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 D | Kconfig | 19 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 D | r7s72100-rskrza1.dts | 115 compatible = "renesas,r1ex24016", "atmel,24c16";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-moxa-uc-2100-common.dtsi | 103 compatible = "atmel,24c16";
|
H A D | am335x-moxa-uc-8100-common.dtsi | 202 compatible = "atmel,24c16";
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun4i-a10-olinuxino-lime.dts | 149 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olimex-som204-evb.dts | 139 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime.dts | 142 compatible = "atmel,24c16";
|
H A D | sun5i-a10s-olinuxino-micro.dts | 134 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime2.dts | 143 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-micro.dts | 150 compatible = "atmel,24c16";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun7i-a20-olimex-som204-evb.dts | 151 compatible = "atmel,24c16";
|
H A D | sun4i-a10-olinuxino-lime.dts | 150 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime.dts | 150 compatible = "atmel,24c16";
|
H A D | sun5i-a10s-olinuxino-micro.dts | 138 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime2.dts | 151 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-micro.dts | 158 compatible = "atmel,24c16";
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | DMTF_Redfish_logo_2017.svg | 1 …c16 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 D | rk3588s-rock-5a.dts | 210 compatible = "belling,bl24c16a", "atmel,24c16";
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4059 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 D | translate-a64.c | 2798 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 D | aspeed-bmc-ibm-fuji.dts | 371 "presence-vrm-c16",
|
H A D | aspeed-bmc-ibm-everest.dts | 369 "presence-vrm-c16",
|