Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Ddc2114x.c32 #define DE4X5_OMR 0x030 /* Operation Mode Register */ macro
103 omr = INL(dev, DE4X5_OMR);\
105 OUTL(dev, omr, DE4X5_OMR); /* Enable the TX and/or RX */\
110 omr = INL(dev, DE4X5_OMR);\
112 OUTL(dev, omr, DE4X5_OMR); /* Disable the TX and/or RX */ \
328 OUTL(dev, OMR_SDP | OMR_PS | OMR_PM, DE4X5_OMR); in dc21x4x_init()