Searched refs:setbits (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-sh-sci.c | 43 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits() function 63 setbits(spi_master_get_devdata(dev->master), PIN_SCK, on); in setsck() 68 setbits(spi_master_get_devdata(dev->master), PIN_TXD, on); in setmosi() 164 setbits(sp, PIN_INIT, 1); in sh_sci_spi_probe() 170 setbits(sp, PIN_INIT, 0); in sh_sci_spi_probe() 183 setbits(sp, PIN_INIT, 0); in sh_sci_spi_remove()
|