Searched refs:chip_select (Results 1 – 10 of 10) sorted by relevance
92 MMCBR_ACCESSOR(chip_select, CHIP_SELECT, int) in MMCBR_ACCESSOR()
129 enum mmc_chip_select chip_select; member
325 ios->chip_select = new_ios->chip_select; in aw_mmc_cam_settran_settings()326 device_printf(sc->aw_dev, "CS => %d\n", ios->chip_select); in aw_mmc_cam_settran_settings()1162 *(int *)result = sc->aw_host.ios.chip_select;1226 sc->aw_host.ios.chip_select = value;
945 *(int *)result = sc->host.ios.chip_select; in aml8726_mmc_read_ivar()998 sc->host.ios.chip_select = value; in aml8726_mmc_write_ivar()
1225 *(int *)result = sc->host.ios.chip_select; in aml8726_sdxc_read_ivar()1278 sc->host.ios.chip_select = value; in aml8726_sdxc_write_ivar()
754 *(int *)result = sc->sc_host.ios.chip_select; in jz4780_mmc_read_ivar()811 sc->sc_host.ios.chip_select = value; in jz4780_mmc_write_ivar()
2339 *result = slot->host.ios.chip_select;2430 slot->host.ios.chip_select = value;2695 ios->chip_select = new_ios->chip_select;2696 slot_printf(slot, "CS => %d\n", ios->chip_select);
1066 *(int *)result = sc->host.ios.chip_select; in dwmmc_read_ivar()1118 sc->host.ios.chip_select = value; in dwmmc_write_ivar()
599 cts->ios.chip_select = cs_dontcare; in mmcprobe_start()619 cts->ios.chip_select = cs_high; in mmcprobe_start()
53 uint8_t chip_select; member