Searched refs:npcx_espi_taf_data (Results 1 – 1 of 1) sorted by relevance
57 static struct espi_taf_npcx_data npcx_espi_taf_data; variable365 rc = flash_read(spi_dev, addr, npcx_espi_taf_data.read_buf, len); in espi_taf_npcx_flash_read()372 (uint32_t *)npcx_espi_taf_data.read_buf); in espi_taf_npcx_flash_read()497 .rx_buf = npcx_espi_taf_data.read_buf, in espi_taf_npcx_rpmc_op2()514 pckt->len, (uint32_t *)npcx_espi_taf_data.read_buf); in espi_taf_npcx_rpmc_op2()594 espi_taf_get_pckt(dev, &npcx_espi_taf_data, event); in espi_taf_event_handler()595 k_work_submit(&npcx_espi_taf_data.work); in espi_taf_event_handler()603 npcx_espi_taf_data.host_dev = dev; in npcx_init_taf()604 npcx_espi_taf_data.callbacks = callbacks; in npcx_init_taf()605 k_work_init(&npcx_espi_taf_data.work, espi_taf_work); in npcx_init_taf()[all …]