Searched refs:sph (Results 1 – 10 of 10) sorted by relevance
313 u32 sph = be32_to_cpu(*buf); in cache_event_offsets() local316 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() local385 *buffer = cpu_to_be32(sph); in write_sph()474 s->sph = 1; in amdtp_motu_init()
184 unsigned int sph; member
682 ((s->sph << CIP_SPH_SHIFT) & CIP_SPH_MASK) | in generate_cip_header()720 unsigned int sph; in check_cip_header() local743 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()
430 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()
521 unsigned int sph; /* Split Header Feature */ member
192 if (!pdata->sph) { in xgbe_test_sph()
941 unsigned int sph; /* Split Header Feature */ member1251 bool sph; member
707 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()
1131 unsigned int sph; in ccdc_configure() local1238 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()
1610 struct xfrmu_spdhinfo sph; in build_spdinfo() local1630 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()