Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi_transaction.c26 #define INIT_SPI_TRAN_HEADER(trans_type, size, address) \ argument
28 header.trans_type = trans_type; \
410 unsigned int trans_type) in do_transaction() argument
422 INIT_SPI_TRAN_HEADER(trans_type, size, addr); in do_transaction()
429 switch (trans_type) { in do_transaction()
H A Dopae_spi.h114 u8 trans_type; member