Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dimmap_5272.h53 uchar res1[3];
54 uchar int_pivr;
85 uchar res1[4];
89 uchar res2[4];
95 uchar res1[2];
100 uchar res2[12];
105 uchar res1[2];
107 uchar res2[2];
109 uchar res3[120];
121 uchar res4[114];
[all …]
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
Dpmic_tps65218.c14 int tps65218_reg_read(uchar dest_reg, uchar *dest_val) in tps65218_reg_read()
16 uchar read_val; in tps65218_reg_read()
43 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65218_reg_write()
44 uchar mask) in tps65218_reg_write()
46 uchar read_val; in tps65218_reg_write()
47 uchar xor_reg; in tps65218_reg_write()
91 int tps65218_reg_read(uchar dest_reg, uchar *dest_val) in tps65218_reg_read()
93 uchar read_val; in tps65218_reg_read()
108 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65218_reg_write()
109 uchar mask) in tps65218_reg_write()
[all …]
Dpmic_tps65217.c19 int tps65217_reg_read(uchar src_reg, uchar *src_val) in tps65217_reg_read()
43 int tps65217_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65217_reg_write()
44 uchar mask) in tps65217_reg_write()
46 uchar read_val; in tps65217_reg_write()
47 uchar xor_reg; in tps65217_reg_write()
118 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update()
/third_party/uboot/u-boot-2020.01/net/
Dsntp.h35 uchar mode:3;
36 uchar vn:3;
37 uchar li:2;
39 uchar li:2;
40 uchar vn:3;
41 uchar mode:3;
43 uchar stratum;
44 uchar poll;
45 uchar precision;
Dcdp.c45 static const uchar cdp_snap_hdr[8] = {
48 static ushort cdp_compute_csum(const uchar *buff, ushort len) in cdp_compute_csum()
66 buff = (uchar *)p; in cdp_compute_csum()
108 uchar *pkt; in cdp_send_trigger()
131 memcpy((uchar *)pkt, cdp_snap_hdr, sizeof(cdp_snap_hdr)); in cdp_send_trigger()
147 memcpy((uchar *)s, buf, 16); in cdp_send_trigger()
159 memcpy((uchar *)s, buf, len); in cdp_send_trigger()
178 memcpy((uchar *)s, buf, len); in cdp_send_trigger()
190 memcpy((uchar *)s, buf, len); in cdp_send_trigger()
208 len = (uchar *)s - ((uchar *)net_tx_packet + ETHER_HDR_SIZE); in cdp_send_trigger()
[all …]
/third_party/uboot/u-boot-2020.01/board/siemens/common/
Dfactoryset.c33 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
48 static int get_factory_val(unsigned char *eeprom_buf, int size, uchar *name, in get_factory_val()
49 uchar *buf, int len) in get_factory_val()
61 val = fact_match(eeprom_buf, (uchar *)name, i); in get_factory_val()
84 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
85 uchar *name, uchar *buf, int len) in get_factory_record_val()
236 cp = (uchar *)eeprom_buf + sizeof(hdr); in factoryset_read_eeprom()
239 get_factory_record_val(cp, size, (uchar *)"ETH1", (uchar *)"mac", in factoryset_read_eeprom()
249 ret = get_factory_record_val(cp, size, (uchar *)"WLAN1", (uchar *)"mac", in factoryset_read_eeprom()
263 if (0 <= get_factory_record_val(cp, size, (uchar *)"USBD1", in factoryset_read_eeprom()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/rtc/
Dm48t35ax.c19 static uchar rtc_read (uchar reg);
20 static void rtc_write (uchar reg, uchar val);
26 uchar sec, min, hour, cent_day, date, month, year; in rtc_get()
27 uchar ccr; /* Clock control register */ in rtc_get()
71 uchar ccr; /* Clock control register */ in rtc_set()
72 uchar century; in rtc_set()
104 uchar val; in rtc_reset()
125 static uchar rtc_read (uchar reg) in rtc_read()
131 static void rtc_write (uchar reg, uchar val) in rtc_write()
Dds1374.c75 static uchar rtc_read (uchar reg);
76 static void rtc_write(uchar reg, uchar val, bool set);
77 static void rtc_write_raw (uchar reg, uchar val);
195 static uchar rtc_read (uchar reg) in rtc_read()
200 static void rtc_write(uchar reg, uchar val, bool set) in rtc_write()
211 static void rtc_write_raw (uchar reg, uchar val) in rtc_write_raw()
Dpcf8563.c18 static uchar rtc_read (uchar reg);
19 static void rtc_write (uchar reg, uchar val);
26 uchar sec, min, hour, mday, wday, mon_cent, year; in rtc_get()
70 uchar century; in rtc_set()
109 static uchar rtc_read (uchar reg) in rtc_read()
114 static void rtc_write (uchar reg, uchar val) in rtc_write()
Dmk48t59.c21 static uchar rtc_read (short reg) in rtc_read()
28 static void rtc_write (short reg, uchar val) in rtc_write()
37 static uchar rtc_read (short reg) in rtc_read()
42 static void rtc_write (short reg, uchar val) in rtc_write()
55 uchar *d = (uchar *) dest; in nvram_read()
67 uchar *s = (uchar *) src; in nvram_write()
77 uchar save_ctrl_a; in rtc_get()
78 uchar sec, min, hour, mday, wday, mon, year; in rtc_get()
129 uchar save_ctrl_a; in rtc_set()
158 uchar control_b; in rtc_reset()
[all …]
Dds1337.c63 static uchar rtc_read (uchar reg);
64 static void rtc_write (uchar reg, uchar val);
72 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; in rtc_get()
124 uchar century; in rtc_set()
181 uchar rtc_read (uchar reg) in rtc_read()
187 static void rtc_write (uchar reg, uchar val) in rtc_write()
Dds164x.c23 static uchar rtc_read(unsigned int addr );
24 static void rtc_write(unsigned int addr, uchar val);
54 uchar sec, min, hour; in rtc_get()
55 uchar mday, wday, mon, year; in rtc_get()
57 uchar reg_a; in rtc_get()
103 uchar reg_a; in rtc_set()
133 uchar reg_a, reg_b; in rtc_reset()
155 static uchar rtc_read( unsigned int addr ) in rtc_read()
157 uchar val = *(volatile unsigned char*)(addr); in rtc_read()
165 static void rtc_write( unsigned int addr, uchar val ) in rtc_write()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DBidiFmwk.java200 char uchar; in buildPseudoTables() local
249 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) { in buildPseudoTables()
251 pseudoToUChar[c] = uchar; in buildPseudoTables()
252 UCharToPseudo[uchar & 0x00ff] = c; in buildPseudoTables()
255 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) { in buildPseudoTables()
257 pseudoToUChar[c] = uchar; in buildPseudoTables()
258 UCharToPseud2[uchar & 0x00ff] = c; in buildPseudoTables()
261 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++) { in buildPseudoTables()
263 pseudoToUChar[c] = uchar; in buildPseudoTables()
264 UCharToPseud2[uchar & 0x00ff] = c; in buildPseudoTables()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dusbstring.c21 u16 uchar; in utf8_to_utf16le() local
35 uchar = (c & 0x1f) << 6; in utf8_to_utf16le()
41 uchar |= c; in utf8_to_utf16le()
48 uchar = (c & 0x0f) << 12; in utf8_to_utf16le()
54 uchar |= c << 6; in utf8_to_utf16le()
60 uchar |= c; in utf8_to_utf16le()
63 if (0xd800 <= uchar && uchar <= 0xdfff) in utf8_to_utf16le()
76 uchar = c; in utf8_to_utf16le()
77 put_unaligned_le16(uchar, cp++); in utf8_to_utf16le()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dscanner.hpp31 typedef unsigned char uchar; typedef
54 uchar* bot; /* beginning of the current buffer */
55 uchar* top; /* top of the current buffer */
56 uchar* eof; /* when we read in the last buffer, will point 1 past the
58 uchar* tok; /* points to the beginning of the current token */
59 uchar* ptr; /* used for YYMARKER - saves backtracking info */
60 uchar* cur; /* saves the cursor (maybe is redundant with tok?) */
61 uchar* lim; /* used for YYLIMIT - points to the end of the buffer */
/third_party/uboot/u-boot-2020.01/include/power/
Dtps65217.h85 int tps65217_reg_read(uchar src_reg, uchar *src_val);
86 int tps65217_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
87 uchar mask);
88 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
Dtps65218.h75 int tps65218_reg_read(uchar dest_reg, uchar *dest_val);
76 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
77 uchar mask);
78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
/third_party/uboot/u-boot-2020.01/include/
Dinput.h33 const uchar *xlate; /* keycode to ASCII table */
39 uchar fifo[INPUT_BUFFER_LEN];
43 uchar modifiers;
44 uchar flags; /* active state keys (FLAGS_...) */
45 uchar leds; /* active LEDs (INPUT_LED_...) */
46 uchar leds_changed; /* LEDs that just changed */
47 uchar num_tables; /* number of modifier tables */
109 int right_keycode, const uchar *xlate, int num_entries);
Dnet.h61 typedef void rxhand_f(uchar *pkt, unsigned dport,
76 struct in_addr sip, unsigned sport, uchar *pkt, unsigned len);
144 int (*recv)(struct udevice *dev, int flags, uchar **packetp);
145 int (*free_pkt)(struct udevice *dev, uchar *packet, int length);
257 uchar *enetaddr);
277 uchar *enetaddr);
521 extern uchar *net_tx_packet; /* THE transmit packet */
522 extern uchar *net_rx_packets[PKTBUFSRX]; /* Receive packets */
523 extern uchar *net_rx_packet; /* Current receive packet */
565 static inline int is_cdp_packet(const uchar *ethaddr) in is_cdp_packet()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
71 if(uchar<*pos++) { in branchNext()
83 if(uchar==*pos++) { in branchNext()
113 if(uchar==*pos++) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() argument
128 return branchNext(pos, node, uchar); in nextImpl()
132 if(uchar==*pos++) { in nextImpl()
155 UCharsTrie::next(int32_t uchar) { in next() argument
163 if(uchar==*pos++) { in next()
174 return nextImpl(pos, uchar); in next()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
71 if(uchar<*pos++) { in branchNext()
83 if(uchar==*pos++) { in branchNext()
113 if(uchar==*pos++) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() argument
128 return branchNext(pos, node, uchar); in nextImpl()
132 if(uchar==*pos++) { in nextImpl()
155 UCharsTrie::next(int32_t uchar) { in next() argument
163 if(uchar==*pos++) { in next()
174 return nextImpl(pos, uchar); in next()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
71 if(uchar<*pos++) { in branchNext()
83 if(uchar==*pos++) { in branchNext()
113 if(uchar==*pos++) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() argument
128 return branchNext(pos, node, uchar); in nextImpl()
132 if(uchar==*pos++) { in nextImpl()
155 UCharsTrie::next(int32_t uchar) { in next() argument
163 if(uchar==*pos++) { in next()
174 return nextImpl(pos, uchar); in next()
[all …]
/third_party/icu/icu4c/source/common/
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
71 if(uchar<*pos++) { in branchNext()
83 if(uchar==*pos++) { in branchNext()
113 if(uchar==*pos++) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() argument
128 return branchNext(pos, node, uchar); in nextImpl()
132 if(uchar==*pos++) { in nextImpl()
155 UCharsTrie::next(int32_t uchar) { in next() argument
163 if(uchar==*pos++) { in next()
174 return nextImpl(pos, uchar); in next()
[all …]
/third_party/uboot/u-boot-2020.01/env/
Deeprom.c27 uchar *buffer, unsigned cnt) in eeprom_bus_read()
47 uchar *buffer, unsigned cnt) in eeprom_bus_write()
71 uchar c; in env_eeprom_get_char()
92 uchar rdbuf[64], flags[2]; in env_eeprom_load()
104 (uchar *)&crc[i], sizeof(ulong)); in env_eeprom_load()
108 (uchar *)&flags[i], sizeof(uchar)); in env_eeprom_load()
153 uchar rdbuf[64]; in env_eeprom_load()
160 (uchar *)&crc, sizeof(ulong)); in env_eeprom_load()
189 off, (uchar *)buf_env, CONFIG_ENV_SIZE); in env_eeprom_load()
218 off, (uchar *)&env_new, CONFIG_ENV_SIZE); in env_eeprom_save()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Dihs_i2c.c126 static int ihs_i2c_transfer(struct udevice *dev, uchar chip, in ihs_i2c_transfer()
127 uchar *buffer, int len, int read, bool is_last) in ihs_i2c_transfer()
129 static int ihs_i2c_transfer(uchar chip, uchar *buffer, int len, bool read, in ihs_i2c_transfer()
203 static int ihs_i2c_send_buffer(struct udevice *dev, uchar chip, u8 *data, int len, bool hold_bus, i… in ihs_i2c_send_buffer()
205 static int ihs_i2c_send_buffer(uchar chip, u8 *data, int len, bool hold_bus, in ihs_i2c_send_buffer()
233 static int ihs_i2c_address(struct udevice *dev, uchar chip, u8 *addr, int alen, in ihs_i2c_address()
236 static int ihs_i2c_address(uchar chip, u8 *addr, int alen, bool hold_bus) in ihs_i2c_address()
247 static int ihs_i2c_access(struct udevice *dev, uchar chip, u8 *addr, in ihs_i2c_access()
248 int alen, uchar *buffer, int len, int read) in ihs_i2c_access()
250 static int ihs_i2c_access(struct i2c_adapter *adap, uchar chip, u8 *addr, in ihs_i2c_access()
[all …]

12345678910>>...18