Searched refs:rca (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 139 int rca = img_mgmt_read_info(active_slot, &aver, NULL, NULL); in img_mgmt_state_flags() local 141 if (rcs == 0 && rca == 0 && img_mgmt_vercmp(&aver, &sver) < 0) { in img_mgmt_state_flags() 250 int rca = img_mgmt_read_info(active_slot, &aver, NULL, NULL); in img_mgmt_get_next_boot_slot() local 255 if (rca != 0 || in img_mgmt_get_next_boot_slot() 261 rca, rcs); in img_mgmt_get_next_boot_slot() 294 if (rcs == 0 && rca == 0 && img_mgmt_vercmp(&aver, &over) < 0) { in img_mgmt_get_next_boot_slot()
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | oa_tc6.h | 100 uint8_t rca; member
|
D | oa_tc6.c | 266 tc6->rca = FIELD_GET(OA_DATA_FTR_RCA, ftr); in oa_tc6_update_status() 421 } while (tc6->rca > 0); in oa_tc6_read_chunks()
|
D | eth_lan865x.c | 460 } while (tc6->rca > 0); in lan865x_int_thread() 552 if (tc6->rca > 0) { in lan865x_port_send()
|
/Zephyr-Core-3.6.0/drivers/sdhc/ |
D | ifx_cat1_sdio.c | 86 .rca = &sdio_rca,
|
D | intel_emmc_host.c | 49 uint32_t rca; member 727 hdc_cmd.arg = emmc->rca << EMMC_HOST_RCA_SHIFT; in emmc_stop_transfer()
|
/Zephyr-Core-3.6.0/subsys/sd/ |
D | sd_ops.c | 238 static int sdmmc_read_cxd(struct sd_card *card, uint32_t opcode, uint32_t rca, uint32_t *cxd) in sdmmc_read_cxd() argument 244 cmd.arg = (rca << 16); in sdmmc_read_cxd()
|