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

/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c1018 bit32 phyportid; local
1097 phyportid = pPort->portId & 0xF;
1102 phyportid = pPort->portId & 0xFF;
1111 phyportid = 0xF;
1115 phyportid = 0xFF;
1124 phyportid = 0xF;
1128 phyportid = 0xFF;
1140 phyportid |= ((eventSource->param & 0x0000000F) << 4);
1142 phyportid |= (eventSource->event & 0x0000FFFF) << 8;
1143 SA_DBG3(("saHwEventAck: portId 0x%x phyId 0x%x SEA 0x%x\n", phyportid
[all...]

Completed in 84 milliseconds