Home
last modified time | relevance | path

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

/include/dt-bindings/sound/
A Dazalia.h25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument
28 ((opcode) + (byte)) << AZALIA_VERB_SHIFT | \
29 (((val) >> ((byte) * 8)) & 0xff))
/include/
A Dhexdump.h23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument
25 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
A Dw1.h43 void (*write_byte)(struct udevice *dev, u8 byte);
53 int w1_write_byte(struct udevice *dev, u8 byte);
A Dspi.h387 static inline int spi_w8r8(struct spi_slave *slave, unsigned char byte) in spi_w8r8() argument
393 dout[0] = byte; in spi_w8r8()
/include/linux/
A Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument
18 return byte_rev_table[byte]; in __bitrev8()
/include/linux/mtd/
A Drawnand.h925 void (*write_byte)(struct mtd_info *mtd, uint8_t byte);

Completed in 17 milliseconds