Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mmc/host/
H A Ddwmmc.c1463 if (cts->ios_valid & MMC_CLK) { in dwmmc_set_tran_settings()
1468 if (cts->ios_valid & MMC_VDD) { in dwmmc_set_tran_settings()
1473 if (cts->ios_valid & MMC_CS) { in dwmmc_set_tran_settings()
1478 if (cts->ios_valid & MMC_BW) { in dwmmc_set_tran_settings()
1483 if (cts->ios_valid & MMC_PM) { in dwmmc_set_tran_settings()
1488 if (cts->ios_valid & MMC_BT) { in dwmmc_set_tran_settings()
1493 if (cts->ios_valid & MMC_BM) { in dwmmc_set_tran_settings()
1498 if (cts->ios_valid & MMC_VCCQ) { in dwmmc_set_tran_settings()
/freebsd-13.1/sys/arm/allwinner/
H A Daw_mmc.c235 if (cts->ios_valid & MMC_CLK) { in aw_mmc_set_tran_settings()
240 if (cts->ios_valid & MMC_VDD) { in aw_mmc_set_tran_settings()
245 if (cts->ios_valid & MMC_CS) { in aw_mmc_set_tran_settings()
250 if (cts->ios_valid & MMC_BW) { in aw_mmc_set_tran_settings()
255 if (cts->ios_valid & MMC_PM) { in aw_mmc_set_tran_settings()
260 if (cts->ios_valid & MMC_BT) { in aw_mmc_set_tran_settings()
265 if (cts->ios_valid & MMC_BM) { in aw_mmc_set_tran_settings()
/freebsd-13.1/sys/cam/mmc/
H A Dmmc_xpt.c633 cts->ios_valid = MMC_PM; in mmcprobe_start()
655 cts->ios_valid = MMC_VDD | MMC_PM | MMC_BM | in mmcprobe_start()
666 cts->ios_valid = MMC_PM | MMC_CLK | MMC_BT; in mmcprobe_start()
673 cts->ios_valid = MMC_CS; in mmcprobe_start()
794 cts->ios_valid = MMC_BM; in mmcprobe_start()
1070 done_ccb->cts.proto_specific.mmc.ios_valid = MMC_VCCQ; in mmcprobe_done()
H A Dmmc_da.c1065 cts->ios_valid = MMC_BT; in mmc_set_timing()
1139 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-13.1/sys/dev/sdhci/
H A Dsdhci.c2654 if (cts->ios_valid & MMC_CLK) {
2659 if (cts->ios_valid & MMC_VDD) {
2664 if (cts->ios_valid & MMC_CS) {
2669 if (cts->ios_valid & MMC_BW) {
2674 if (cts->ios_valid & MMC_PM) {
2679 if (cts->ios_valid & MMC_BT) {
2684 if (cts->ios_valid & MMC_BM) {
2689 if (cts->ios_valid & MMC_VCCQ) {
/freebsd-13.1/sys/dev/rtsx/
H A Drtsx.c2947 if (cts->ios_valid & MMC_CLK) {
2953 if (cts->ios_valid & MMC_VDD) {
2958 if (cts->ios_valid & MMC_CS) {
2963 if (cts->ios_valid & MMC_BW) {
2969 if (cts->ios_valid & MMC_PM) {
2975 if (cts->ios_valid & MMC_BT) {
2981 if (cts->ios_valid & MMC_BM) {
2987 if (cts->ios_valid & MMC_VCCQ) {
/freebsd-13.1/sys/cam/
H A Dcam_ccb.h1054 uint32_t ios_valid; member
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c7980 cts->ios_valid = MMC_BW; in mmcsdcmd()
7997 cts->ios_valid = MMC_CLK; in mmcsdcmd()
8015 cts->ios_valid = MMC_BT; in mmcsdcmd()