Home
last modified time | relevance | path

Searched refs:SD_PUSH_POINT_CTL_MASK (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rts5139/
Drts51x_chip.h310 #define SD_PUSH_POINT_CTL_MASK 0x03 macro
Dsd.c587 if ((chip->option.sd_ctl & SD_PUSH_POINT_CTL_MASK) ==
590 } else if ((chip->option.sd_ctl & SD_PUSH_POINT_CTL_MASK) ==
/drivers/staging/rts_pstor/
Drtsx_chip.h647 #define SD_PUSH_POINT_CTL_MASK 0x03 macro
Dsd.c572 if ((chip->sd_ctl & SD_PUSH_POINT_CTL_MASK) == SD_PUSH_POINT_AUTO) { in sd_set_sample_push_timing()
574 } else if ((chip->sd_ctl & SD_PUSH_POINT_CTL_MASK) == SD_PUSH_POINT_DELAY) { in sd_set_sample_push_timing()
601 if ((chip->sd_ctl & SD_PUSH_POINT_CTL_MASK) == SD_PUSH_POINT_DELAY) { in sd_set_sample_push_timing()