Home
last modified time | relevance | path

Searched refs:CA91CX42_VSI_CTL_VAS_M (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/vme/bridges/
Dvme_ca91cx42.c407 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()
Dvme_ca91cx42.h528 #define CA91CX42_VSI_CTL_VAS_M (7<<16) macro