OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_data
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/spi/
sh_spi.c
137
static int sh_spi_send(struct sh_spi *ss, const unsigned char *
tx_data
,
153
sh_spi_write(
tx_data
[i], &ss->regs->tbr_rbr);
166
tx_data
+= cur_len;
210
const unsigned char *
tx_data
= dout;
local
219
if (
tx_data
)
220
ret = sh_spi_send(ss,
tx_data
, len, flags);
tegra114_spi.c
76
u32
tx_data
; /* 018:SPI_TX_DATA register */
member in struct:spi_regs
tegra210_qspi.c
75
u32
tx_data
; /* 018:QSPI_TX_DATA register */
member in struct:qspi_regs
/external/u-boot/arch/arm/mach-exynos/include/mach/
spi.h
20
unsigned int
tx_data
; /* 0x18 */
member in struct:exynos_spi
Completed in 256 milliseconds