Deleted Added
full compact
ppb_msq.h (43301) ppb_msq.h (43433)
1/*-
2 * Copyright (c) 1998 Nicolas Souchu
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1998 Nicolas Souchu
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $Id: ppb_msq.h,v 1.3 1999/01/10 12:04:54 nsouch Exp $
26 * $Id: ppb_msq.h,v 1.4 1999/01/27 21:49:53 dillon Exp $
27 *
28 */
29#ifndef __PPB_MSQ_H
30#define __PPB_MSQ_H
31
32/*
33 * Basic definitions
34 */

--- 58 unchanged lines hidden (view full) ---

93
94/* predifined parameters */
95#define MS_ACCUM -1 /* use accum previously set by MS_OP_SET */
96
97/* these are register numbers according to our PC-like parallel port model */
98#define MS_REG_DTR 0x0
99#define MS_REG_STR 0x1
100#define MS_REG_CTR 0x2
27 *
28 */
29#ifndef __PPB_MSQ_H
30#define __PPB_MSQ_H
31
32/*
33 * Basic definitions
34 */

--- 58 unchanged lines hidden (view full) ---

93
94/* predifined parameters */
95#define MS_ACCUM -1 /* use accum previously set by MS_OP_SET */
96
97/* these are register numbers according to our PC-like parallel port model */
98#define MS_REG_DTR 0x0
99#define MS_REG_STR 0x1
100#define MS_REG_CTR 0x2
101#define MS_REG_EPP 0x4
101#define MS_REG_EPP_A 0x3
102#define MS_REG_EPP_D 0x4
102
103/*
104 * Microsequence macro abstraction level
105 */
106
107/* register operations */
108#define MS_RSET(reg,assert,clear) { MS_OP_RSET, { reg, assert, clear} }
109#define MS_RASSERT(reg,byte) { MS_OP_RASSERT, { reg, byte } }

--- 91 unchanged lines hidden ---
103
104/*
105 * Microsequence macro abstraction level
106 */
107
108/* register operations */
109#define MS_RSET(reg,assert,clear) { MS_OP_RSET, { reg, assert, clear} }
110#define MS_RASSERT(reg,byte) { MS_OP_RASSERT, { reg, byte } }

--- 91 unchanged lines hidden ---