Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/et131x/
Det1310_phy.c582 u16 lcr2; in et131x_xcvr_init() local
606 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()
Det1310_phy.h125 u8 lcr2; /* LED Control 2 Reg(Reg 0x1C) */ member