Home
last modified time | relevance | path

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

123

/linux/drivers/firmware/efi/libstub/
H A Dprintk.c29 u32 c32; in utf8_to_utf32() local
49 c32 = cx >> clen--; in utf8_to_utf32()
55 c32 = (c32 << 6) | cx; in utf8_to_utf32()
63 if (c32 > 0x10ffff || in utf8_to_utf32()
64 (c32 & 0xf800) == 0xd800 || in utf8_to_utf32()
65 clen != (c32 >= 0x80) + (c32 >= 0x800) + (c32 >= 0x10000)) in utf8_to_utf32()
68 return c32; in utf8_to_utf32()
80 u32 c32; in efi_puts() local
85 c32 = utf8_to_utf32(&s8); in efi_puts()
86 if (c32 < 0x10000) { in efi_puts()
[all …]
H A Dvsprintf.c509 u32 c32 = utf16_to_utf32(&ws); in vsnprintf() local
513 if (c32 < 0x80) { in vsnprintf()
514 PUTC(c32); in vsnprintf()
519 clen = 1 + (c32 >= 0x800) + (c32 >= 0x10000); in vsnprintf()
533 for (s8 += clen; clen; --clen, c32 >>= 6) in vsnprintf()
534 *s8-- = 0x80 | (c32 & 0x3f); in vsnprintf()
536 *s8 |= c32; in vsnprintf()
/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c178 drm_client32_t c32; in compat_drm_getclient() local
183 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient()
188 client.idx = c32.idx; in compat_drm_getclient()
194 c32.idx = client.idx; in compat_drm_getclient()
195 c32.auth = client.auth; in compat_drm_getclient()
196 c32.pid = client.pid; in compat_drm_getclient()
197 c32.uid = client.uid; in compat_drm_getclient()
198 c32.magic = client.magic; in compat_drm_getclient()
199 c32.iocs = client.iocs; in compat_drm_getclient()
201 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
/linux/arch/arm/boot/dts/st/
H A Dstih407-clock.dtsi31 compatible = "st,clkgen-c32";
65 compatible = "st,clkgen-c32";
86 compatible = "st,clkgen-c32";
140 compatible = "st,clkgen-c32";
163 compatible = "st,clkgen-c32";
188 compatible = "st,clkgen-c32";
H A Dstih410-clock.dtsi34 compatible = "st,clkgen-c32";
70 compatible = "st,clkgen-c32";
91 compatible = "st,clkgen-c32";
145 compatible = "st,clkgen-c32";
168 compatible = "st,clkgen-c32";
193 compatible = "st,clkgen-c32";
H A Dstih418-clock.dtsi34 compatible = "st,clkgen-c32";
70 compatible = "st,clkgen-c32";
91 compatible = "st,clkgen-c32";
145 compatible = "st,clkgen-c32";
168 compatible = "st,clkgen-c32";
193 compatible = "st,clkgen-c32";
/linux/arch/powerpc/boot/dts/
H A Dpcm030.dts70 compatible = "catalyst,24c32", "atmel,24c32";
H A Dpcm032.dts72 compatible = "catalyst,24c32", "atmel,24c32";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-phytec-phycore-som.dtsi80 compatible = "catalyst,24c32", "atmel,24c32";
H A Dimx6qdl-phytec-phycore-som.dtsi90 compatible = "st,24c32", "atmel,24c32";
H A Dimx6qdl-phytec-pfla02.dtsi115 compatible = "catalyst,24c32", "atmel,24c32";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane.dtsi77 compatible = "atmel,24c32";
92 compatible = "atmel,24c32";
H A Dmt8183-kukui-kakadu.dtsi81 compatible = "atmel,24c32";
96 compatible = "atmel,24c32";
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-altera.txt34 compatible = "atmel,24c32";
/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,clkgen-pll.txt29 compatible = "st,clkgen-c32";
H A Dst,clkgen.txt46 compatible = "st,clkgen-c32";
/linux/Documentation/i2c/
H A Dslave-eeprom-backend.rst12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts307 compatible = "atmel,24c32";
321 compatible = "atmel,24c32";
H A Dfsl-ls1028a-kontron-kbox-a-230-ls.dts72 compatible = "atmel,24c32";
/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-var-som-om44.dtsi233 compatible = "microchip,24c32", "atmel,24c32";
/linux/drivers/misc/eeprom/
H A DKconfig19 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048
22 you configure as a 24c32 (32 kbit) or larger is NOT really a
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_sodia.dts91 compatible = "atmel,24c32";
H A Dsocfpga_arria5_socdk.dts99 compatible = "atmel,24c32";
H A Dsocfpga_cyclone5_socdk.dts103 compatible = "atmel,24c32";
/linux/arch/arm/boot/dts/microchip/
H A Dat91-dvk_su60_somc.dtsi74 compatible = "giantec,gt24c32a", "atmel,24c32";

123