Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi_transaction.c16 #define SPI_PACKET_EOP 0x7b macro
100 while (b < resp + len && *b != SPI_PACKET_EOP) in resp_find_sop_eop()
103 if (*b != SPI_PACKET_EOP) in resp_find_sop_eop()
128 if (*p == SPI_PACKET_EOP) in phy_tx_pad()
295 *p++ = SPI_PACKET_EOP; in packet_to_byte_conver()
299 case SPI_PACKET_EOP: in packet_to_byte_conver()
348 case SPI_PACKET_EOP: in packet_to_byte_conver()