Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Datcspi200_spi.c59 #define TXFRST (1<<2) macro
119 ns->regs->ctrl |= (TXFRST|RXFRST|SPIRST); in __atcspi200_spi_claim_bus()
120 while((ns->regs->ctrl &(TXFRST|RXFRST|SPIRST))&&(ns->to--)) in __atcspi200_spi_claim_bus()