Disables a GPI block. * @param[in] base GPI base address */
| 526 | * @param[in] base GPI base address |
| 527 | */ |
| 528 | void |
| 529 | gpi_disable(void *base) |
| 530 | { |
| 531 | writel(CORE_DISABLE, base + GPI_CTRL); |
| 532 | } |
| 533 | |
| 534 | /* Sets the configuration of a GPI block. |
| 535 | * @param[in] base GPI base address |
no test coverage detected