This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.

This commit is contained in:
Marcel Moolenaar 2004-11-21 01:33:39 +00:00
parent 2d3cb56d97
commit caf45b058e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137954

View File

@ -37,6 +37,9 @@
* $FreeBSD$
*/
#ifndef _DEV_IC_SAB82532_H_
#define _DEV_IC_SAB82532_H_
/*
* Register definitions for SAB82532 based on "Enhanced Serial Communication
* Controller ESCC2 Version 3.2 User's Manual 07.96" from:
@ -318,3 +321,5 @@
#define SAB_RSTAT_PE 0x80 /* parity error */
#define SAB_RSTAT_FE 0x40 /* framing error */
#define SAB_RSTAT_PAR 0x01 /* parity bit */
#endif /* _DEV_IC_SAB82532_H_ */