Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 20 of 20) sorted by relevance

/utopia/UTPA2-700.0.x/modules/flash/hal/mustang/flash/serial/
H A DregSERFLASH.h390 #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 Dpnmtologo.c265 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 Ddecodecode45 1) type=byte ;;
46 2) type=2byte ;;
47 4) type=4byte ;;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp115 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 Ddtc-lexer.l126 yylval.byte = strtol(yytext, NULL, 16);
127 DPRINT("Byte: %02x\n", (int)yylval.byte);
H A Ddtc-parser.y44 uint8_t byte; member
61 %token <byte> DT_BYTE
H A Ddata.c272 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 Ddtc-parser.tab.h_shipped68 uint8_t byte;
H A Ddtc.h114 struct data data_append_byte(struct data d, uint8_t byte);
H A Ddtc-parser.tab.c_shipped144 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 Ddtc-lexer.lex.c_shipped970 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 Dmfe_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 Dsoundcard.h1281 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
1283 _seqbuf[_seqbufptr+1] = (byte);\
H A Di2c.h130 __u8 byte; member
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped2076 * @param yybytes the byte buffer to scan
H A Dzconf.tab.c_shipped1172 including the terminating null byte. If YYRESULT is null, do not
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped1221 including the terminating null byte. If YYRESULT is null, do not
H A Dlex.c_shipped1975 * @param bytes the byte buffer to scan
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c.010059 // 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 DapiVDEC_EX.c.015426 u32WritePtr = ((u32WritePtr+3)>>2)<<2; //4 byte alignment