Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xini.c551 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_A)); /* All interrupts … in DisableESCC8InterruptsFromCIM()
552 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_B)); /* All interrupts … in DisableESCC8InterruptsFromCIM()
553 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_C)); /* All interrupts … in DisableESCC8InterruptsFromCIM()
554 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_D)); /* All interrupts … in DisableESCC8InterruptsFromCIM()
720 …writeb(0x00,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PCR_A)); /* All output bit… in CreateESCC8fromCIM()
721 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_A)); /* All interrupts … in CreateESCC8fromCIM()
722 writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PVR_A)); /* All low */ in CreateESCC8fromCIM()
727 …writeb(0x00,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PCR_B)); /* All output bit… in CreateESCC8fromCIM()
728 …writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PIM_B)); /* All interrupts … in CreateESCC8fromCIM()
729 writeb(0xff,((unsigned char *)regbase) + (CIMCMD_WRREGB | SAB82538_REG_PVR_B)); /* All low */ in CreateESCC8fromCIM()
[all …]
D8253xmcs.h167 #define CIMCMD_WRREGB 0x2000 /* add channel# and reg# (>= 0x20) */ macro