Searched refs:setbits (Results 1 – 1 of 1) sorted by relevance
/drivers/spi/ |
D | spi-sh-sci.c | 39 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits() function 59 setbits(spi_master_get_devdata(dev->master), PIN_SCK, on); in setsck() 64 setbits(spi_master_get_devdata(dev->master), PIN_TXD, on); in setmosi() 160 setbits(sp, PIN_INIT, 1); in sh_sci_spi_probe() 166 setbits(sp, PIN_INIT, 0); in sh_sci_spi_probe() 179 setbits(sp, PIN_INIT, 0); in sh_sci_spi_remove()
|