Searched refs:PIN_INIT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-sh-sci.c | 37 #define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD) macro 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()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sh-sci.c | 37 #define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD) macro 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()
|
Completed in 1 milliseconds