Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.c8 int max10_reg_read(struct intel_max10_device *dev, in max10_reg_read()
20 int max10_reg_write(struct intel_max10_device *dev, in max10_reg_write()
35 int max10_sys_read(struct intel_max10_device *dev, in max10_sys_read()
45 int max10_sys_write(struct intel_max10_device *dev, in max10_sys_write()
91 is_max10_pac_n3000(struct intel_max10_device *max10) in is_max10_pac_n3000()
110 static int altera_nor_flash_read(struct intel_max10_device *dev, in altera_nor_flash_read()
369 static int max10_add_sensor(struct intel_max10_device *dev, in max10_add_sensor()
613 max10_secure_hw_init(struct intel_max10_device *dev) in max10_secure_hw_init()
642 max10_non_secure_hw_init(struct intel_max10_device *dev) in max10_non_secure_hw_init()
651 struct intel_max10_device *
[all …]
H A Difpga_sec_mgr.c155 struct intel_max10_device *dev = NULL; in n3000_cancel()
162 dev = (struct intel_max10_device *)smgr->max10_dev; in n3000_cancel()
184 struct intel_max10_device *dev = NULL; in n3000_prepare()
190 dev = (struct intel_max10_device *)smgr->max10_dev; in n3000_prepare()
246 struct intel_max10_device *dev = NULL; in n3000_write_blk()
254 dev = (struct intel_max10_device *)smgr->max10_dev; in n3000_write_blk()
286 struct intel_max10_device *dev = NULL; in n3000_write_done()
294 dev = (struct intel_max10_device *)smgr->max10_dev; in n3000_write_done()
353 struct intel_max10_device *dev = NULL; in n3000_check_complete()
361 dev = (struct intel_max10_device *)smgr->max10_dev; in n3000_check_complete()
[all …]
H A Dopae_intel_max10.h32 struct intel_max10_device { struct
188 int max10_reg_read(struct intel_max10_device *dev,
190 int max10_reg_write(struct intel_max10_device *dev,
192 int max10_sys_read(struct intel_max10_device *dev,
194 int max10_sys_write(struct intel_max10_device *dev,
196 int max10_sys_update_bits(struct intel_max10_device *dev,
198 struct intel_max10_device *
201 int intel_max10_device_remove(struct intel_max10_device *dev);
H A Difpga_fme.c933 static int spi_self_checking(struct intel_max10_device *dev) in spi_self_checking()
970 struct intel_max10_device *max10; in fme_spi_init()
1109 struct intel_max10_device *max10; in fme_nios_spi_init()
1436 struct intel_max10_device *dev; in fme_mgr_get_retimer_info()
1438 dev = (struct intel_max10_device *)fme->max10_dev; in fme_mgr_get_retimer_info()
1457 struct intel_max10_device *dev; in fme_mgr_get_retimer_status()
1460 dev = (struct intel_max10_device *)fme->max10_dev; in fme_mgr_get_retimer_status()
1486 struct intel_max10_device *dev; in fme_mgr_get_sensor_value()
1488 dev = (struct intel_max10_device *)fme->max10_dev; in fme_mgr_get_sensor_value()
H A Difpga_sec_mgr.h74 struct intel_max10_device *max10_dev;