Searched refs:linkint (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dpcilynx.c725 u32 linkint; local
727 linkint = reg_read(lynx, LINK_INT_STATUS);
734 linkint);
736 reg_write(lynx, LINK_INT_STATUS, linkint);
740 if (linkint & LINK_INT_PHY_TIMEOUT) {
743 if (linkint & LINK_INT_PHY_BUSRESET) {
750 if (linkint & LINK_INT_PHY_REG_RCVD) {
769 if (linkint & LINK_INT_ISO_STUCK) {
772 if (linkint & LINK_INT_ASYNC_STUCK) {
775 if (linkint
[all...]

Completed in 25 milliseconds