Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc.c1460 if (cts->ios_valid & MMC_CLK) { in dwmmc_set_tran_settings()
1465 if (cts->ios_valid & MMC_VDD) { in dwmmc_set_tran_settings()
1470 if (cts->ios_valid & MMC_CS) { in dwmmc_set_tran_settings()
1475 if (cts->ios_valid & MMC_BW) { in dwmmc_set_tran_settings()
1480 if (cts->ios_valid & MMC_PM) { in dwmmc_set_tran_settings()
1485 if (cts->ios_valid & MMC_BT) { in dwmmc_set_tran_settings()
1490 if (cts->ios_valid & MMC_BM) { in dwmmc_set_tran_settings()
1495 if (cts->ios_valid & MMC_VCCQ) { in dwmmc_set_tran_settings()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_mmc.c234 if (cts->ios_valid & MMC_CLK) { in aw_mmc_set_tran_settings()
239 if (cts->ios_valid & MMC_VDD) { in aw_mmc_set_tran_settings()
244 if (cts->ios_valid & MMC_CS) { in aw_mmc_set_tran_settings()
249 if (cts->ios_valid & MMC_BW) { in aw_mmc_set_tran_settings()
254 if (cts->ios_valid & MMC_PM) { in aw_mmc_set_tran_settings()
259 if (cts->ios_valid & MMC_BT) { in aw_mmc_set_tran_settings()
264 if (cts->ios_valid & MMC_BM) { in aw_mmc_set_tran_settings()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_xpt.c623 cts->ios_valid = MMC_PM; in mmcprobe_start()
645 cts->ios_valid = MMC_VDD | MMC_PM | MMC_BM | in mmcprobe_start()
656 cts->ios_valid = MMC_PM | MMC_CLK | MMC_BT; in mmcprobe_start()
663 cts->ios_valid = MMC_CS; in mmcprobe_start()
784 cts->ios_valid = MMC_BM; in mmcprobe_start()
1060 done_ccb->cts.proto_specific.mmc.ios_valid = MMC_VCCQ; in mmcprobe_done()
H A Dmmc_da.c1066 cts->ios_valid = MMC_BT; in mmc_set_timing()
1140 cts->ios_valid = MMC_BW; in sdda_set_bus_width()
1415 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1426 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1437 cts->ios_valid = MMC_VCCQ; in sdda_start_init()
1450 cts->ios_valid = MMC_CLK; in sdda_start_init()
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci.c2772 if (cts->ios_valid & MMC_CLK) {
2777 if (cts->ios_valid & MMC_VDD) {
2782 if (cts->ios_valid & MMC_CS) {
2787 if (cts->ios_valid & MMC_BW) {
2792 if (cts->ios_valid & MMC_PM) {
2797 if (cts->ios_valid & MMC_BT) {
2802 if (cts->ios_valid & MMC_BM) {
2807 if (cts->ios_valid & MMC_VCCQ) {
/freebsd-14.2/sys/dev/rtsx/
H A Drtsx.c2983 if (cts->ios_valid & MMC_CLK) {
2989 if (cts->ios_valid & MMC_VDD) {
2994 if (cts->ios_valid & MMC_CS) {
2999 if (cts->ios_valid & MMC_BW) {
3005 if (cts->ios_valid & MMC_PM) {
3011 if (cts->ios_valid & MMC_BT) {
3017 if (cts->ios_valid & MMC_BM) {
3023 if (cts->ios_valid & MMC_VCCQ) {
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h1064 uint32_t ios_valid; member
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c8041 cts->ios_valid = MMC_BW; in mmcsdcmd()
8058 cts->ios_valid = MMC_CLK; in mmcsdcmd()
8076 cts->ios_valid = MMC_BT; in mmcsdcmd()