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

Function idma_bare_read

freebsd/arm/mv/mv_common.c:1829–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827 **************************************************************************/
1828#if defined(SOC_MV_ORION) || defined(SOC_MV_DISCOVERY)
1829static int
1830idma_bare_read(u_long base, int i)
1831{
1832 uint32_t v;
1833
1834 v = win_idma_bare_read(base);
1835 v &= (1 << i);
1836
1837 return (v >> i);
1838}
1839
1840static void
1841idma_bare_write(u_long base, int i, int val)

Callers 1

decode_win_idma_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected