/u-boot-v2022.01-rc1/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-v2022.01-rc1/include/bedbug/ |
A D | ppc.h | 305 struct opcode { struct 306 unsigned long opcode; /* The complete opcode as produced by member 310 before comparing with the opcode argument 315 this opcode. The values of the argument 322 char * name; /* The symbolic name of this opcode */ argument 327 some operands for this opcode */ argument
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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 | 82 u8 opcode = OP_READ_STATUS; in dataflash_status() local 517 u8 opcode = CMD_READ_ID; in jedec_probe() local
|
A D | spi-nor-core.c | 305 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 548 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 560 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 581 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program() 595 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase() 1952 u8 opcode, in spi_nor_set_read_settings() 1963 u8 opcode, in spi_nor_set_pp_settings() 2260 u8 opcode; in spi_nor_parse_bfpt() local 2392 u32 *table, opcode, addr; in spi_nor_parse_profile1() local
|
/u-boot-v2022.01-rc1/arch/arm/mach-zynq/ |
A D | ps7_spl_init.c | 88 unsigned long opcode; in ps7_config() local
|
/u-boot-v2022.01-rc1/drivers/mtd/nand/raw/ |
A D | octeontx_nand.c | 100 u16 opcode: 4; member 105 u16 opcode:4; member 113 u16 opcode:4; member 119 u16 opcode:4; member 127 u32 opcode:4; member 138 u32 opcode:4; member 147 u32 opcode:4; member 156 u64 opcode:4; member 168 u32 opcode:4; member 188 u32 opcode:4; member [all …]
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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 …]
|
/u-boot-v2022.01-rc1/cmd/ |
A D | itest.c | 31 int opcode; /* internal representation of opcode */ member
|
/u-boot-v2022.01-rc1/drivers/spi/ |
A D | cadence_qspi_apb.c | 601 u8 opcode; in cadence_qspi_apb_command_read() local 681 u8 opcode; in cadence_qspi_apb_command_write() local 737 u8 opcode; in cadence_qspi_apb_read_setup() local 896 u8 opcode; in cadence_qspi_apb_write_setup() 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 | spi-uclass.c | 139 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read()
|
/u-boot-v2022.01-rc1/drivers/mmc/ |
A D | mmc-uclass.c | 115 static int dm_mmc_execute_tuning(struct udevice *dev, uint opcode) in dm_mmc_execute_tuning() 124 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 | 347 static int sdhci_execute_tuning(struct udevice *dev, uint opcode)
|
A D | rockchip_sdhci.c | 298 static int rockchip_sdhci_execute_tuning(struct mmc *mmc, u8 opcode) in rockchip_sdhci_execute_tuning()
|
/u-boot-v2022.01-rc1/arch/x86/cpu/ |
A D | mtrr.c | 259 enum mtrr_opcode opcode; member
|
/u-boot-v2022.01-rc1/include/ |
A D | spi-mem.h | 101 u16 opcode; member
|
/u-boot-v2022.01-rc1/board/gdsys/a38x/ |
A D | hre.c | 382 uint8_t opcode; in hre_execute_op() local
|