Home
last modified time | relevance | path

Searched refs:ios_valid (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1459 if (cts->ios_valid & MMC_CLK) { in dwmmc_set_tran_settings()
1464 if (cts->ios_valid & MMC_VDD) { in dwmmc_set_tran_settings()
1469 if (cts->ios_valid & MMC_CS) { in dwmmc_set_tran_settings()
1474 if (cts->ios_valid & MMC_BW) { in dwmmc_set_tran_settings()
1479 if (cts->ios_valid & MMC_PM) { in dwmmc_set_tran_settings()
1484 if (cts->ios_valid & MMC_BT) { in dwmmc_set_tran_settings()
1489 if (cts->ios_valid & MMC_BM) { in dwmmc_set_tran_settings()
1494 if (cts->ios_valid & MMC_VCCQ) { in dwmmc_set_tran_settings()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c233 if (cts->ios_valid & MMC_CLK) { in aw_mmc_set_tran_settings()
238 if (cts->ios_valid & MMC_VDD) { in aw_mmc_set_tran_settings()
243 if (cts->ios_valid & MMC_CS) { in aw_mmc_set_tran_settings()
248 if (cts->ios_valid & MMC_BW) { in aw_mmc_set_tran_settings()
253 if (cts->ios_valid & MMC_PM) { in aw_mmc_set_tran_settings()
258 if (cts->ios_valid & MMC_BT) { in aw_mmc_set_tran_settings()
263 if (cts->ios_valid & MMC_BM) { in aw_mmc_set_tran_settings()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c621 cts->ios_valid = MMC_PM; in mmcprobe_start()
643 cts->ios_valid = MMC_VDD | MMC_PM | MMC_BM | in mmcprobe_start()
654 cts->ios_valid = MMC_PM | MMC_CLK | MMC_BT; in mmcprobe_start()
661 cts->ios_valid = MMC_CS; in mmcprobe_start()
782 cts->ios_valid = MMC_BM; in mmcprobe_start()
1058 done_ccb->cts.proto_specific.mmc.ios_valid = MMC_VCCQ; in mmcprobe_done()
H A Dmmc_da.c1063 cts->ios_valid = MMC_BT; in mmc_set_timing()
1137 cts->ios_valid = MMC_BW; in sdda_set_bus_width()
1412 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1423 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1434 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1447 cts->ios_valid = MMC_CLK; in sdda_start_init()
/freebsd/sys/dev/sdhci/
H A Dsdhci.c2771 if (cts->ios_valid & MMC_CLK) {
2776 if (cts->ios_valid & MMC_VDD) {
2781 if (cts->ios_valid & MMC_CS) {
2786 if (cts->ios_valid & MMC_BW) {
2791 if (cts->ios_valid & MMC_PM) {
2796 if (cts->ios_valid & MMC_BT) {
2801 if (cts->ios_valid & MMC_BM) {
2806 if (cts->ios_valid & MMC_VCCQ) {
/freebsd/sys/dev/rtsx/
H A Drtsx.c2982 if (cts->ios_valid & MMC_CLK) {
2988 if (cts->ios_valid & MMC_VDD) {
2993 if (cts->ios_valid & MMC_CS) {
2998 if (cts->ios_valid & MMC_BW) {
3004 if (cts->ios_valid & MMC_PM) {
3010 if (cts->ios_valid & MMC_BT) {
3016 if (cts->ios_valid & MMC_BM) {
3022 if (cts->ios_valid & MMC_VCCQ) {
/freebsd/sys/cam/
H A Dcam_ccb.h1079 uint32_t ios_valid; member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c8056 cts->ios_valid = MMC_BW; in mmcsdcmd()
8073 cts->ios_valid = MMC_CLK; in mmcsdcmd()
8091 cts->ios_valid = MMC_BT; in mmcsdcmd()