MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gpi_reset

Function gpi_reset

dpdk/drivers/net/pfe/pfe_hal.c:510–514  ·  view source on GitHub ↗

Resets a GPI block. * @param[in] base GPI base address */

Source from the content-addressed store, hash-verified

508 * @param[in] base GPI base address
509 */
510void
511gpi_reset(void *base)
512{
513 writel(CORE_SW_RESET, base + GPI_CTRL);
514}
515
516/* Enables a GPI block.
517 * @param[in] base GPI base address

Callers 1

gpi_initFunction · 0.85

Calls 1

writelFunction · 0.50

Tested by

no test coverage detected