Home
last modified time | relevance | path

Searched refs:SD_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()
70 reg |= SD_INT_EN; in rtsx_enable_card_int()
75 reg &= ~((u32)SD_INT_EN); in rtsx_enable_card_int()
96 reg |= SD_INT_EN; in rtsx_enable_bus_int()
101 reg &= ~((u32)SD_INT_EN); in rtsx_enable_bus_int()
Drtsx_chip.h296 #define SD_INT_EN (1 << 25) macro