Home
last modified time | relevance | path

Searched refs:cs_high (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dbridge.h103 cs_dontcare = 0, cs_high, cs_low enumerator
H A Dmmc.c569 mmcbr_set_chip_select(dev, cs_high); in mmc_idle_cards()
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_var.h85 bool cs_high; /* true if CS is high for active */ member
H A Dqcom_spi.c740 sc->state.cs_high = !! (cs_val & SPIBUS_CS_HIGH); in qcom_spi_transfer()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c660 cts->ios.chip_select = cs_high; in mmcprobe_start()