Lines Matching defs:ps_count
675 int ps_count[4];
683 ps_count[0] = frq >> 3; /* 0.5 * frq / 4*/
691 ps_count[1] = (frq >> 2) - lower_freq_opt;
692 ps_count[2] = (frq << 1) + (frq >> 1); /* 10.0 * frq / 4 */
697 ps_count[0] = 0x520; /* seq0bdly0 */
698 ps_count[1] = 0xa41; /* seq0bdly1 */
699 ps_count[2] = 0x668a; /* seq0bdly2 */
703 ps_count[3] = 44;
705 ps_count[3] = 33;
707 ps_count[3] = 16;
711 phy_io_write16(phy, addr, ps_count[0]);
716 phy_io_write16(phy, addr, ps_count[1]);
721 phy_io_write16(phy, addr, ps_count[2]);
726 phy_io_write16(phy, addr, ps_count[3]);