Searched refs:opcode (Results 1 – 6 of 6) sorted by relevance
| /include/dt-bindings/sound/ |
| A D | azalia.h | 25 #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 D | spi-mem.h | 21 .opcode = __opcode, \ 103 u16 opcode; member
|
| A D | mmc.h | 526 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 D | spi.h | 326 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode,
|
| A D | sdhci.h | 278 int (*platform_execute_tuning)(struct mmc *host, u8 opcode);
|
| /include/linux/mtd/ |
| A D | spi-nor.h | 405 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