MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / gicv2_enable_rmw_access

Function gicv2_enable_rmw_access

components/drivers/pic/pic-gicv2.c:468–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static rt_err_t gicv2_enable_rmw_access(void *data)
469{
470 if (rt_ofw_machine_is_compatible("renesas,emev2"))
471 {
472 needs_rmw_access = RT_TRUE;
473 return RT_EOK;
474 }
475
476 return -RT_EINVAL;
477}
478
479static const struct gic_quirk _gicv2_quirks[] =
480{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected