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

Function idma_set_prot

freebsd/arm/mv/mv_common.c:1868–1875  ·  view source on GitHub ↗

* Set protection 'val' on all channels for window 'w' */

Source from the content-addressed store, hash-verified

1866 * Set protection 'val' on all channels for window 'w'
1867 */
1868static void
1869idma_set_prot(u_long base, int w, int val)
1870{
1871 int c;
1872
1873 for (c = 0; c < MV_IDMA_CHAN_MAX; c++)
1874 idma_cap_write(base, c, w, val);
1875}
1876
1877static int
1878win_idma_can_remap(int i)

Callers 1

decode_win_idma_setupFunction · 0.85

Calls 1

idma_cap_writeFunction · 0.85

Tested by

no test coverage detected