1993-06-16 23:41:54 +04:00
|
|
|
/*
|
|
|
|
* PIT port addresses and speaker control values
|
1993-08-02 21:48:44 +04:00
|
|
|
*
|
|
|
|
* $Id: spkr_reg.h,v 1.2 1993/08/02 17:52:36 mycroft Exp $
|
1993-06-16 23:41:54 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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)
|