Lines Matching refs:outpw
240 #define CLI_FBI() outpw(CSR_A,(inpw(CSR_A)&\
243 #define CLI_FBI() outpw(CSR_A,(l_inpw(CSR_A)&\
247 #define CLI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc))&\
252 #define STI_FBI() outpw(CSR_A,(inpw(CSR_A)&\
255 #define STI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc))&\
596 #define GET_PAGE(bank) outpw(PAGE_RG_A,(inpw(PAGE_RG_A) &\
599 outpw(PAGE_RG_A, \
603 outpw(PAGE_RG_A,(inpw(PAGE_RG_A) & POS_PAGE)); \
736 #define GET_PAGE(i) outpw(PGR_A,(int)(i))
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)) | \
779 #define SET_HRQ(qup) outpw(RQA_A+((qup)<<1),0)
783 #define CLI_FBI() outpw(CSR_A,(inpw(CSR_A)&(CS_CRESET|CS_BYPASS|CS_VPPSW)))
785 #define CLI_FBI() outpw(CSR_A,(l_inpw(CSR_A) & \
789 #define CLI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc))& \
794 #define STI_FBI() outpw(CSR_A,(inpw(CSR_A) & \
797 #define STI_FBI(smc) outpw(CSR_AS(smc),(inpw(CSR_AS(smc)) & \
1827 #define CLEAR(io,mask) outpw((io),inpw(io)&(~(mask)))
1828 #define SET(io,mask) outpw((io),inpw(io)|(mask))
1830 #define SETMASK(io,val,mask) outpw((io),(inpw(io) & ~(mask)) | (val))
1841 #define MARW(ma) outpw(FM_A(FM_MARW),(unsigned int)(ma))
1842 #define MARR(ma) outpw(FM_A(FM_MARR),(unsigned int)(ma))
1848 #define MDRW(dd) outpw(FM_A(FM_MDRU),(unsigned int)((dd)>>16)) ;\
1849 outpw(FM_A(FM_MDRL),(unsigned int)(dd))
1875 #define OUT_82c54_TIMER(port,val) outpw(TI_A(port),(val)<<8)