Home
last modified time | relevance | path

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

/drivers/media/platform/omap3isp/
Dispresizer.c784 const unsigned int sph = DEFAULT_PHASE; in resizer_calc_ratios() local
827 min_width = ((input->width - 7) * 256 - 32 - 64 * sph) / 1024 + 1; in resizer_calc_ratios()
861 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 in resizer_calc_ratios()
876 ratio->horz = ((input->width - 7) * 256 + 255 - 16 - 32 * sph) in resizer_calc_ratios()
879 ratio->horz = ((input->width - 7) * 256 + 255 - 32 - 64 * sph) in resizer_calc_ratios()
886 + 32 * sph + 16; in resizer_calc_ratios()
890 + 64 * sph + 32; in resizer_calc_ratios()
1186 const unsigned int sph = DEFAULT_PHASE; in resizer_try_crop() local
1192 ((32 * sph + (source->width - 1) * 64 + 16) >> 8) + 7; in resizer_try_crop()
1196 ((64 * sph + (source->width - 1) * 1024 + 32) >> 8) + 7; in resizer_try_crop()
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()
Dispccdc.c1129 unsigned int sph; in ccdc_configure() local
1232 sph = crop->left * 2; in ccdc_configure()
1235 sph = crop->left; in ccdc_configure()
1239 isp_reg_writel(isp, (sph << ISPCCDC_HORZ_INFO_SPH_SHIFT) | in ccdc_configure()
/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c432 hw_feat->sph = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()
658 pdata->hw_feat.sph ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h520 unsigned int sph; /* Split Header Feature */ member
/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h157 int sph; member
Dstmmac_main.c1354 if (priv->sph) { in stmmac_init_rx_buffers()
2813 if (priv->sph && priv->hw->rx_csum) { in stmmac_hw_setup()
3710 if (priv->sph && !buf->sec_page) { in stmmac_rx_refill()
3730 if (priv->sph) in stmmac_rx_refill()
3765 if (priv->sph && len) in stmmac_rx_buf1_len()
3770 if (priv->sph && hlen) { in stmmac_rx_buf1_len()
3793 if (!priv->sph) in stmmac_rx_buf2_len()
4188 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features()
5079 priv->sph = true; in stmmac_dvr_probe()
Dstmmac_selftests.c1724 if (!priv->sph) in stmmac_test_sph()
/drivers/net/ethernet/amd/xgbe/
Dxgbe.h986 unsigned int sph; /* Split Header Feature */ member
Dxgbe-drv.c783 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in xgbe_get_all_hw_features()
893 hw_feat->sph ? "yes" : "no"); in xgbe_get_all_hw_features()