#include <dev/ppbus/ppi.h>
Go to the source code of this file.
◆ DO_PPI_READ
| #define DO_PPI_READ |
( |
|
fd, |
|
|
|
reg, |
|
|
|
valp |
|
) |
| |
Value:
(reg) ==
PPIDATA? PPIGDATA: ((reg) ==
PPICTRL? PPIGCTRL: PPIGSTATUS), \
valp)
typedef void(GLAPIENTRYP _GLUfuncptr)(void)
@ PPIDATA
Definition ppi.h:28
@ PPICTRL
Definition ppi.h:29
◆ DO_PPI_WRITE
| #define DO_PPI_WRITE |
( |
|
fd, |
|
|
|
reg, |
|
|
|
valp |
|
) |
| |
Value:
(reg) ==
PPIDATA? PPISDATA: ((reg) ==
PPICTRL? PPISCTRL: PPISSTATUS), \
valp)
◆ ppi_claim
| #define ppi_claim |
( |
|
fd | ) |
{} |
◆ ppi_release
| #define ppi_release |
( |
|
fd | ) |
{} |