HomeSort by: relevance | last modified time | path
    Searched refs:phs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/playstation2/ee/
gsreg.h 52 #define SMODE1(vhp, vcksel, slck2, nvck, clksel, pevs, pehs, pvs, phs, \
62 ((u_int64_t)(phs) << 26) | \
  /src/sys/dev/ic/
arn9003.c 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local in function:ar9003_get_iq_corr
2356 phs[i][j] = (c * SCALE) / p;
2359 cos[i] = ((phs[i][0] - phs[i][1]) * SHIFT) / DELPT;
2380 f3 * ( phs[0][0] - phs[1][0])) / f2;
2383 f1 * ( phs[0][0] - phs[1][0])) / f2;
2391 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;

Completed in 13 milliseconds