Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/firmware/efi/libstub/
Defi-stub-helper.c48 u32 c32; in utf8_to_utf32() local
68 c32 = cx >> clen--; in utf8_to_utf32()
74 c32 = (c32 << 6) | cx; in utf8_to_utf32()
82 if (c32 > 0x10ffff || in utf8_to_utf32()
83 (c32 & 0xf800) == 0xd800 || in utf8_to_utf32()
84 clen != (c32 >= 0x80) + (c32 >= 0x800) + (c32 >= 0x10000)) in utf8_to_utf32()
87 return c32; in utf8_to_utf32()
99 u32 c32; in efi_puts() local
104 c32 = utf8_to_utf32(&s8); in efi_puts()
105 if (c32 < 0x10000) { in efi_puts()
[all …]
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-v5.10/arch/arm/boot/dts/
Dstih410-clock.dtsi34 compatible = "st,clkgen-c32";
72 compatible = "st,clkgen-c32";
114 compatible = "st,clkgen-c32";
225 compatible = "st,clkgen-c32";
261 compatible = "st,clkgen-c32";
309 compatible = "st,clkgen-c32";
Dstih418-clock.dtsi34 compatible = "st,clkgen-c32";
73 compatible = "st,clkgen-c32";
112 compatible = "st,clkgen-c32";
219 compatible = "st,clkgen-c32";
255 compatible = "st,clkgen-c32";
310 compatible = "st,clkgen-c32";
Dstih407-clock.dtsi31 compatible = "st,clkgen-c32";
72 compatible = "st,clkgen-c32";
113 compatible = "st,clkgen-c32";
217 compatible = "st,clkgen-c32";
251 compatible = "st,clkgen-c32";
299 compatible = "st,clkgen-c32";
Dimx6ul-phytec-phycore-som.dtsi77 compatible = "catalyst,24c32", "atmel,24c32";
Dimx27-phytec-phycard-s-som.dtsi38 compatible = "atmel,24c32";
Domap4-var-som-om44.dtsi233 compatible = "microchip,24c32", "atmel,24c32";
Dsocfpga_cyclone5_sodia.dts91 compatible = "atmel,24c32";
/Linux-v5.10/drivers/gpu/drm/
Ddrm_ioc32.c260 drm_client32_t c32; in compat_drm_getclient() local
265 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient()
268 client.idx = c32.idx; in compat_drm_getclient()
274 c32.idx = client.idx; in compat_drm_getclient()
275 c32.auth = client.auth; in compat_drm_getclient()
276 c32.pid = client.pid; in compat_drm_getclient()
277 c32.uid = client.uid; in compat_drm_getclient()
278 c32.magic = client.magic; in compat_drm_getclient()
279 c32.iocs = client.iocs; in compat_drm_getclient()
281 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
/Linux-v5.10/arch/x86/boot/
Dgenimage.sh94 if [ -f /usr/$i/$j/ldlinux.c32 ]; then
95 ldlinux=/usr/$i/$j/ldlinux.c32
/Linux-v5.10/arch/powerpc/boot/dts/
Dpcm030.dts70 compatible = "catalyst,24c32", "atmel,24c32";
Dpcm032.dts72 compatible = "catalyst,24c32", "atmel,24c32";
/Linux-v5.10/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-krane.dtsi76 compatible = "atmel,24c32";
89 compatible = "atmel,24c32";
/Linux-v5.10/arch/sparc/kernel/syscalls/
DMakefile41 systbl_abi_syscall_table_c32 := c32
/Linux-v5.10/arch/parisc/kernel/syscalls/
DMakefile41 systbl_abi_syscall_table_c32 := c32
/Linux-v5.10/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-pll.txt26 compatible = "st,clkgen-c32";
Dst,clkgen.txt46 compatible = "st,clkgen-c32";
/Linux-v5.10/Documentation/devicetree/bindings/i2c/
Di2c-altera.txt34 compatible = "atmel,24c32";
/Linux-v5.10/arch/powerpc/kernel/syscalls/
DMakefile43 systbl_abi_syscall_table_c32 := c32
/Linux-v5.10/Documentation/i2c/
Dslave-eeprom-backend.rst12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
/Linux-v5.10/Documentation/devicetree/bindings/misc/
Didt_89hpesx.txt23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-kontron-sl28.dts305 compatible = "atmel,24c32";
319 compatible = "atmel,24c32";
Dfsl-ls1028a-kontron-kbox-a-230-ls.dts64 compatible = "atmel,24c32";
/Linux-v5.10/drivers/misc/eeprom/
DKconfig18 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048
21 you configure as a 24c32 (32 kbit) or larger is NOT really a

12