Home
last modified time | relevance | path

Searched refs:CS_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/hsi/
H A Dcs-protocol.h30 #define CS_CMD(id, dom) \ macro
33 #define CS_ERROR CS_CMD(1, 0)
34 #define CS_RX_DATA_RECEIVED CS_CMD(2, 0)
35 #define CS_TX_DATA_READY CS_CMD(3, 0)
36 #define CS_TX_DATA_SENT CS_CMD(4, 0)
/openbmc/linux/drivers/spi/
H A Dspi-omap-uwire.c72 #define CS_CMD (1 << 12) macro
184 w &= ~CS_CMD; in uwire_chipselect()
197 w |= CS_CMD; in uwire_chipselect()
214 w |= CS_CMD; in uwire_txrx()