Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/allwinner/
H A Daw_mmc.c316 if (cts->ios_valid & MMC_CLK) { in aw_mmc_cam_settran_settings()
320 if (cts->ios_valid & MMC_VDD) { in aw_mmc_cam_settran_settings()
324 if (cts->ios_valid & MMC_CS) { in aw_mmc_cam_settran_settings()
328 if (cts->ios_valid & MMC_BW) { in aw_mmc_cam_settran_settings()
332 if (cts->ios_valid & MMC_PM) { in aw_mmc_cam_settran_settings()
336 if (cts->ios_valid & MMC_BT) { in aw_mmc_cam_settran_settings()
340 if (cts->ios_valid & MMC_BM) { in aw_mmc_cam_settran_settings()
/freebsd-12.1/sys/cam/mmc/
H A Dmmc_xpt.c586 cts->ios_valid = MMC_PM; in mmcprobe_start()
603 cts->ios_valid = MMC_VDD | MMC_PM | MMC_BM | in mmcprobe_start()
612 cts->ios_valid = MMC_PM | MMC_CLK | MMC_BT; in mmcprobe_start()
620 cts->ios_valid = MMC_CS; in mmcprobe_start()
740 cts->ios_valid = MMC_BM; in mmcprobe_start()
H A Dmmc_da.c1066 cts->ios_valid = MMC_BT; in mmc_set_timing()
1138 cts->ios_valid = MMC_BW; in sdda_set_bus_width()
1363 cts->ios_valid = MMC_CLK; in sdda_start_init()
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci.c2686 if (cts->ios_valid & MMC_CLK) {
2690 if (cts->ios_valid & MMC_VDD) {
2694 if (cts->ios_valid & MMC_CS) {
2698 if (cts->ios_valid & MMC_BW) {
2702 if (cts->ios_valid & MMC_PM) {
2706 if (cts->ios_valid & MMC_BT) {
2710 if (cts->ios_valid & MMC_BM) {
/freebsd-12.1/sys/cam/
H A Dcam_ccb.h1045 uint32_t ios_valid; member
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c7979 cts->ios_valid = MMC_BW; in mmcsdcmd()
7997 cts->ios_valid = MMC_BT; in mmcsdcmd()