Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dds1306.c58 #define PB_SPIMOSI 0x00000004 /* PB 29 */ macro
201 immap->im_cpm.cp_pbdat &= ~(PB_SPI_CE | PB_SPIMOSI | PB_SPISCK); in init_spi()
204 immap->im_cpm.cp_pbdir |= (PB_SPIMOSI | PB_SPI_CE | PB_SPISCK); in init_spi()
227 immap->im_cpm.cp_pbdat |= PB_SPIMOSI; /* Set MOSI to 1 */ in soft_spi_send()
229 immap->im_cpm.cp_pbdat &= ~PB_SPIMOSI; /* Set MOSI to 0 */ in soft_spi_send()