Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.c1175 if (chip->ocp_int & SD_OC_INT) in rtsx_polling_func()
1957 ocp_int = MS_OC_INT | SD_OC_INT; in rtsx_pre_handle_interrupt()
1959 ocp_int = SD_OC_INT; in rtsx_pre_handle_interrupt()
Drtsx_chip.h281 #define SD_OC_INT (1 << 22) macro