Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_espi_host_dev.c22 uint8_t mem_bar_idx; member
249 if (!ldi->mem_bar_idx) { /* Logical device does not implement a memory BAR */ in mec_hal_espi_mbar_cfg()
253 idx = (uint8_t)(ldi->mem_bar_idx - 1u); in mec_hal_espi_mbar_cfg()
338 if (!ldi->mem_bar_idx) { /* Logical device does not implement a memory BAR */ in mec_hal_espi_mbar_enable()
342 idx = (uint8_t)(ldi->mem_bar_idx - 1u); in mec_hal_espi_mbar_enable()
364 if (!ldi->mem_bar_idx) { /* Logical device does not implement a memory BAR */ in mec_hal_espi_mbar_is_enabled()
368 idx = (uint8_t)(ldi->mem_bar_idx - 1u); in mec_hal_espi_mbar_is_enabled()
388 if (!ldi->io_bar_idx && !ldi->mem_bar_idx) { /* Logical device does not implement any BAR */ in mec_hal_espi_bar_inhibit()