| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | cpu_asm.h | 113 #define ASM_0(opcode) (opcode) argument 114 #define ASM_1(opcode, rd) ((opcode) + \ argument 116 #define ASM_1C(opcode, cr) ((opcode) + \ argument 118 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 121 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument 124 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 127 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument 131 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument 135 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument 139 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument [all …]
|
| /rk3399_rockchip-uboot/include/bedbug/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi-nor-tiny.c | 63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 164 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 176 static inline u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 548 u8 opcode; member 571 u8 opcode, in spi_nor_set_read_settings()
|
| H A D | spi-nor-core.c | 63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 245 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 257 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 278 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program() 292 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase() 1508 u8 opcode; member 1513 u8 opcode; member 1574 u8 opcode, in spi_nor_set_read_settings() 1585 u8 opcode, in spi_nor_set_pp_settings() 2028 u8 opcode; in spi_nor_parse_bfpt() local
|
| H A D | sf_dataflash.c | 80 u8 opcode = OP_READ_STATUS; in dataflash_status() local 515 u8 opcode = CMD_READ_ID; in jedec_probe() local
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ufs-rockchip-usbplug.c | 371 enum query_opcode opcode, in ufshcd_init_query() 387 static int ufshcd_query_attribute(struct ufs_hba *hba,enum query_opcode opcode, in ufshcd_query_attribute() 434 static int ufshcd_query_attribute_retry(struct ufs_hba *hba, enum query_opcode opcode, in ufshcd_query_attribute_retry()
|
| H A D | ufs.c | 1056 enum query_opcode opcode, in ufshcd_init_query() 1072 int ufshcd_query_flag(struct ufs_hba *hba, enum query_opcode opcode, in ufshcd_query_flag() 1125 enum query_opcode opcode, in ufshcd_query_flag_retry() 1149 enum query_opcode opcode, in __ufshcd_query_descriptor() 1207 int ufshcd_query_descriptor_retry(struct ufs_hba *hba, enum query_opcode opcode, in ufshcd_query_descriptor_retry()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sdhci.c | 583 static int sdhci_send_tuning(struct sdhci_host *host, u32 opcode) 617 static int __sdhci_execute_tuning(struct sdhci_host *host, u32 opcode) 647 static int sdhci_execute_tuning(struct udevice *dev, u32 opcode)
|
| H A D | rockchip_dw_mmc.c | 254 static int rockchip_dwmmc_execute_tuning(struct dwmci_host *host, u32 opcode) in rockchip_dwmmc_execute_tuning() 369 static int rockchip_dwmmc_execute_tuning(struct dwmci_host *host, u32 opcode) { return 0; } in rockchip_dwmmc_execute_tuning()
|
| H A D | mmc.c | 888 int mmc_send_tuning(struct mmc *mmc, u32 opcode) in mmc_send_tuning() 939 u32 opcode; local 965 int mmc_send_tuning(struct mmc *mmc, u32 opcode) { return 0; }
|
| H A D | mmc-uclass.c | 44 u32 opcode = MMC_SEND_TUNING_BLOCK_HS200; in dm_mmc_send_cmd() local
|
| /rk3399_rockchip-uboot/board/topic/zynq/ |
| H A D | ps7_init_common.c | 69 unsigned long opcode; in ps7_config() local
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.h | 228 __u8 opcode; member 240 __u8 opcode; member 284 __u8 opcode; member 309 __u8 opcode; member 379 __u8 opcode; member 391 __u8 opcode; member 404 __u8 opcode; member 418 __u8 opcode; member 432 __u8 opcode; member 442 __u8 opcode; member [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | itest.c | 31 int opcode; /* internal representation of opcode */ member
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ |
| H A D | ps7_init_gpl.c | 12989 unsigned long opcode; // current instruction .. in ps7_config() local
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ |
| H A D | ps7_init_gpl.c | 12749 unsigned long opcode; // current instruction .. in ps7_config() local
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ |
| H A D | ps7_init_gpl.c | 13082 unsigned long opcode; // current instruction .. in ps7_config() local
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ |
| H A D | ps7_init_gpl.c | 12647 unsigned long opcode; // current instruction .. in ps7_config() local
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ |
| H A D | ps7_init_gpl.c | 12832 unsigned long opcode; /* current instruction .. */ in ps7_config() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spi-mem.h | 93 u8 opcode; member
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 166 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, in rk_pka_make_full_opcode() 269 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, in rk_pka_exec_operation()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | bcm63xx_hsspi.c | 223 uint16_t opcode = 0; in bcm63xx_hsspi_xfer() local
|
| H A D | spi-uclass.c | 134 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | rkspi.c | 290 int rockchip_spi_write_then_read(u8 bus, u8 cs, const u8 *opcode, in rockchip_spi_write_then_read()
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 371 uint8_t opcode; in hre_execute_op() local
|