Remove more trailing whitespace.
This commit is contained in:
parent
a823b333c5
commit
d2b805b7ce
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: awin_reg.h,v 1.89 2016/05/11 18:33:40 bouyer Exp $ */
|
||||
/* $NetBSD: awin_reg.h,v 1.90 2016/12/26 16:20:17 rjs Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2013 The NetBSD Foundation, Inc.
|
||||
@ -1296,8 +1296,8 @@ struct awin_mmc_idma_descriptor {
|
||||
#define AWIN_PIO_INT_SIZE 0x0028
|
||||
|
||||
#define AWIN_PIO_CFG_PINMASK(pin) (7 << (4*((pin) & 7)))
|
||||
#define AWIN_PIO_DRV_MASK(pin) ((x) << (2*((pin) & 15)))
|
||||
#define AWIN_PIO_PULn(v, pin) ((v) << (2*((pin) & 15)))
|
||||
#define AWIN_PIO_DRV_MASK(pin) ((x) << (2*((pin) & 15)))
|
||||
#define AWIN_PIO_PULn(v, pin) ((v) << (2*((pin) & 15)))
|
||||
|
||||
#define AWIN_PIO_FUNC_INPUT 0x0
|
||||
#define AWIN_PIO_FUNC_OUTPUT 0x1
|
||||
|
Loading…
Reference in New Issue
Block a user