Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 43) sorted by relevance

12

/u-boot-v2022.01-rc1/post/lib_powerpc/
A Dcpu_asm.h112 #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 Dppc.h305 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 Dazalia.h25 #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 Dspi-nor-tiny.c75 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 Dsf_dataflash.c82 u8 opcode = OP_READ_STATUS; in dataflash_status() local
517 u8 opcode = CMD_READ_ID; in jedec_probe() local
A Dspi-nor-core.c305 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 Dps7_spl_init.c88 unsigned long opcode; in ps7_config() local
/u-boot-v2022.01-rc1/drivers/mtd/nand/raw/
A Docteontx_nand.c100 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 Dufs.c967 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 Dnvme.h227 __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 Ditest.c31 int opcode; /* internal representation of opcode */ member
/u-boot-v2022.01-rc1/drivers/spi/
A Dcadence_qspi_apb.c601 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 Dca_sflash.c420 struct spi_mem_op *op, u8 opcode) in _ca_sflash_issue_cmd()
491 u8 opcode; in ca_sflash_exec_op() local
A Dbcm63xx_hsspi.c223 uint16_t opcode = 0; in bcm63xx_hsspi_xfer() local
A Dspi-uclass.c139 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 Dmmc-uclass.c115 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 Docteontx_hsmmc.c1635 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 Dmtk-sd.c466 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 Diproc_sdhci.c180 static int sdhci_iproc_execute_tuning(struct mmc *mmc, u8 opcode) in sdhci_iproc_execute_tuning()
A Dsdhci-cadence.c205 unsigned int opcode) in sdhci_cdns_execute_tuning()
A Dsdhci.c347 static int sdhci_execute_tuning(struct udevice *dev, uint opcode)
A Drockchip_sdhci.c298 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 Dmtrr.c259 enum mtrr_opcode opcode; member
/u-boot-v2022.01-rc1/include/
A Dspi-mem.h101 u16 opcode; member
/u-boot-v2022.01-rc1/board/gdsys/a38x/
A Dhre.c382 uint8_t opcode; in hre_execute_op() local

Completed in 82 milliseconds

12