Searched refs:sph (Results 1 – 3 of 3) sorted by relevance
386 u32 sph; in write_sph() local390 sph = ((next_cycles << 12) | p->next_ticks) & 0x01ffffff; in write_sph()391 *buffer = cpu_to_be32(sph); in write_sph()476 s->sph = 1; in amdtp_motu_init()
499 ((s->sph << CIP_SPH_SHIFT) & CIP_SPH_MASK) | in generate_cip_header()538 unsigned int sph; in check_cip_header() local561 sph = (cip_header[0] & CIP_SPH_MASK) >> CIP_SPH_SHIFT; in check_cip_header()563 if (sph != s->sph || fmt != s->fmt) { in check_cip_header()
157 unsigned int sph; member