Home
last modified time | relevance | path

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

/linux/sound/firewire/motu/
H A Damdtp-motu.c313 u32 sph = be32_to_cpu(*buf); in cache_event_offsets() local
316 tick = ((sph & CIP_SPH_CYCLE_MASK) >> CIP_SPH_CYCLE_SHIFT) * TICKS_PER_CYCLE + in cache_event_offsets()
317 (sph & CIP_SPH_OFFSET_MASK); in cache_event_offsets()
384 u32 sph = ((tick / TICKS_PER_CYCLE) << CIP_SPH_CYCLE_SHIFT) | (tick % TICKS_PER_CYCLE); in write_sph() local
385 *buffer = cpu_to_be32(sph); in write_sph()
474 s->sph = 1; in amdtp_motu_init()
/linux/sound/firewire/
H A Damdtp-stream.h184 unsigned int sph; member
H A Damdtp-stream.c682 ((s->sph << CIP_SPH_SHIFT) & CIP_SPH_MASK) | in generate_cip_header()
720 unsigned int sph; in check_cip_header() local
743 sph = (cip_header[0] & CIP_SPH_MASK) >> CIP_SPH_SHIFT; in check_cip_header()
745 if (sph != s->sph || fmt != s->fmt) { in check_cip_header()
/linux/drivers/net/ethernet/synopsys/
H 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()
H A Ddwc-xlgmac.h521 unsigned int sph; /* Split Header Feature */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-selftest.c192 if (!pdata->sph) { in xgbe_test_sph()
H A Dxgbe.h941 unsigned int sph; /* Split Header Feature */ member
1251 bool sph; member
H A Dxgbe-drv.c707 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in xgbe_get_all_hw_features()
832 hw_feat->sph ? "yes" : "no"); in xgbe_get_all_hw_features()
/linux/drivers/media/platform/ti/omap3isp/
H 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()
/linux/net/xfrm/
H A Dxfrm_user.c1610 struct xfrmu_spdhinfo sph; in build_spdinfo() local
1630 sph.spdhcnt = si.spdhcnt; in build_spdinfo()
1631 sph.spdhmcnt = si.spdhmcnt; in build_spdinfo()
1644 err = nla_put(skb, XFRMA_SPD_HINFO, sizeof(sph), &sph); in build_spdinfo()