Home
last modified time | relevance | path

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

/drivers/media/platform/omap3isp/
Dispresizer.c787 const unsigned int sph = DEFAULT_PHASE; in resizer_calc_ratios() local
830 min_width = ((input->width - 7) * 256 - 32 - 64 * sph) / 1024 + 1; in resizer_calc_ratios()
864 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 in resizer_calc_ratios()
879 ratio->horz = ((input->width - 7) * 256 + 255 - 16 - 32 * sph) in resizer_calc_ratios()
882 ratio->horz = ((input->width - 7) * 256 + 255 - 32 - 64 * sph) in resizer_calc_ratios()
889 + 32 * sph + 16; in resizer_calc_ratios()
893 + 64 * sph + 32; in resizer_calc_ratios()
1189 const unsigned int sph = DEFAULT_PHASE; in resizer_try_crop() local
1195 ((32 * sph + (source->width - 1) * 64 + 16) >> 8) + 7; in resizer_try_crop()
1199 ((64 * sph + (source->width - 1) * 1024 + 32) >> 8) + 7; in resizer_try_crop()
Disppreview.c1069 unsigned int sph = prev->crop.left; in preview_config_input_size() local
1077 sph -= 2; in preview_config_input_size()
1087 sph -= 2; in preview_config_input_size()
1093 sph -= 2; in preview_config_input_size()
1097 sph -= 2; in preview_config_input_size()
1099 isp_reg_writel(isp, (sph << ISPPRV_HORZ_INFO_SPH_SHIFT) | eph, in preview_config_input_size()
Dispccdc.c1132 unsigned int sph; in ccdc_configure() local
1235 sph = crop->left * 2; in ccdc_configure()
1238 sph = crop->left; in ccdc_configure()
1242 isp_reg_writel(isp, (sph << ISPCCDC_HORZ_INFO_SPH_SHIFT) | in ccdc_configure()
/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c442 hw_feat->sph = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()
668 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/amd/xgbe/
Dxgbe.h968 unsigned int sph; /* Split Header Feature */ member
Dxgbe-drv.c770 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in xgbe_get_all_hw_features()
880 hw_feat->sph ? "yes" : "no"); in xgbe_get_all_hw_features()