Searched refs:chip_select (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/mmc/ |
| H A D | mmcbrvar.h | 90 MMCBR_ACCESSOR(chip_select, CHIP_SELECT, int) in MMCBR_ACCESSOR()
|
| H A D | bridge.h | 127 enum mmc_chip_select chip_select; member
|
| /freebsd-14.2/sys/dev/mmc/host/ |
| H A D | dwmmc.c | 1327 *(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 D | aw_mmc.c | 245 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 D | sdhci.c | 2447 *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 D | mmc_xpt.c | 641 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 D | rtsx.c | 2995 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 D | ef10_nvram.c | 51 uint8_t chip_select; member
|