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

Function gpi_disable

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

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

Source from the content-addressed store, hash-verified

526 * @param[in] base GPI base address
527 */
528void
529gpi_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

Callers 3

gpi_initFunction · 0.85
pfe_eth_stopFunction · 0.85
pfe_hif_exitFunction · 0.85

Calls 1

writelFunction · 0.50

Tested by

no test coverage detected