| /utopia/UTPA2-700.0.x/modules/flash/hal/mustang/flash/serial/ |
| H A D | regSERFLASH.h | 390 #define FSP_WD0(byte) BITS(7:0,(byte)) argument 393 #define FSP_WD1(byte) BITS(15:8,(byte)) argument 396 #define FSP_WD2(byte) BITS(7:0,(byte)) argument 399 #define FSP_WD3(byte) BITS(15:8,(byte)) argument 402 #define FSP_WD4(byte) BITS(7:0,(byte)) argument 405 #define FSP_WD5(byte) BITS(15:8,(byte)) argument 408 #define FSP_WD6(byte) BITS(7:0,(byte)) argument 411 #define FSP_WD7(byte) BITS(15:8,(byte)) argument 414 #define FSP_WD8(byte) BITS(7:0,(byte)) argument 417 #define FSP_WD9(byte) BITS(15:8,(byte)) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 265 static void write_hex(unsigned char byte) in write_hex() argument 268 fprintf(out, ", 0x%02x", byte); in write_hex() 270 fprintf(out, ",\n\t0x%02x", byte); in write_hex() 272 fprintf(out, "\t0x%02x", byte); in write_hex()
|
| H A D | decodecode | 45 1) type=byte ;; 46 2) type=2byte ;; 47 4) type=4byte ;;
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCIDBG.cpp | 115 char buf [46], tmp [7], byte; in dbg_hcs_params() local 120 byte = ehci_readb (&ehci->caps->portroute[(i>>1)]); in dbg_hcs_params() 122 ((i & 0x1) ? ((byte)&0xf) : ((byte>>4)&0xf))); in dbg_hcs_params()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.l | 126 yylval.byte = strtol(yytext, NULL, 16); 127 DPRINT("Byte: %02x\n", (int)yylval.byte);
|
| H A D | dtc-parser.y | 44 uint8_t byte; member 61 %token <byte> DT_BYTE
|
| H A D | data.c | 272 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte() argument 274 return data_append_data(d, &byte, 1); in data_append_byte()
|
| H A D | dtc-parser.tab.h_shipped | 68 uint8_t byte;
|
| H A D | dtc.h | 114 struct data data_append_byte(struct data d, uint8_t byte);
|
| H A D | dtc-parser.tab.c_shipped | 144 uint8_t byte; 973 including the terminating null byte. If YYRESULT is null, do not 1719 (yyval.data) = data_append_byte((yyvsp[(1) - (2)].data), (yyvsp[(2) - (2)].byte));
|
| H A D | dtc-lexer.lex.c_shipped | 970 yylval.byte = strtol(yytext, NULL, 16); 971 DPRINT("Byte: %02x\n", (int)yylval.byte); 1759 * @param yybytes the byte buffer to scan
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | mfe_reg_jpge.c_ | 188 // Input buffer address: Must be 256-byte aligned. 224 // Output buffers: Must be 8-byte aligned.
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | soundcard.h | 1281 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument 1283 _seqbuf[_seqbufptr+1] = (byte);\
|
| H A D | i2c.h | 130 __u8 byte; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 2076 * @param yybytes the byte buffer to scan
|
| H A D | zconf.tab.c_shipped | 1172 including the terminating null byte. If YYRESULT is null, do not
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 1221 including the terminating null byte. If YYRESULT is null, do not
|
| H A D | lex.c_shipped | 1975 * @param bytes the byte buffer to scan
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c.0 | 10059 // calc width or height based on existed dnr buffer and byte/pixel
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 15426 u32WritePtr = ((u32WritePtr+3)>>2)<<2; //4 byte alignment
|