Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 29) sorted by relevance

12

/device/soc/rockchip/common/vendor/drivers/mmc/host/
Drk_sdmmc_ops.c62 mrq->cmd->opcode = write ? MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in rk_emmc_prepare_mrq()
64 mrq->cmd->opcode = write ? MMC_WRITE_BLOCK : MMC_READ_SINGLE_BLOCK; in rk_emmc_prepare_mrq()
77 mrq->stop->opcode = MMC_STOP_TRANSMISSION; in rk_emmc_prepare_mrq()
107 cmd.opcode = MMC_SEND_STATUS; in rk_emmc_wait_busy()
Drk_sdmmc.h340 …int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode, struct dw_mci_tuning_data *tuning_data…
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
Drk_sdmmc_ops.c64 mrq->cmd->opcode = write ? in rk_emmc_prepare_mrq()
67 mrq->cmd->opcode = write ? in rk_emmc_prepare_mrq()
80 mrq->stop->opcode = MMC_STOP_TRANSMISSION; in rk_emmc_prepare_mrq()
111 cmd.opcode = MMC_SEND_STATUS; in rk_emmc_wait_busy()
Drk_sdmmc.h372 u32 opcode,
Dcqhci-core.c555 CQHCI_CMD_INDEX(mrq->cmd->opcode) | in cqhci_prep_dcmd_desc()
562 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
Ddw_mmc-rockchip.c156 static int dw_mci_v2_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_v2_execute_tuning() argument
179 if (!mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_v2_execute_tuning()
195 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning() argument
219 ret = dw_mci_v2_execute_tuning(slot, opcode); in dw_mci_rk3288_execute_tuning()
235 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
Drk_sdmmc.h340 …int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode, struct dw_mci_tuning_data *tuning_data…
Ddw_mmc.h547 int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_pktdump.c301 uint8 opcode; member
650 if (eap_wsc->opcode == WSC_OPCODE_MSG) { in dhd_dump_wsc_message()
705 } else if (eap_wsc->opcode == WSC_OPCODE_START) { in dhd_dump_wsc_message()
709 } else if (eap_wsc->opcode == WSC_OPCODE_DONE) { in dhd_dump_wsc_message()
1210 tx?"->":"<-", tx?dabuf:sabuf, tx?deabuf:seabuf, opcode, \
1215 tx?"->":"<-", tx?dabuf:sabuf, tx?deabuf:seabuf, opcode, \
1221 tx?"->":"<-", tx?dabuf:sabuf, tx?deabuf:seabuf, opcode)); \
1232 uint16 opcode; in dhd_arp_dump() local
1249 opcode = ntoh16(arph->oper); in dhd_arp_dump()
1256 if (opcode == ARP_OPC_REQUEST) { in dhd_arp_dump()
[all …]
Ddhd_common.c2991 event_name, ifevent->opcode, ifevent->ifidx, ifevent->role)); in wl_show_host_event()
3541 ifevent->opcode, ifevent->role); in wl_process_host_event()
3548 ((ifevent->opcode == WLC_E_IF_ADD) ? "ADD":"DEL"), in wl_process_host_event()
3553 if (ifevent->opcode == WLC_E_IF_CHANGE) in wl_process_host_event()
3559 ((ifevent->opcode == WLC_E_IF_ADD) ? in wl_process_host_event()
3570 if (ifevent->opcode == WLC_E_IF_ADD) { in wl_process_host_event()
3578 } else if (ifevent->opcode == WLC_E_IF_DEL) { in wl_process_host_event()
3586 } else if (ifevent->opcode == WLC_E_IF_CHANGE) { in wl_process_host_event()
Dbcmsdh_sdmmc.c1229 mmc_cmd.opcode = 53; /* SD_IO_RW_EXTENDED */ in sdioh_request_packet_chain()
Dwl_cfg80211.h743 uint8 opcode; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/gpu/backend/
Dmali_kbase_gpu_regmap_csf.h162 #define GPU_COMMAND_CODE_PAYLOAD(opcode, payload) ((u32)(opcode) | ((u32)(payload) << 8)) argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c1803 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local
1822 if (opcode == BPF_MOV) { in backtrack_insn()
1910 if (opcode == BPF_CALL) { in backtrack_insn()
1924 } else if (opcode == BPF_EXIT) { in backtrack_insn()
5701 static bool sanitize_needed(u8 opcode) in sanitize_needed() argument
5703 return opcode == BPF_ADD || opcode == BPF_SUB; in sanitize_needed()
5739 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local
5762 … info->mask_to_left = (opcode == BPF_ADD && off_is_neg) || (opcode == BPF_SUB && !off_is_neg); in sanitize_ptr_alu()
5954 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local
5970 if (opcode == BPF_SUB && env->allow_ptr_leaks) { in adjust_ptr_min_max_vals()
[all …]
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/gpu/backend/
Dmali_kbase_gpu_regmap_csf.h205 #define GPU_COMMAND_CODE_PAYLOAD(opcode, payload) \ argument
206 ((__u32)opcode | ((__u32)payload << 8))
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
Detharp.h77 PACK_STRUCT_FIELD(u16_t opcode);
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
Dhost.h145 int (*execute_tuning)(struct mmc_host *host, u32 opcode);
594 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
595 int mmc_abort_tuning(struct mmc_host *host, u32 opcode);
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
Dblock.c486 cmd.opcode = idata->ic.opcode; in mmc_blk_ioctl_cmd_ext()
543 sbc.opcode = MMC_SET_BLOCK_COUNT; in mmc_blk_ioctl_cmd_ext()
554 …if ((MMC_EXTRACT_INDEX_FROM_ARG(cmd.arg) == EXT_CSD_SANITIZE_START) && (cmd.opcode == MMC_SWITCH))… in mmc_blk_ioctl_cmd_ext()
575 … if ((MMC_EXTRACT_INDEX_FROM_ARG(cmd.arg) == EXT_CSD_PART_CONFIG) && (cmd.opcode == MMC_SWITCH)) { in mmc_blk_ioctl_cmd_ext()
592 if ((MMC_EXTRACT_INDEX_FROM_ARG(cmd.arg) == EXT_CSD_CACHE_CTRL) && (cmd.opcode == MMC_SWITCH)) { in mmc_blk_ioctl_cmd_ext()
883 cmd.opcode = MMC_APP_CMD; in mmc_sd_num_wr_blocks()
897 cmd.opcode = SD_APP_SEND_NUM_WR_BLKS; in mmc_sd_num_wr_blocks()
1279 brq->stop.opcode = MMC_STOP_TRANSMISSION; in mmc_blk_data_prep()
1507 mrq->cmd->opcode = MMC_SWITCH; in mmc_blk_cqe_issue_flush()
1581 brq->cmd.opcode = rq_data_dir(req) == READ ? readcmd : writecmd; in mmc_blk_rw_rq_prep()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
Dnameser.h328 unsigned opcode: 4; member
341 unsigned opcode :4; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
Dhi_comm_hdmi_adapt.h71 hi_u8 opcode; member
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.c1395 static void SdhciDoTune(struct SdhciHost *host, uint32_t opcode, uint32_t start, uint32_t end) in SdhciDoTune() argument
1406 err = MmcSendTuning(host->mmc, opcode, true); in SdhciDoTune()
1408 HDF_LOGD("send tuning CMD%u fail! phase:%u err:%d.", opcode, index, err); in SdhciDoTune()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmevent.h574 uint8 opcode; /* see I/F opcode */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h740 hi_u8 opcode; member
/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.c1242 static int32_t HimciSendTuning(struct MmcCntlr *cntlr, uint32_t opcode) in HimciSendTuning() argument
1254 err = MmcSendTuning(cntlr, opcode, true); in HimciSendTuning()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_sdio_host.c1534 cmd.opcode = SD_IO_RW_EXTENDED; in oal_mmc_io_rw_scat_extended()
1553 …[cmd opcode:%d][cmd arg:0x%8x][cmd flags: 0x%8x]\n", mmc_hostname(card->host), cmd.opcode, cmd.arg, in oal_mmc_io_rw_scat_extended()

12