1
0
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:
John Baldwin 2005-08-17 17:45:19 +00:00
parent f512b596a8
commit 6da5b383f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149205
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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