Searched refs:goya_coresight_timeout (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/accel/habanalabs/goya/ |
D | goya_coresight.c | 199 static int goya_coresight_timeout(struct hl_device *hdev, u64 addr, in goya_coresight_timeout() function 287 rc = goya_coresight_timeout(hdev, base_reg + 0xE80, 23, false); in goya_config_stm() 329 rc = goya_coresight_timeout(hdev, base_reg + 0x304, 6, false); in goya_config_etf() 337 rc = goya_coresight_timeout(hdev, base_reg + 0xC, 2, true); in goya_config_etf() 405 rc = goya_coresight_timeout(hdev, mmPSOC_ETR_FFCR, 6, false); in goya_config_etr() 412 rc = goya_coresight_timeout(hdev, mmPSOC_ETR_STS, 2, true); in goya_config_etr()
|