Searched refs:dr (Results 1 – 6 of 6) sorted by relevance
80 static bool dir_path_store(mflash_dir_record_t *dr, char *path) in dir_path_store() argument82 assert(dr); in dir_path_store()87 dr->path[i] = (uint8_t)(*path); in dir_path_store()108 static bool dir_path_match(mflash_dir_record_t *dr, char *path) in dir_path_match() argument110 assert(dr); in dir_path_match()115 if (dr->path[i] != (uint8_t)(*path)) in dir_path_match()268 static status_t mflash_file_check(mflash_fs_t *fs, mflash_dir_record_t *dr) in mflash_file_check() argument279 if (dr == NULL) in mflash_file_check()285 meta = mflash_fs_get_ptr(fs, dr->file_offset); in mflash_file_check()301 if (meta->file_size + sizeof(mflash_file_meta_t) > dr->alloc_size) in mflash_file_check()[all …]
106 int dr; in dac_pcm512x_get_dac_rate() local112 dr = 5644800; in dac_pcm512x_get_dac_rate()117 dr = 6144000; in dac_pcm512x_get_dac_rate()120 dr = -1; in dac_pcm512x_get_dac_rate()124 return dr; in dac_pcm512x_get_dac_rate()
99 uint32_t dr = 0; in NETC_RxQosCInit() local107 dr |= ((uint32_t)profile->dr[i] & NETC_SW_ENETC_VLANDRMPR_PCP_DEI_0_MASK) << (2U * i); in NETC_RxQosCInit()115 base->NUM_PROFILE[1].VLANDRMPR = dr; in NETC_RxQosCInit()122 base->NUM_PROFILE[0].VLANDRMPR = dr; in NETC_RxQosCInit()
381 …uint8_t dr[16]; /*!< Index is created from PCP (3 bits) + DEI (1 bit) field. Value is the mapped … member1309 uint32_t dr : 2; /*!< Drop Resilience */ member1497 uint32_t dr : 2; /*!< Drop Resilience, active when odr is set to 1 */ member1588 uint32_t dr : 2; /*!< Drop Resilience, active when odr is set to 1 */ member3839 uint8_t dr; /*!< Mirrored packet's DR (drop resilience) */ member
231 config->rxqosCfg.profiles[i].dr[j * 2U + 1U] = 2U; in SWT_GetDefaultConfig()237 config->imrCfg.dr = 3; in SWT_GetDefaultConfig()561 NETC_SW_IMDCR0_DR(config->dr) | NETC_SW_IMDCR0_IPV(config->ipv) | in SWT_RxMirrorConfig()730 NETC_SI_TXDESCRIP_RD_DR(ringOrQueue.dr); in SWT_SendFrame()
251 uint8_t dr : 1; /*!< Discard Resiliance, use for Direct Switch Enqueue Tx option */ member