Home
last modified time | relevance | path

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

/drivers/staging/rts_pstor/
Drtsx_chip.c57 reg &= ~(XD_INT_EN | SD_INT_EN | MS_INT_EN); in rtsx_disable_card_int()
68 reg |= XD_INT_EN; in rtsx_enable_card_int()
94 reg |= XD_INT_EN; in rtsx_enable_bus_int()
Drtsx_chip.h294 #define XD_INT_EN (1 << 27) macro