Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_espi_pc.c147 struct mec_espi_pc_last_cycle *lc) in mec_hal_espi_pc_last_cycle() argument
151 lc->host_pc_addr_lsw = iobase->PCLC[0]; in mec_hal_espi_pc_last_cycle()
152 lc->host_pc_addr_msw = iobase->PCLC[1]; in mec_hal_espi_pc_last_cycle()
154 lc->len = (uint16_t)(temp & 0xfffu); in mec_hal_espi_pc_last_cycle()
155 lc->cycle_type = (uint8_t)((temp >> 12) & 0xffu); in mec_hal_espi_pc_last_cycle()
156 lc->tag = (uint8_t)((temp >> 20) & 0xfu); in mec_hal_espi_pc_last_cycle()
Dmec_espi_pc.h128 struct mec_espi_pc_last_cycle *lc);