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

Function gpi_enable

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

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

Source from the content-addressed store, hash-verified

517 * @param[in] base GPI base address
518 */
519void
520gpi_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

Callers 2

pfe_eth_startFunction · 0.85
pfe_hif_initFunction · 0.85

Calls 1

writelFunction · 0.50

Tested by

no test coverage detected