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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/hdpuftrs/
H A Dhdpu_nexus.c63 int *nexus_id_addr; local
64 nexus_id_addr =
66 if (nexus_id_addr) {
67 slot_id = (*nexus_id_addr >> 8) & 0x1f;
68 chassis_id = *nexus_id_addr & 0xff;
69 iounmap(nexus_id_addr);

Completed in 26 milliseconds