Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_reg_def.h233 struct sd_ctl { struct
241 struct sd_ctl ctl; argument
/linux-4.4.14/drivers/staging/rts5208/
Dsd.c540 if ((chip->sd_ctl & SD_PUSH_POINT_CTL_MASK) == SD_PUSH_POINT_DELAY)
543 if ((chip->sd_ctl & SD_SAMPLE_POINT_CTL_MASK) == SD_SAMPLE_POINT_AUTO) {
557 } else if ((chip->sd_ctl & SD_SAMPLE_POINT_CTL_MASK) ==
2127 if (!(chip->sd_ctl & SD_DDR_TX_PHASE_SET_BY_USER)) {
2148 if (!(chip->sd_ctl & SD_DDR_TX_PHASE_SET_BY_USER)) {
2163 if (!(chip->sd_ctl & MMC_DDR_TX_PHASE_SET_BY_USER)) {
2184 if (!(chip->sd_ctl & MMC_DDR_TX_PHASE_SET_BY_USER)) {
3497 if (chip->sd_ctl & RESET_MMC_FIRST) {
Drtsx_chip.h920 u32 sd_ctl; member
Drtsx.c791 chip->sd_ctl = SD_PUSH_POINT_AUTO | in rtsx_init_options()