Searched refs:ndc_cfg (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/octeontx2/
H A Dnix_af.c268 union npa_af_ndc_cfg ndc_cfg; local
297 ndc_cfg.u = npa_af_reg_read(npa_af, NPA_AF_NDC_CFG());
298 ndc_cfg.s.ndc_bypass = 0;
299 npa_af_reg_write(npa_af, NPA_AF_NDC_CFG(), ndc_cfg.u);
991 union nixx_af_ndc_cfg ndc_cfg; local
1042 ndc_cfg.u = nix_af_reg_read(nix_af, NIXX_AF_NDC_CFG());
1043 ndc_cfg.s.ndc_ign_pois = 0;
1044 ndc_cfg.s.byp_sq = 0;
1045 ndc_cfg.s.byp_sqb = 0;
1046 ndc_cfg
[all...]

Completed in 32 milliseconds