Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_storage.c68 static io_block_dev_spec_t boot_dev_spec; variable
153 boot_dev_spec.buffer.offset = PLAT_MMC_DATA_BASE; in socfpga_io_setup()
154 boot_dev_spec.buffer.length = SOCFPGA_MMC_BLOCK_SIZE; in socfpga_io_setup()
155 boot_dev_spec.ops.read = SDMMC_READ_BLOCKS; in socfpga_io_setup()
156 boot_dev_spec.ops.write = SDMMC_WRITE_BLOCKS; in socfpga_io_setup()
157 boot_dev_spec.block_size = MMC_BLOCK_SIZE; in socfpga_io_setup()
189 result = io_dev_open(boot_dev_con, (uintptr_t)&boot_dev_spec, in socfpga_io_setup()