Searched refs:CS_BYPASS (Results 1 – 2 of 2) sorted by relevance
151 #define CS_BYPASS 0x20 /* bypass switch (0=remove, 1=insert)*/ macro241 (CS_CRESET|CS_BYPASS))|CS_RESET_FIFO|smc->hw.led)244 (CS_CRESET|CS_BYPASS))|CS_RESET_FIFO|smc->hw.led)248 (CS_CRESET|CS_BYPASS))|CS_RESET_FIFO|(smc)->hw.led)253 (CS_CRESET|CS_BYPASS|CS_RESET_FIFO))|CS_IMSK|smc->hw.led)256 (CS_CRESET|CS_BYPASS|CS_RESET_FIFO))|CS_IMSK|(smc)->hw.led)485 #define CS_BYPASS 0x0400 /* bypass on/off indication */ macro740 #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)) | \752 #define CS_BYPASS 0x20 /* bypass switch (0=remove, 1=insert)*/ macro[all …]
578 csra_v = inpw(CSR_A) & ~CS_BYPASS ;585 outpw(CSR_A,csra_v | CS_BYPASS) ;