Searched refs:alt_flash_fd (Results 1 – 6 of 6) sorted by relevance
| /hal_altera-latest/altera_hal/HAL/inc/sys/ |
| D | alt_flash.h | 63 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()
|
| D | alt_flash_dev.h | 54 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/ |
| D | altera_generic_quad_spi_controller2.h | 103 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/ |
| D | altera_epcq_controller.h | 97 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/ |
| D | altera_generic_quad_spi_controller2.c | 202 alt_flash_fd *fd, /** flash device descriptor */ in alt_qspi_controller2_get_info()
|
| /hal_altera-latest/drivers/altera_epcq_controller/HAL/src/ |
| D | altera_epcq_controller.c | 136 alt_flash_fd *fd, /** flash device descriptor */ in alt_epcq_controller_get_info()
|