Searched refs:lc (Results 1 – 2 of 2) sorted by relevance
147 struct mec_espi_pc_last_cycle *lc) in mec_hal_espi_pc_last_cycle() argument151 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()
128 struct mec_espi_pc_last_cycle *lc);