/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inffast.c | 113 hold >>= op; 114 bits -= op; 115 op = (unsigned)(here.op); 125 if (op) { 131 hold >>= op; 132 bits -= op; 144 hold >>= op; 145 bits -= op; 146 op = (unsigned)(here.op); 167 bits -= op; [all …]
|
A D | inftrees.c | 118 here.op = (unsigned char)64; /* invalid code marker */ 218 here.op = (unsigned char)0; 222 here.op = (unsigned char)(extra[work[sym] - match]); 226 here.op = (unsigned char)(32 + 64); /* end of block */ 284 (*table)[low].op = (unsigned char)curr; 294 here.op = (unsigned char)64; /* invalid code marker */
|
A D | inftrees.h | 25 unsigned char op; /* operation, extra bits, table bits */ member
|
A D | inflate.c | 362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 1059 if (here.op && (here.op & 0xf0) == 0) { 1063 (BITS(last.bits + last.op) >> last.bits)]; 1073 if ((int)(here.op) == 0) { 1080 if (here.op & 32) { 1086 if (here.op & 64) { 1091 state->extra = (unsigned)(here.op) & 15; 1109 if ((here.op & 0xf0) == 0) { 1113 (BITS(last.bits + last.op) >> last.bits)]; 1122 if (here.op & 64) { [all …]
|
/tf-a-ffa_el3_spmc/drivers/mtd/nand/ |
A D | spi_nand.c | 33 struct spi_mem_op op; in spi_nand_reg() local 43 op.addr.val = reg; in spi_nand_reg() 44 op.addr.nbytes = 1U; in spi_nand_reg() 47 op.data.dir = dir; in spi_nand_reg() 48 op.data.nbytes = 1U; in spi_nand_reg() 49 op.data.buf = val; in spi_nand_reg() 129 struct spi_mem_op op; in spi_nand_reset() local 147 struct spi_mem_op op; in spi_nand_read_id() local 154 op.data.buf = id; in spi_nand_read_id() 162 struct spi_mem_op op; in spi_nand_load_page() local [all …]
|
/tf-a-ffa_el3_spmc/drivers/st/spi/ |
A D | stm32_qspi.c | 210 memcpy(op->data.buf, in stm32_qspi_mm() 212 op->data.nbytes); in stm32_qspi_mm() 224 return stm32_qspi_mm(op); in stm32_qspi_tx() 248 __func__, op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_exec_op() 249 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_exec_op() 250 op->addr.val, op->data.nbytes); in stm32_qspi_exec_op() 257 addr_max = op->addr.val + op->data.nbytes + 1U; in stm32_qspi_exec_op() 259 if ((op->data.dir == SPI_MEM_DATA_IN) && (op->data.nbytes != 0U)) { in stm32_qspi_exec_op() 273 ccr |= op->cmd.opcode; in stm32_qspi_exec_op() 282 if ((op->dummy.buswidth != 0U) && (op->dummy.nbytes != 0U)) { in stm32_qspi_exec_op() [all …]
|
/tf-a-ffa_el3_spmc/drivers/mtd/spi-mem/ |
A D | spi_mem.c | 68 if ((op->addr.nbytes != 0U) && in spi_mem_supports_op() 73 if ((op->dummy.nbytes != 0U) && in spi_mem_supports_op() 78 if ((op->data.nbytes != 0U) && in spi_mem_supports_op() 79 !spi_mem_check_buswidth_req(op->data.buswidth, in spi_mem_supports_op() 80 op->data.dir == SPI_MEM_DATA_OUT)) { in spi_mem_supports_op() 148 int spi_mem_exec_op(const struct spi_mem_op *op) in spi_mem_exec_op() argument 154 __func__, op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in spi_mem_exec_op() 155 op->dummy.buswidth, op->data.buswidth, in spi_mem_exec_op() 156 op->addr.val, op->data.nbytes); in spi_mem_exec_op() 158 if (!spi_mem_supports_op(op)) { in spi_mem_exec_op() [all …]
|
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/ |
A D | uniphier_usb.c | 58 struct uniphier_ld11_op *op = (void *)UNIPHIER_LD11_USB_DESC_BASE; in uniphier_ld11_usb_init() local 60 op->trans_op = (void *)(op + 1); in uniphier_ld11_usb_init() 62 op->dev_desc = op->trans_op + 1; in uniphier_ld11_usb_init() 79 struct uniphier_ld20_op *op = (void *)UNIPHIER_LD20_USB_DESC_BASE; in uniphier_ld20_usb_init() local 81 op->trans_op = (void *)(op + 1); in uniphier_ld20_usb_init() 83 op->dev_desc = op->trans_op + 1; in uniphier_ld20_usb_init() 106 struct uniphier_pxs3_op *op = (void *)UNIPHIER_PXS3_USB_DESC_BASE; in uniphier_pxs3_usb_init() local 108 op->trans_op = (void *)(op + 1); in uniphier_pxs3_usb_init() 110 op->dev_desc = op->trans_op + 1; in uniphier_pxs3_usb_init()
|
/tf-a-ffa_el3_spmc/drivers/synopsys/emmc/ |
A D | dw_mmc.c | 228 unsigned int op, data, err_mask; in dw_send_cmd() local 238 op = CMD_SEND_INIT; in dw_send_cmd() 241 op = CMD_STOP_ABORT_CMD; in dw_send_cmd() 244 op = CMD_WAIT_PRVDATA_COMPLETE; in dw_send_cmd() 250 op = CMD_WAIT_PRVDATA_COMPLETE; in dw_send_cmd() 262 op = CMD_DATA_TRANS_EXPECT; in dw_send_cmd() 265 op = 0; in dw_send_cmd() 268 op |= CMD_USE_HOLD_REG | CMD_START; in dw_send_cmd() 277 op |= CMD_RESP_EXPECT; in dw_send_cmd() 311 if (op & CMD_RESP_EXPECT) { in dw_send_cmd() [all …]
|
/tf-a-ffa_el3_spmc/lib/aarch64/ |
A D | cache_helpers.S | 22 .macro do_dcache_maintenance_by_mva op 24 cbz x1, exit_loop_\op 29 loop_\op: 30 dc \op, x0 33 b.lo loop_\op 35 exit_loop_\op:
|
/tf-a-ffa_el3_spmc/drivers/mtd/nor/ |
A D | spi_nor.c | 41 struct spi_mem_op op; in spi_nor_reg() local 43 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nor_reg() 44 op.cmd.opcode = reg; in spi_nor_reg() 45 op.cmd.buswidth = SPI_MEM_BUSWIDTH_1_LINE; in spi_nor_reg() 46 op.data.buswidth = SPI_MEM_BUSWIDTH_1_LINE; in spi_nor_reg() 47 op.data.dir = dir; in spi_nor_reg() 48 op.data.nbytes = len; in spi_nor_reg() 49 op.data.buf = buf; in spi_nor_reg() 51 return spi_mem_exec_op(&op); in spi_nor_reg()
|
/tf-a-ffa_el3_spmc/drivers/brcm/mdio/ |
A D | mdio.c | 32 uint16_t val, uint8_t op) in mdio_op() argument 53 mmio_write_32(CMIC_MIIM_CTRL, op); in mdio_op() 60 if (op == MDIO_CTRL_READ_OP) { in mdio_op()
|
/tf-a-ffa_el3_spmc/lib/aarch32/ |
A D | cache_helpers.S | 22 .macro do_dcache_maintenance_by_mva op, coproc, opc1, CRn, CRm, opc2 25 beq exit_loop_\op 30 loop_\op: 34 blo loop_\op 36 exit_loop_\op:
|
/tf-a-ffa_el3_spmc/include/drivers/ |
A D | spi_mem.h | 123 int (*exec_op)(const struct spi_mem_op *op); 126 int spi_mem_exec_op(const struct spi_mem_op *op);
|
A D | ufs.h | 489 uint8_t op; member 515 uint32_t op; member
|
/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/ |
A D | assembly.h | 104 #define WIDE(op) op.w argument 106 #define WIDE(op) op argument
|
/tf-a-ffa_el3_spmc/drivers/ufs/ |
A D | ufs.c | 44 mmio_write_32(base + UICCMD, cmd->op); in ufshc_send_uic_cmd() 141 cmd.op = DME_LINKSTARTUP; in ufshc_link_startup() 210 static int ufs_prepare_cmd(utp_utrd_t *utrd, uint8_t op, uint8_t lun, in ufs_prepare_cmd() argument 235 upiu->cdb[0] = op; in ufs_prepare_cmd() 238 switch (op) { in ufs_prepare_cmd() 336 query_upiu->ts.desc.opcode = op; in ufs_prepare_query() 340 switch (op) { in ufs_prepare_query() 510 switch (op) { in ufs_query() 523 ufs_prepare_query(&utrd, op, idn, index, sel, buf, size); in ufs_query() 533 switch (op) { in ufs_query() [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/mcsi/ |
A D | mcsi.c | 183 unsigned long cci_reg_access(unsigned int op, unsigned long offset, in cci_reg_access() argument 191 switch (op) { in cci_reg_access()
|
A D | mcsi.h | 113 unsigned long cci_reg_access(unsigned int op, unsigned long offset, unsigned long val);
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/ |
A D | fvp_spmc_optee_sp_manifest.dts | 34 debug_name = "op-tee";
|
A D | optee_sp_manifest.dts | 17 description = "op-tee";
|
A D | fvp_tb_fw_config.dts | 78 op-tee {
|
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/driver/ |
A D | swreg.c | 30 #define BSTI_CMD(sb, op, pa, ra, ta, data) \ argument 31 ((((sb) & 0x3) << 30) | (((op) & 0x3) << 28) | \
|
/tf-a-ffa_el3_spmc/plat/arm/board/tc/fdts/ |
A D | tc_tb_fw_config.dts | 41 op-tee {
|
A D | tc_spmc_optee_sp_manifest.dts | 27 debug_name = "op-tee";
|