Searched refs:lcr2 (Results 1 – 2 of 2) sorted by relevance
582 u16 lcr2; in et131x_xcvr_init() local606 MiRead(etdev, (u8) offsetof(struct mi_regs, lcr2), in et131x_xcvr_init()607 &lcr2); in et131x_xcvr_init()609 lcr2 &= 0x00FF; in et131x_xcvr_init()610 lcr2 |= 0xA000; /* led link */ in et131x_xcvr_init()613 lcr2 |= 0x0300; in et131x_xcvr_init()615 lcr2 |= 0x0400; in et131x_xcvr_init()617 MiWrite(etdev, (u8) offsetof(struct mi_regs, lcr2), in et131x_xcvr_init()618 lcr2); in et131x_xcvr_init()
125 u8 lcr2; /* LED Control 2 Reg(Reg 0x1C) */ member