Searched defs:byte (Results 1 – 7 of 7) sorted by relevance
| /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/dtc/ |
| H A D | dtc-parser.y | 44 uint8_t byte; member
|
| H A D | data.c | 272 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | i2c.h | 130 __u8 byte; member
|
| H A D | soundcard.h | 1281 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 265 static void write_hex(unsigned char byte) in write_hex()
|
| /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
|