Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcbrvar.h90 MMCBR_ACCESSOR(chip_select, CHIP_SELECT, int) in MMCBR_ACCESSOR()
H A Dbridge.h127 enum mmc_chip_select chip_select; member
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c244 ios->chip_select = new_ios->chip_select; in aw_mmc_set_tran_settings()
246 device_printf(sc->aw_dev, "CS => %d\n", ios->chip_select); in aw_mmc_set_tran_settings()
1115 *(int *)result = sc->aw_host.ios.chip_select;
1179 sc->aw_host.ios.chip_select = value;
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1326 *(int *)result = sc->host.ios.chip_select; in dwmmc_read_ivar()
1385 sc->host.ios.chip_select = value; in dwmmc_write_ivar()
1470 ios->chip_select = new_ios->chip_select; in dwmmc_set_tran_settings()
1472 device_printf(sc->dev, "CS => %d\n", ios->chip_select); in dwmmc_set_tran_settings()
/freebsd/sys/dev/sdhci/
H A Dsdhci.c2446 *result = slot->host.ios.chip_select;
2537 slot->host.ios.chip_select = value;
2782 ios->chip_select = new_ios->chip_select;
2784 slot_printf(slot, "CS => %d\n", ios->chip_select);
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c639 cts->ios.chip_select = cs_dontcare; in mmcprobe_start()
660 cts->ios.chip_select = cs_high; in mmcprobe_start()
/freebsd/sys/dev/rtsx/
H A Drtsx.c2994 ios->chip_select = new_ios->chip_select;
2996 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - chip_select: %d\n", ios->chip_select);
3074 *result = sc->rtsx_host.ios.chip_select;
3144 sc->rtsx_host.ios.chip_select = value;
/freebsd/sys/dev/sfxge/common/
H A Def10_nvram.c51 uint8_t chip_select; member