Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sh-sci.c34 #define PIN_SCK (1 << 2) macro
37 #define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD)
59 setbits(spi_controller_get_devdata(dev->controller), PIN_SCK, on); in setsck()