Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/dev/mmc/host/
H A Ddwmmc.c1327 *(int *)result = sc->host.ios.chip_select; in dwmmc_read_ivar()
1386 sc->host.ios.chip_select = value; in dwmmc_write_ivar()
1471 ios->chip_select = new_ios->chip_select; in dwmmc_set_tran_settings()
1473 device_printf(sc->dev, "CS => %d\n", ios->chip_select); in dwmmc_set_tran_settings()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_mmc.c245 ios->chip_select = new_ios->chip_select; in aw_mmc_set_tran_settings()
247 device_printf(sc->aw_dev, "CS => %d\n", ios->chip_select); in aw_mmc_set_tran_settings()
1116 *(int *)result = sc->aw_host.ios.chip_select;
1180 sc->aw_host.ios.chip_select = value;
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci.c2447 *result = slot->host.ios.chip_select;
2538 slot->host.ios.chip_select = value;
2783 ios->chip_select = new_ios->chip_select;
2785 slot_printf(slot, "CS => %d\n", ios->chip_select);
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_xpt.c641 cts->ios.chip_select = cs_dontcare; in mmcprobe_start()
662 cts->ios.chip_select = cs_high; in mmcprobe_start()
/freebsd-14.2/sys/dev/rtsx/
H A Drtsx.c2995 ios->chip_select = new_ios->chip_select;
2997 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - chip_select: %d\n", ios->chip_select);
3075 *result = sc->rtsx_host.ios.chip_select;
3145 sc->rtsx_host.ios.chip_select = value;
/freebsd-14.2/sys/dev/sfxge/common/
H A Def10_nvram.c51 uint8_t chip_select; member