Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_tsi148.c587 temp_ctl &= ~TSI148_LCSR_ITAT_AS_M; in tsi148_slave_set()
662 if ((ctl & TSI148_LCSR_ITAT_AS_M) == TSI148_LCSR_ITAT_AS_A16) { in tsi148_slave_get()
666 if ((ctl & TSI148_LCSR_ITAT_AS_M) == TSI148_LCSR_ITAT_AS_A24) { in tsi148_slave_get()
670 if ((ctl & TSI148_LCSR_ITAT_AS_M) == TSI148_LCSR_ITAT_AS_A32) { in tsi148_slave_get()
674 if ((ctl & TSI148_LCSR_ITAT_AS_M) == TSI148_LCSR_ITAT_AS_A64) { in tsi148_slave_get()
H A Dvme_tsi148.h881 #define TSI148_LCSR_ITAT_AS_M (7<<4) /* Address Space Mask */ macro