Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 7 of 7) 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/dtc/
H A Ddtc-parser.y44 uint8_t byte; member
H A Ddata.c272 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 Di2c.h130 __u8 byte; member
H A Dsoundcard.h1281 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpnmtologo.c265 static void write_hex(unsigned char byte) in write_hex()
/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