Home
last modified time | relevance | path

Searched refs:CSR_A (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/h/
Dskfbi.h131 #define CSR_A (CSRA+smc->hw.iop) /* control/status register address (r/w) */ macro
240 #define CLI_FBI() outpw(CSR_A,(inpw(CSR_A)&\
243 #define CLI_FBI() outpw(CSR_A,(l_inpw(CSR_A)&\
252 #define STI_FBI() outpw(CSR_A,(inpw(CSR_A)&\
544 #define CSR_A ADDR(CSRA) /* control/status register address */ macro
711 #define CSR_A (0x3000+smc->hw.iop) /* control/status register address (r/w) */ macro
740 #define VPP_OFF() outpw(CSR_A,(inpw(CSR_A) & (CS_CRESET|CS_BYPASS)))
741 #define VPP_ON() outpw(CSR_A,(inpw(CSR_A) & (CS_CRESET|CS_BYPASS)) | \
771 #define FPROM_SW() (inpw(CSR_A)&CS_SW_EPROM)
772 #define DMA_BUSY() (inpw(CSR_A)&CS_BUSY)
[all …]
/linux-2.4.37.9/drivers/net/skfp/
Ddrvfbi.c144 outpw(CSR_A,0) ; /* reset for all chips */
151 outpw(CSR_A,CS_CRESET) ;
154 outpw(CSR_A,0) ; /* reset for all chips */
157 outpw(CSR_A,CS_CRESET) ;
159 outpw(CSR_A,CS_CRESET | smc->hw.led) ;
181 if (!((i = inpw(CSR_A)) & CS_SAS)) {
259 outpw(CSR_A,0) ; /* reset for all chips */
262 outpw(CSR_A,0) ; /* reset for all chips */
539 if (inpw(CSR_A) & CS_SAS)
548 if (inpw(CSR_A) & CS_BYSTAT)
[all …]