Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dspi_eeprom.c46 static struct read_param { struct
52 } *read_param; argument
58 int len = read_param->len; in early_seeprom_probe()
59 char *buf = read_param->buf; in early_seeprom_probe()
60 int address = read_param->address; in early_seeprom_probe()
64 if (read_param->busid != spi->master->bus_num || in early_seeprom_probe()
65 read_param->chipid != spi->chip_select) in early_seeprom_probe()
91 struct read_param param = { in spi_eeprom_read()
99 read_param = &param; in spi_eeprom_read()