The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/bitsy/sa1110dma.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 
    2 enum {
    3         Port4MCP                = 0x80060008,
    4         Port4SSP                = 0x8007006c,
    5         AudioDMA                = 0xa,
    6         SSPXmitDMA              = 0xe,
    7         SSPRecvDMA              = 0xf,
    8 };
    9 
   10 void    dmainit(void);
   11 int             dmaalloc(int, int, int, int, int, ulong, void (*)(void*, ulong), void*);
   12 void    dmareset(int, int, int, int, int, int, ulong);
   13 void    dmafree(int);
   14 
   15 ulong   dmastart(int, ulong, int);
   16 
   17 void    dmawait(int);
   18 void    dmastop(int);
   19 int             dmaidle(int);

Cache object: f6343d985db0dc047da7007ce4ca64b3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.