Home
last modified time | relevance | path

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

/sound/firewire/motu/
Damdtp-motu.c386 u32 sph; in write_sph() local
390 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()
/sound/firewire/
Damdtp-stream.c499 ((s->sph << CIP_SPH_SHIFT) & CIP_SPH_MASK) | in generate_cip_header()
538 unsigned int sph; in check_cip_header() local
561 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()
Damdtp-stream.h157 unsigned int sph; member