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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_sh_sci.c39 #define PIN_SCK (1 << 2) macro
42 #define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD)
64 setbits(spi_master_get_devdata(dev->master), PIN_SCK, on);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_sh_sci.c39 #define PIN_SCK (1 << 2) macro
42 #define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD)
64 setbits(spi_master_get_devdata(dev->master), PIN_SCK, on);

Completed in 72 milliseconds