Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/skfp/h/
Dskfbi.h240 #define CLI_FBI() outpw(CSR_A,(inpw(CSR_A)&\ macro
243 #define CLI_FBI() outpw(CSR_A,(l_inpw(CSR_A)&\ macro
247 #define CLI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc))&\ macro
648 #define CLI_FBI() outp(ADDR(IRQ_OTH_DIS),0) macro
650 #define CLI_FBI(smc) outp(ADDRS((smc),IRQ_OTH_DIS),0) macro
783 #define CLI_FBI() outpw(CSR_A,(inpw(CSR_A)&(CS_CRESET|CS_BYPASS|CS_VPPSW))) macro
785 #define CLI_FBI() outpw(CSR_A,(l_inpw(CSR_A) & \ macro
789 #define CLI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc))& \ macro
1776 #define CLI_FBI() outpd(ADDR(B0_IMSK),0) macro
1778 #define CLI_FBI(smc) outpd(ADDRS((smc),B0_IMSK),0) macro
/linux-2.4.37.9/drivers/net/skfp/
Dskfddi.c846 CLI_FBI(); in skfp_close()
930 CLI_FBI(); // Disable IRQs from our adapter. in skfp_interrupt()