Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / shark / isa / spkrreg.h
blob296f0bd0a5ec34f227a6ea71ee695008a823b7e4
1 /* $NetBSD$ */
3 /*
4 * PIT port addresses and speaker control values
5 */
7 #define PITAUX_PORT 0x61 /* port of Programmable Peripheral Interface */
8 #define PIT_ENABLETMR2 0x01 /* Enable timer/counter 2 */
9 #define PIT_SPKRDATA 0x02 /* Direct to speaker */
11 #define PIT_SPKR (PIT_ENABLETMR2|PIT_SPKRDATA)