Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.c57 reg &= ~(XD_INT_EN | SD_INT_EN | MS_INT_EN); in rtsx_disable_card_int()
72 reg |= MS_INT_EN; in rtsx_enable_card_int()
98 reg |= MS_INT_EN; in rtsx_enable_bus_int()
Drtsx_chip.h295 #define MS_INT_EN (1 << 26) macro