Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Dds1306.c59 #define PB_SPIMOSI 0x00000004 /* PB 29 */ macro
202 immap->im_cpm.cp_pbdat &= ~(PB_SPI_CE | PB_SPIMOSI | PB_SPISCK); in init_spi()
205 immap->im_cpm.cp_pbdir |= (PB_SPIMOSI | PB_SPI_CE | PB_SPISCK); in init_spi()
228 immap->im_cpm.cp_pbdat |= PB_SPIMOSI; /* Set MOSI to 1 */ in soft_spi_send()
230 immap->im_cpm.cp_pbdat &= ~PB_SPIMOSI; /* Set MOSI to 0 */ in soft_spi_send()

Completed in 3 milliseconds