Home
last modified time | relevance | path

Searched refs:sph (Results 1 – 11 of 11) sorted by relevance

/drivers/media/platform/ti/omap3isp/
A Dispresizer.c786 const unsigned int sph = DEFAULT_PHASE; in resizer_calc_ratios() local
829 min_width = ((input->width - 7) * 256 - 32 - 64 * sph) / 1024 + 1; in resizer_calc_ratios()
863 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 in resizer_calc_ratios()
878 ratio->horz = ((input->width - 7) * 256 + 255 - 16 - 32 * sph) in resizer_calc_ratios()
881 ratio->horz = ((input->width - 7) * 256 + 255 - 32 - 64 * sph) in resizer_calc_ratios()
888 + 32 * sph + 16; in resizer_calc_ratios()
892 + 64 * sph + 32; in resizer_calc_ratios()
1188 const unsigned int sph = DEFAULT_PHASE; in resizer_try_crop() local
1194 ((32 * sph + (source->width - 1) * 64 + 16) >> 8) + 7; in resizer_try_crop()
1198 ((64 * sph + (source->width - 1) * 1024 + 32) >> 8) + 7; in resizer_try_crop()
A Disppreview.c1066 unsigned int sph = prev->crop.left; in preview_config_input_size() local
1074 sph -= 2; in preview_config_input_size()
1084 sph -= 2; in preview_config_input_size()
1090 sph -= 2; in preview_config_input_size()
1094 sph -= 2; in preview_config_input_size()
1096 isp_reg_writel(isp, (sph << ISPPRV_HORZ_INFO_SPH_SHIFT) | eph, in preview_config_input_size()
A Dispccdc.c1131 unsigned int sph; in ccdc_configure() local
1238 sph = crop->left * 2; in ccdc_configure()
1241 sph = crop->left; in ccdc_configure()
1245 isp_reg_writel(isp, (sph << ISPCCDC_HORZ_INFO_SPH_SHIFT) | in ccdc_configure()
/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_xdp.c132 priv->sph = priv->sph_cap && !stmmac_xdp_is_enabled(priv); in stmmac_xdp_set_prog()
A Dstmmac.h255 int sph; member
A Dstmmac_main.c1550 if (priv->sph && !buf->sec_page) { in stmmac_init_rx_buffers()
2136 if (priv->sph) { in __alloc_dma_rx_desc_resources()
3608 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_hw_setup()
4894 if (priv->sph && !buf->sec_page) { in stmmac_rx_refill()
4905 if (priv->sph) in stmmac_rx_refill()
4940 if (priv->sph && len) in stmmac_rx_buf1_len()
4945 if (priv->sph && hlen) { in stmmac_rx_buf1_len()
4968 if (!priv->sph) in stmmac_rx_buf2_len()
6035 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features()
6993 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_xdp_open()
[all …]
A Dstmmac_selftests.c1724 if (!priv->sph) in stmmac_test_sph()
/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-common.c430 hw_feat->sph = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()
656 pdata->hw_feat.sph ? "YES" : "NO"); in xlgmac_print_all_hw_features()
A Ddwc-xlgmac.h521 unsigned int sph; /* Split Header Feature */ member
/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h930 unsigned int sph; /* Split Header Feature */ member
A Dxgbe-drv.c676 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in xgbe_get_all_hw_features()
786 hw_feat->sph ? "yes" : "no"); in xgbe_get_all_hw_features()

Completed in 49 milliseconds