Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drv1126-secure-otp.S638 .ascii "secure_conf\000"
650 .ascii "Please input correct addr\012\000"
653 .ascii "The zone is written.\012\000"
656 .ascii "rockchip_secure_otp\000"
658 .ascii "rockchip,rv1126-secure-otp\000"
749 .ascii "int\000"
781 .ascii "u8\000"
788 .ascii "u32\000"
793 .ascii "u64\000"
992 .ascii "seq\000"
[all …]
H A Drv1106-secure-otp.S3896 .ascii "rockchip_secure_otp_wait_status\000"
3902 .ascii "rockchip_secure_otp_ecc_enable\000"
3908 .ascii "rv1106_secure_otp_read\000"
3914 .ascii "rv1106_secure_otp_write_2_bytes_noecc\000"
3920 .ascii "rv1106_secure_otp_write_2_bytes\000"
3931 .ascii "%s timeout during ecc_enable\012\000"
3934 .ascii "secure_conf\000"
3936 .ascii "mask_addr\000"
3938 .ascii "cru_rst_addr\000"
3950 .ascii "%s: wait init status timeout\012\000"
[all …]
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit_tb_arm32.S1861 .ascii "spl_load_kernel_fit\000"
1864 .ascii "No matching DT out of these options:\012\000"
1866 .ascii "description\000"
1868 .ascii " %s\012\000"
1871 .ascii "boot\000"
1874 .ascii "## Preload the image OK.\012\000"
1876 .ascii "Cannot get image data/size\012\000"
1878 .ascii "compression\000"
1880 .ascii "## Checking %s 0x%08lx (%s @0x%08lx) ... \000"
1882 .ascii "## Checking %s 0x%08lx ... \000"
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_hexdump.c69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump() argument
135 ascii); in test_hexdump()
139 ascii); in test_hexdump()
149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
[all …]
H A Dhexdump.c136 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
213 if (!ascii) in hex_dump_to_buffer()
233 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
271 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
285 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
/OK3568_Linux_fs/u-boot/lib/
H A Dasm-offsets.s
H A Dhexdump.c53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
130 if (!ascii) in hex_dump_to_buffer()
150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
183 int groupsize, const void *buf, size_t len, bool ascii) in print_hex_dump() argument
197 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
237 size_t len, bool ascii) in print_hex_dump() argument
/OK3568_Linux_fs/u-boot/board/compulab/common/
H A Deeprom.c406 { "Board Configuration", 64, NULL, DEFINE_PRINT_UPDATE(ascii) },
423 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
424 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
425 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
426 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
445 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
446 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
447 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
448 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
465 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp100 namespace ascii = boost::spirit::ascii;
111 using ascii::char_; in bcp47_parser()
112 using ascii::no_case; in bcp47_parser()
113 using ascii::digit; in bcp47_parser()
114 using ascii::alnum; in bcp47_parser()
115 using ascii::alpha; in bcp47_parser()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dtbxfload.c121 !ACPI_COMPARE_NAMESEG(table->signature.ascii, ACPI_SIG_DSDT) || in ACPI_EXPORT_SYMBOL_INIT()
174 (table->signature.ascii, ACPI_SIG_SSDT) in ACPI_EXPORT_SYMBOL_INIT()
175 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
177 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
191 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
198 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
382 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dsysfs-pci.rst39 class PCI class (ascii, ro)
41 device PCI device (ascii, ro)
42 enable Whether the device is enabled (ascii, rw)
43 irq IRQ number (ascii, ro)
45 remove remove device from kernel's list (ascii, wo)
46 resource PCI resource host addresses (ascii, ro)
49 revision PCI revision (ascii, ro)
51 subsystem_device PCI subsystem device (ascii, ro)
52 subsystem_vendor PCI subsystem vendor (ascii, ro)
53 vendor PCI vendor (ascii, ro)
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S18 .ascii "MZ"
22 .ascii "PE"
90 .ascii ".reloc"
103 .ascii ".text"
H A Dcrt0_aarch64_efi.S18 .ascii "MZ"
22 .ascii "PE"
89 .ascii ".reloc"
103 .ascii ".text"
H A Dasm-offsets.s
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmisc_usbsevseg.rst26 The device can accept "text" either in raw, hex, or ascii textmode.
29 ascii expects a value between '0'-'9' and 'A'-'F'.
30 The default is ascii.
42 echo "123ABC" > /sys/bus/usb/.../text (ascii)
43 echo "A1B2" > /sys/bus/usb/.../text (ascii)
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h578 bool ascii);
582 const void *buf, size_t len, bool ascii);
586 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
599 groupsize, buf, len, ascii) \ argument
601 groupsize, buf, len, ascii)
604 groupsize, buf, len, ascii) \ argument
606 groupsize, buf, len, ascii)
610 const void *buf, size_t len, bool ascii) in print_hex_dump_debug() argument
H A Ddynamic_debug.h170 groupsize, buf, len, ascii) \ argument
174 rowsize, groupsize, buf, len, ascii)
210 groupsize, buf, len, ascii) \ argument
213 rowsize, groupsize, buf, len, ascii); \
/OK3568_Linux_fs/kernel/fs/isofs/
H A Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
24 op = ascii; in uni16_to_x8()
38 return (op - ascii); in uni16_to_x8()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Defi-header.S73 .ascii ".text\0\0\0"
87 .ascii ".data\0\0\0"
133 .ascii "NB10" // Signature
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-arm1020.S471 .ascii "ARM1020"
473 .ascii "i"
476 .ascii "d"
478 .ascii "(wt)"
480 .ascii "(wb)"
484 .ascii "B"
487 .ascii "RR"
489 .ascii "\0"
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dtrusted-encrypted.rst11 in hex ascii for convenience, and are integrity verified.
55 keyhandle= ascii hex value of sealing key
58 keyauth= ascii hex auth for sealing key default 0x00...i
59 (40 ascii zeros)
60 blobauth= ascii hex auth for sealed data default 0x00...
61 (40 ascii zeros)
62 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
76 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
/OK3568_Linux_fs/u-boot/board/imgtec/boston/
H A Dlowlevel_init.S18 msg_ddr_cal: .ascii "DDR Cal "
19 msg_ddr_ok: .ascii "DDR OK "
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Defi-header.S79 .ascii ".text\0\0\0"
93 .ascii ".data\0\0\0"
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S92 .ascii "Use a boot loader.\r\n"
93 .ascii "\n"
94 .ascii "Remove disk and press any key to reboot...\r\n"
193 .ascii ".setup"
215 .ascii ".reloc"
254 .ascii ".text"
305 .ascii "HdrS" # header signature
/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_zftl_arm32.S31095 .ascii "_list_remove_node\000"
31099 .ascii "_list_update_data_list\000"
31260 .ascii "nand_flash_print_info\000"
31264 .ascii "flash_wait_device_ready_raw\000"
31268 .ascii "flash_start_page_read\000"
32061 .ascii "flash_start_plane_read\000"
32065 .ascii "flash_erase_duplane_block\000"
32069 .ascii "flash_erase_block_en\000"
32204 .ascii "buf_add_tail\000"
32208 .ascii "buf_alloc\000"
[all …]

123456789