Searched refs:acctl (Results 1 – 1 of 1) sorted by relevance
906 u_int32_t acctl, acsts; in csa_readcodec() local937 acctl = 0; in csa_readcodec()948 acctl = csa_readio(resp, BA0_ACCTL); in csa_readcodec()949 if ((acctl & ACCTL_DCV) == 0) in csa_readcodec()956 if ((acctl & ACCTL_DCV) != 0) in csa_readcodec()1000 u_int32_t acctl; in csa_writecodec() local1024 acctl = 0; in csa_writecodec()1035 acctl = csa_readio(resp, BA0_ACCTL); in csa_writecodec()1036 if ((acctl & ACCTL_DCV) == 0) in csa_writecodec()1043 if ((acctl & ACCTL_DCV) != 0) in csa_writecodec()