Lines Matching refs:iec958
469 ucontrol->value.iec958.status[0] = 0x3e; in onyx_spdif_mask_get()
470 ucontrol->value.iec958.status[1] = 0xff; in onyx_spdif_mask_get()
472 ucontrol->value.iec958.status[3] = 0x3f; in onyx_spdif_mask_get()
473 ucontrol->value.iec958.status[4] = 0x0f; in onyx_spdif_mask_get()
494 ucontrol->value.iec958.status[0] = v & 0x3e; in onyx_spdif_get()
497 ucontrol->value.iec958.status[1] = v; in onyx_spdif_get()
500 ucontrol->value.iec958.status[3] = v & 0x3f; in onyx_spdif_get()
503 ucontrol->value.iec958.status[4] = v & 0x0f; in onyx_spdif_get()
517 v = (v & ~0x3e) | (ucontrol->value.iec958.status[0] & 0x3e); in onyx_spdif_put()
520 v = ucontrol->value.iec958.status[1]; in onyx_spdif_put()
524 v = (v & ~0x3f) | (ucontrol->value.iec958.status[3] & 0x3f); in onyx_spdif_put()
528 v = (v & ~0x0f) | (ucontrol->value.iec958.status[4] & 0x0f); in onyx_spdif_put()