Home
last modified time | relevance | path

Searched refs:opcode (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 | \
32 #define AZALIA_WORD(codec, nid, opcode, val) \ argument
33 (AZALIA_SET_BYTE(codec, nid, opcode, val, 0) | \
34 AZALIA_SET_BYTE(codec, nid, opcode, val, 1) | \
35 AZALIA_SET_BYTE(codec, nid, opcode, val, 2) | \
36 AZALIA_SET_BYTE(codec, nid, opcode, val, 3))
/include/
A Dspi-mem.h21 .opcode = __opcode, \
103 u16 opcode; member
A Dmmc.h526 int (*execute_tuning)(struct udevice *dev, uint opcode);
584 int mmc_execute_tuning(struct mmc *mmc, uint opcode);
836 int mmc_send_tuning(struct mmc *mmc, u32 opcode);
A Dspi.h326 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode,
A Dsdhci.h278 int (*platform_execute_tuning)(struct mmc *host, u8 opcode);
/include/linux/mtd/
A Dspi-nor.h405 u8 opcode; member
410 u8 opcode; member
591 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len);
592 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len);

Completed in 16 milliseconds