Home
last modified time | relevance | path

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

/src/sys/dev/mmc/ !
H A Dmmcbrvar.h91 MMCBR_ACCESSOR(chip_select, CHIP_SELECT, int) in MMCBR_ACCESSOR()
H A Dbridge.h132 enum mmc_chip_select chip_select; member
H A Dmmcspi.c541 *result = slot->host.ios.chip_select; in mmcspi_read_ivar()
611 slot->host.ios.chip_select = value; in mmcspi_write_ivar()
/src/sys/dev/mmc/host/ !
H A Ddwmmc.c1317 *(int *)result = sc->host.ios.chip_select; in dwmmc_read_ivar()
1376 sc->host.ios.chip_select = value; in dwmmc_write_ivar()
1461 ios->chip_select = new_ios->chip_select; in dwmmc_set_tran_settings()
1463 device_printf(sc->dev, "CS => %d\n", ios->chip_select); in dwmmc_set_tran_settings()
/src/sys/arm/allwinner/ !
H A Daw_mmc.c275 ios->chip_select = new_ios->chip_select; in aw_mmc_set_tran_settings()
277 device_printf(sc->aw_dev, "CS => %d\n", ios->chip_select); in aw_mmc_set_tran_settings()
1147 *(int *)result = sc->aw_host.ios.chip_select;
1211 sc->aw_host.ios.chip_select = value;
/src/sys/dev/sdhci/ !
H A Dsdhci.c2465 *result = slot->host.ios.chip_select;
2556 slot->host.ios.chip_select = value;
2801 ios->chip_select = new_ios->chip_select;
2803 slot_printf(slot, "CS => %d\n", ios->chip_select);
/src/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()
/src/sys/dev/rtsx/ !
H A Drtsx.c2998 ios->chip_select = new_ios->chip_select;
3000 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - chip_select: %d\n", ios->chip_select);
3078 *result = sc->rtsx_host.ios.chip_select;
3148 sc->rtsx_host.ios.chip_select = value;
/src/sys/dev/sfxge/common/ !
H A Def10_nvram.c51 uint8_t chip_select; member