NetBSD/sys/arch/sandpoint/isa/spkrreg.h
briggs c8ef73b71f Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module.  See the README for more information.
2001-02-04 18:32:10 +00:00

12 lines
350 B
C

/* $NetBSD: spkrreg.h,v 1.1 2001/02/04 18:32:16 briggs Exp $ */
/*
* PIT port addresses and speaker control values
*/
#define PITAUX_PORT 0x61 /* port of Programmable Peripheral Interface */
#define PIT_ENABLETMR2 0x01 /* Enable timer/counter 2 */
#define PIT_SPKRDATA 0x02 /* Direct to speaker */
#define PIT_SPKR (PIT_ENABLETMR2|PIT_SPKRDATA)