Searched refs:nvm_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/thunderbolt/ |
D | switch.c | 298 static inline int nvm_read(struct tb_switch *sw, unsigned int address, in nvm_read() function 347 ret = nvm_read(sw, offset, val, bytes); in tb_switch_nvm_read() 413 ret = nvm_read(sw, NVM_FLASH_SIZE, &val, sizeof(val)); in tb_switch_nvm_add() 421 ret = nvm_read(sw, NVM_VERSION, &val, sizeof(val)); in tb_switch_nvm_add()
|