Enables a GPI block. * @param[in] base GPI base address */
| 517 | * @param[in] base GPI base address |
| 518 | */ |
| 519 | void |
| 520 | gpi_enable(void *base) |
| 521 | { |
| 522 | writel(CORE_ENABLE, base + GPI_CTRL); |
| 523 | } |
| 524 | |
| 525 | /* Disables a GPI block. |
| 526 | * @param[in] base GPI base address |
no test coverage detected