| /u-boot/post/lib_powerpc/ |
| A D | cpu_asm.h | 112 #define ASM_0(opcode) (opcode) argument 113 #define ASM_1(opcode, rd) ((opcode) + \ argument 115 #define ASM_1C(opcode, cr) ((opcode) + \ argument 117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 120 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument 123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument 142 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument 154 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument 176 #define ASM_1O(opcode, off) ((opcode) + (off)) argument [all …]
|
| /u-boot/include/dt-bindings/sound/ |
| A D | azalia.h | 25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument 32 #define AZALIA_WORD(codec, nid, opcode, val) \ argument
|
| /u-boot/drivers/mtd/spi/ |
| A D | spi-nor-tiny.c | 75 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 176 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 188 static inline u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 562 u8 opcode, in spi_nor_set_read_settings()
|
| A D | sf_dataflash.c | 85 u8 opcode = OP_READ_STATUS; in dataflash_status() local 562 u8 opcode = CMD_READ_ID; in jedec_probe() local
|
| A D | spi-nor-core.c | 313 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 579 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 591 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 612 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program() 626 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase() 2013 u8 opcode, in spi_nor_set_read_settings() 2024 u8 opcode, in spi_nor_set_pp_settings() 2324 u8 opcode; in spi_nor_parse_bfpt() local 2456 u32 *table, opcode, addr; in spi_nor_parse_profile1() local
|
| /u-boot/drivers/spi/ |
| A D | cadence_qspi_apb.c | 466 u8 opcode; in cadence_qspi_apb_command_read() local 554 u8 opcode; in cadence_qspi_apb_command_write() local 617 u8 opcode; in cadence_qspi_apb_read_setup() local 786 u8 opcode; in cadence_qspi_apb_write_setup() local
|
| A D | cadence_ospi_versal.c | 28 u8 opcode, addr_bytes, *rxbuf, dummy_cycles; in cadence_qspi_apb_dma_read() local
|
| A D | ca_sflash.c | 420 struct spi_mem_op *op, u8 opcode) in _ca_sflash_issue_cmd() 491 u8 opcode; in ca_sflash_exec_op() local
|
| A D | bcm63xx_hsspi.c | 223 uint16_t opcode = 0; in bcm63xx_hsspi_xfer() local
|
| A D | microchip_coreqspi.c | 310 u8 opcode = op->cmd.opcode; in mchp_coreqspi_exec_op() local
|
| /u-boot/arch/arm/mach-zynq/ |
| A D | ps7_spl_init.c | 88 unsigned long opcode; in ps7_config() local
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_nand.c | 95 u16 opcode: 4; member 100 u16 opcode:4; member 108 u16 opcode:4; member 114 u16 opcode:4; member 122 u32 opcode:4; member 133 u32 opcode:4; member 142 u32 opcode:4; member 151 u64 opcode:4; member 163 u32 opcode:4; member 183 u32 opcode:4; member [all …]
|
| /u-boot/drivers/ufs/ |
| A D | ufs.c | 967 enum query_opcode opcode, in ufshcd_init_query() 983 int ufshcd_query_flag(struct ufs_hba *hba, enum query_opcode opcode, in ufshcd_query_flag() 1036 enum query_opcode opcode, in ufshcd_query_flag_retry() 1060 enum query_opcode opcode, in __ufshcd_query_descriptor() 1119 int ufshcd_query_descriptor_retry(struct ufs_hba *hba, enum query_opcode opcode, in ufshcd_query_descriptor_retry()
|
| /u-boot/cmd/ |
| A D | itest.c | 31 int opcode; /* internal representation of opcode */ member
|
| /u-boot/drivers/nvme/ |
| A D | nvme.h | 227 __u8 opcode; member 239 __u8 opcode; member 281 __u8 opcode; member 358 __u8 opcode; member 370 __u8 opcode; member 383 __u8 opcode; member 397 __u8 opcode; member 411 __u8 opcode; member 421 __u8 opcode; member 431 __u8 opcode; member [all …]
|
| A D | nvme_apple.c | 51 u8 opcode; member
|
| /u-boot/drivers/mmc/ |
| A D | mmc-uclass.c | 116 static int dm_mmc_execute_tuning(struct udevice *dev, uint opcode) in dm_mmc_execute_tuning() 125 int mmc_execute_tuning(struct mmc *mmc, uint opcode) in mmc_execute_tuning()
|
| A D | octeontx_hsmmc.c | 1635 static int octeontx_mmc_test_cmd(struct mmc *mmc, u32 opcode, int *statp) in octeontx_mmc_test_cmd() 1656 static int octeontx_mmc_test_get_ext_csd(struct mmc *mmc, u32 opcode, in octeontx_mmc_test_get_ext_csd() 1998 u32 opcode; member 2027 u32 opcode) in octeontx_mmc_adjust_tuning() 2264 static int octeontx_mmc_execute_tuning(struct udevice *dev, u32 opcode) in octeontx_mmc_execute_tuning()
|
| A D | mtk-sd.c | 466 u32 opcode = cmd->cmdidx; in msdc_cmd_prepare_raw_cmd() local 1103 static int hs400_tune_response(struct udevice *dev, u32 opcode) in hs400_tune_response() 1153 static int msdc_tune_response(struct udevice *dev, u32 opcode) in msdc_tune_response() 1257 static int msdc_tune_data(struct udevice *dev, u32 opcode) in msdc_tune_data() 1348 static int msdc_tune_together(struct udevice *dev, u32 opcode) in msdc_tune_together() 1406 static int msdc_execute_tuning(struct udevice *dev, uint opcode) in msdc_execute_tuning()
|
| A D | iproc_sdhci.c | 180 static int sdhci_iproc_execute_tuning(struct mmc *mmc, u8 opcode) in sdhci_iproc_execute_tuning()
|
| A D | sdhci-cadence.c | 205 unsigned int opcode) in sdhci_cdns_execute_tuning()
|
| A D | sdhci.c | 349 static int sdhci_execute_tuning(struct udevice *dev, uint opcode)
|
| /u-boot/arch/x86/cpu/ |
| A D | mtrr.c | 259 enum mtrr_opcode opcode; member
|
| /u-boot/drivers/ddr/imx/imx9/ |
| A D | ddr_init.c | 287 void ddrc_mrs(u32 cs_sel, u32 opcode, u32 mr) in ddrc_mrs()
|
| /u-boot/include/ |
| A D | spi-mem.h | 101 u16 opcode; member
|