Searched refs:CA91CX42_VSI_CTL_VAS_M (Results 1 – 2 of 2) sorted by relevance
407 temp_ctl &= ~CA91CX42_VSI_CTL_VAS_M; in ca91cx42_slave_set()466 if ((ctl & CA91CX42_VSI_CTL_VAS_M) == CA91CX42_VSI_CTL_VAS_A16) in ca91cx42_slave_get()468 if ((ctl & CA91CX42_VSI_CTL_VAS_M) == CA91CX42_VSI_CTL_VAS_A24) in ca91cx42_slave_get()470 if ((ctl & CA91CX42_VSI_CTL_VAS_M) == CA91CX42_VSI_CTL_VAS_A32) in ca91cx42_slave_get()472 if ((ctl & CA91CX42_VSI_CTL_VAS_M) == CA91CX42_VSI_CTL_VAS_USER1) in ca91cx42_slave_get()474 if ((ctl & CA91CX42_VSI_CTL_VAS_M) == CA91CX42_VSI_CTL_VAS_USER2) in ca91cx42_slave_get()
528 #define CA91CX42_VSI_CTL_VAS_M (7<<16) macro