Home
last modified time | relevance | path

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

12

/u-boot/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/include/bedbug/
A Dppc.h305 struct opcode { struct
306 unsigned long opcode; /* The complete opcode as produced by argument
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/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/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()
561 u8 opcode; member
584 u8 opcode, in spi_nor_set_read_settings()
A Dspi-nor-core.c68 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
238 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode()
250 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read()
271 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program()
285 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase()
1457 u8 opcode; member
1462 u8 opcode; member
1523 u8 opcode, in spi_nor_set_read_settings()
1534 u8 opcode, in spi_nor_set_pp_settings()
1931 u8 opcode; in spi_nor_parse_bfpt() local
A Dsf_dataflash.c82 u8 opcode = OP_READ_STATUS; in dataflash_status() local
517 u8 opcode = CMD_READ_ID; in jedec_probe() local
/u-boot/arch/arm/mach-zynq/
A Dps7_spl_init.c88 unsigned long opcode; in ps7_config() local
/u-boot/drivers/mtd/nand/raw/
A Docteontx_nand.c99 u16 opcode: 4; member
104 u16 opcode:4; member
112 u16 opcode:4; member
118 u16 opcode:4; member
126 u32 opcode:4; member
137 u32 opcode:4; member
146 u32 opcode:4; member
155 u64 opcode:4; member
167 u32 opcode:4; member
187 u32 opcode:4; member
[all …]
/u-boot/cmd/
A Ditest.c31 int opcode; /* internal representation of opcode */ member
/u-boot/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/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/drivers/mmc/
A Dmmc-uclass.c113 int dm_mmc_execute_tuning(struct udevice *dev, uint opcode) in dm_mmc_execute_tuning()
122 int mmc_execute_tuning(struct mmc *mmc, uint opcode) in mmc_execute_tuning()
A Docteontx_hsmmc.c1615 static int octeontx_mmc_test_cmd(struct mmc *mmc, u32 opcode, int *statp) in octeontx_mmc_test_cmd()
1636 static int octeontx_mmc_test_get_ext_csd(struct mmc *mmc, u32 opcode, in octeontx_mmc_test_get_ext_csd()
1978 u32 opcode; member
2007 u32 opcode) in octeontx_mmc_adjust_tuning()
2244 static int octeontx_mmc_execute_tuning(struct udevice *dev, u32 opcode) in octeontx_mmc_execute_tuning()
A Dmtk-sd.c464 u32 opcode = cmd->cmdidx; in msdc_cmd_prepare_raw_cmd() local
1101 static int hs400_tune_response(struct udevice *dev, u32 opcode) in hs400_tune_response()
1151 static int msdc_tune_response(struct udevice *dev, u32 opcode) in msdc_tune_response()
1255 static int msdc_tune_data(struct udevice *dev, u32 opcode) in msdc_tune_data()
1346 static int msdc_tune_together(struct udevice *dev, u32 opcode) in msdc_tune_together()
1404 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.c348 static int sdhci_execute_tuning(struct udevice *dev, uint opcode)
A Dzynq_sdhci.c101 static int arasan_sdhci_execute_tuning(struct mmc *mmc, u8 opcode) in arasan_sdhci_execute_tuning()
/u-boot/arch/x86/cpu/
A Dmtrr.c256 enum mtrr_opcode opcode; member
/u-boot/drivers/spi/
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.c138 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read()
A Docteon_spi.c440 u8 opcode, *buf; in octeon_spi_exec_op() local
/u-boot/include/
A Dspi-mem.h92 u8 opcode; member
/u-boot/board/gdsys/a38x/
A Dhre.c382 uint8_t opcode; in hre_execute_op() local

Completed in 64 milliseconds

12