Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-mmc/
Dboard.h39 #define MSDC_CD_PIN_EN BIT(0) /* card detection pin is wired */ macro
Dsd.c126 .flags = MSDC_CD_PIN_EN | MSDC_REMOVABLE,
1773 if (host->hw->flags & MSDC_CD_PIN_EN) { in msdc_ops_get_cd()
1949 if ((hw->flags & MSDC_CD_PIN_EN) == 0) { in msdc_enable_cd_irq()
2254 if (hw->flags & MSDC_CD_PIN_EN) { /* set for card */ in msdc_drv_probe()