Home
last modified time | relevance | path

Searched refs:chr (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Dps2ser.c65 void ps2ser_putc(int chr) in ps2ser_putc() argument
68 debug(">>>> 0x%02x\n", chr); in ps2ser_putc()
71 com_port->thr = chr; in ps2ser_putc()
88 volatile int chr; in ps2ser_getc() local
97 chr = ps2buf[ps2buf_out_idx++]; in ps2ser_getc()
101 chr = ps2ser_getc_hw(); in ps2ser_getc()
104 while (chr < 0); in ps2ser_getc()
109 debug("0x%02x\n", chr); in ps2ser_getc()
111 return chr; in ps2ser_getc()
128 int chr; in ps2ser_interrupt() local
[all …]
/rk3399_rockchip-uboot/tools/binman/etype/
H A Du_boot_spl_bss_pad.py25 self.data = chr(0) * bss_size
/rk3399_rockchip-uboot/tools/binman/
H A Dfdt_test.py63 self.assertEquals(chr(8), prop.value)
70 self.assertEquals([chr(1), '#', '4'], prop.value)
H A Dfunc_test.py376 self.assertEqual(chr(0) * 3, data[:3])
377 self.assertEqual(chr(0) * 5, data[7:])
555 self.assertEqual(U_BOOT_SPL_DATA + (chr(0xff) * 9) + U_BOOT_DATA, data)
577 self.assertEqual(chr(0) * 5 + U_BOOT_SPL_DATA + chr(0) * 2 +
611 self.assertEqual(U_BOOT_DATA + chr(0) * 3 + U_BOOT_SPL_DATA +
612 chr(0) * 6, data)
789 self.assertEqual(chr(0) * (0x200 - used_len), third)
H A Dimage.py224 fd.write(chr(self._pad_byte) * self._size)
/rk3399_rockchip-uboot/include/
H A Dps2mult.h43 extern void ps2ser_putc(int chr);
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.l70 static void warn_ignored_character(char chr) in warn_ignored_character() argument
74 zconf_curname(), zconf_lineno(), chr); in warn_ignored_character()
H A Dzconf.lex.c_shipped857 static void warn_ignored_character(char chr)
861 zconf_curname(), zconf_lineno(), chr);
/rk3399_rockchip-uboot/common/
H A Dhash.c227 char chr[3]; in hash_parse_string() local
229 strncpy(chr, &str[i * 2], 2); in hash_parse_string()
230 result[i] = simple_strtoul(chr, NULL, 16); in hash_parse_string()
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py316 _nonprint = ('%' + ''.join(chr(c) for c in range(0, 32) if c not in (9, 10)) +
317 ''.join(chr(c) for c in range(127, 256)))
332 data = data.replace(chr(13), '')
H A Du_boot_console_base.py252 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_vboot.py186 fd.write(5000 * chr(0))
/rk3399_rockchip-uboot/tools/buildman/
H A Dtoolchain.py478 print chr(8) * (len(status) + 1), '\r',
485 status = status + chr(8) * (len(status) + 1)
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt.py149 return chr(0)