Home
last modified time | relevance | path

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

/hal_altera-latest/altera_hal/HAL/inc/sys/
Dalt_flash.h63 alt_flash_fd* alt_flash_open_dev(const char* name);
64 void alt_flash_close_dev(alt_flash_fd* fd );
74 alt_flash_fd* fd, alt_u32 sectors_to_lock) in alt_lock_flash()
91 alt_flash_fd* fd, in alt_write_flash()
107 alt_flash_fd* fd, int offset, in alt_read_flash()
120 alt_flash_fd* fd, flash_region** info, in alt_get_flash_info()
133 alt_flash_fd* fd, int offset, int length) in alt_erase_flash_block()
160 alt_flash_fd* fd, int block_offset, in alt_write_flash_block()
Dalt_flash_dev.h54 typedef alt_flash_dev alt_flash_fd; typedef
56 static ALT_INLINE int alt_flash_device_register( alt_flash_fd* fd) in alt_flash_device_register()
/hal_altera-latest/drivers/altera_generic_qspi_controller2/HAL/inc/
Daltera_generic_quad_spi_controller2.h103 int alt_qspi_controller2_get_info(alt_flash_fd *fd, flash_region **info, int *number_of_regions);
/hal_altera-latest/drivers/altera_epcq_controller/HAL/inc/
Daltera_epcq_controller.h97 int alt_epcq_controller_get_info(alt_flash_fd *fd, flash_region **info, int *number_of_regions);
/hal_altera-latest/drivers/altera_generic_qspi_controller2/HAL/src/
Daltera_generic_quad_spi_controller2.c202 alt_flash_fd *fd, /** flash device descriptor */ in alt_qspi_controller2_get_info()
/hal_altera-latest/drivers/altera_epcq_controller/HAL/src/
Daltera_epcq_controller.c136 alt_flash_fd *fd, /** flash device descriptor */ in alt_epcq_controller_get_info()