Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpic32_spi.c34 #define PIC32_SPI_CTRL_MSTEN BIT(5) /* Enable SPI Master */ macro
361 val |= PIC32_SPI_CTRL_MSTEN; in pic32_spi_hw_init()