Searched refs:chip_select (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/mmc/ ! |
| H A D | mmcbrvar.h | 91 MMCBR_ACCESSOR(chip_select, CHIP_SELECT, int) in MMCBR_ACCESSOR()
|
| H A D | bridge.h | 132 enum mmc_chip_select chip_select; member
|
| H A D | mmcspi.c | 541 *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 D | dwmmc.c | 1317 *(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 D | aw_mmc.c | 275 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 D | sdhci.c | 2465 *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 D | mmc_xpt.c | 639 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 D | rtsx.c | 2998 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 D | ef10_nvram.c | 51 uint8_t chip_select; member
|