Searched refs:pm3386_reg_read (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/net/ixp2000/
H A Dpm3386.c21 static u16 pm3386_reg_read(int pm, int reg) function
32 // printk(KERN_INFO "pm3386_reg_read(%d, %.3x) = %.8x\n", pm, reg, value);
70 return pm3386_reg_read(port >> 1, reg);
90 return pm3386_reg_read(1, 0) == 0x3386;
183 while (!(pm3386_reg_read(pm, 0x103) & 0x80))
198 while ((pm3386_reg_read(pm, 0x203) & 0x000c) != 0x000c)

Completed in 58 milliseconds