Searched refs:dma_port_flash_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | dma_port.h | 23 int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address,
|
H A D | eeprom.c | 487 ret = dma_port_flash_read(sw->dma_port, drom_offset + 14, size, in tb_drom_copy_nvm() 498 ret = dma_port_flash_read(sw->dma_port, drom_offset, sw->drom, *size); in tb_drom_copy_nvm()
|
H A D | dma_port.c | 358 int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address, in dma_port_flash_read() function
|
H A D | switch.c | 301 return dma_port_flash_read(sw->dma_port, address, buf, size); in tb_switch_nvm_read()
|