Searched refs:byte (Results 1 – 6 of 6) sorted by relevance
25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument28 ((opcode) + (byte)) << AZALIA_VERB_SHIFT | \29 (((val) >> ((byte) * 8)) & 0xff))
23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument25 *buf++ = hex_asc_hi(byte); in hex_byte_pack()26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
43 void (*write_byte)(struct udevice *dev, u8 byte);53 int w1_write_byte(struct udevice *dev, u8 byte);
387 static inline int spi_w8r8(struct spi_slave *slave, unsigned char byte) in spi_w8r8() argument393 dout[0] = byte; in spi_w8r8()
16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument18 return byte_rev_table[byte]; in __bitrev8()
925 void (*write_byte)(struct mtd_info *mtd, uint8_t byte);
Completed in 17 milliseconds