Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Diphase.c286 writew(TRANSMIT_DONE, dev->seg_reg+SEG_INTR_STATUS_REG); in clear_lockup()
1667 status = readl(iadev->seg_reg+SEG_INTR_STATUS_REG);
1674 writew(TRANSMIT_DONE, iadev->seg_reg+SEG_INTR_STATUS_REG);
2189 readw(iadev->seg_reg+SEG_INTR_STATUS_REG);
2193 writew(TRANSMIT_DONE, iadev->seg_reg+SEG_INTR_STATUS_REG);
2997 writew(TRANSMIT_DONE, iadev->seg_reg+SEG_INTR_STATUS_REG);
H A Diphase.h450 #define SEG_INTR_STATUS_REG 0x47 macro