mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
This commit is contained in:
parent
f512b596a8
commit
6da5b383f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149205
@ -45,15 +45,6 @@ typedef bus_addr_t tulip_csrptr_t;
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr, val)
|
||||
|
||||
#define TULIP_CSR_READBYTE(sc, csr) \
|
||||
bus_space_read_1((sc)->tulip_csrs_bst, \
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr)
|
||||
#define TULIP_CSR_WRITEBYTE(sc, csr, val) \
|
||||
bus_space_write_1((sc)->tulip_csrs_bst, \
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr, val)
|
||||
|
||||
/*
|
||||
* This structure contains "pointers" for the registers on
|
||||
* the various 21x4x chips. CSR0 through CSR8 are common
|
||||
|
@ -45,15 +45,6 @@ typedef bus_addr_t tulip_csrptr_t;
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr, val)
|
||||
|
||||
#define TULIP_CSR_READBYTE(sc, csr) \
|
||||
bus_space_read_1((sc)->tulip_csrs_bst, \
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr)
|
||||
#define TULIP_CSR_WRITEBYTE(sc, csr, val) \
|
||||
bus_space_write_1((sc)->tulip_csrs_bst, \
|
||||
(sc)->tulip_csrs_bsh, \
|
||||
(sc)->tulip_csrs.csr, val)
|
||||
|
||||
/*
|
||||
* This structure contains "pointers" for the registers on
|
||||
* the various 21x4x chips. CSR0 through CSR8 are common
|
||||
|
Loading…
Reference in New Issue
Block a user