include/blf.h
48
u_int32_t P[BLF_N + 2]; /* Subkeys */
lib/libc/crypt/blowfish.c
424
c->P[i] = c->P[i] ^ temp;
lib/libc/crypt/blowfish.c
433
c->P[i] = datal;
lib/libc/crypt/blowfish.c
434
c->P[i + 1] = datar;
lib/libc/crypt/blowfish.c
464
c->P[i] = c->P[i] ^ temp;
lib/libc/crypt/blowfish.c
475
c->P[i] = datal;
lib/libc/crypt/blowfish.c
476
c->P[i + 1] = datar;
lib/libc/crypt/blowfish.c
62
u_int32_t *p = c->P;
lib/libc/crypt/blowfish.c
88
u_int32_t *p = c->P;
lib/libc/db/hash/hash_buf.c
77
#define BUF_INSERT(B, P) { \
lib/libc/db/hash/hash_buf.c
78
(B)->next = (P)->next; \
lib/libc/db/hash/hash_buf.c
79
(B)->prev = (P); \
lib/libc/db/hash/hash_buf.c
80
(P)->next = (B); \
lib/libc/db/hash/hash_page.c
76
#define PAGE_INIT(P) { \
lib/libc/db/hash/hash_page.c
77
((u_int16_t *)(P))[0] = 0; \
lib/libc/db/hash/hash_page.c
78
((u_int16_t *)(P))[1] = hashp->BSIZE - 3 * sizeof(u_int16_t); \
lib/libc/db/hash/hash_page.c
79
((u_int16_t *)(P))[2] = hashp->BSIZE; \
lib/libc/db/hash/page.h
78
#define FREESPACE(P) ((P)[(P)[0]+1])
lib/libc/db/hash/page.h
79
#define OFFSET(P) ((P)[(P)[0]+2])
lib/libc/db/hash/page.h
80
#define PAIRFITS(P,K,D) \
lib/libc/db/hash/page.h
81
(((P)[2] >= REAL_KEY) && \
lib/libc/db/hash/page.h
82
(PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
lib/libc/gdtoa/dtoa.c
249
i = bbits + be + (Bias + (P-1) - 1);
lib/libc/gdtoa/dtoa.c
254
i -= (Bias + (P-1) - 1) + 1;
lib/libc/gdtoa/dtoa.c
380
word0(&eps) -= (P-1)*Exp_msk1;
lib/libc/gdtoa/dtoa.c
504
denorm ? be + (Bias + (P-1) - 1 + 1) :
lib/libc/gdtoa/dtoa.c
507
1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);
lib/libc/gdtoa/dtoa.c
509
1 + P - bbits;
lib/libc/gdtoa/gdtoa.c
385
word0(&eps) -= (P-1)*Exp_msk1;
lib/libc/gdtoa/misc.c
836
*e = (de - Bias - (P-1) << 2) + k;
lib/libc/gdtoa/misc.c
837
*bits = 4*P + 8 - k - hi0bits(word0(&d) & Frac_mask);
lib/libc/gdtoa/misc.c
839
*e = de - Bias - (P-1) + k;
lib/libc/gdtoa/misc.c
840
*bits = P - k;
lib/libc/gdtoa/misc.c
845
*e = de - Bias - (P-1) + 1 + k;
lib/libc/gdtoa/strtod.c
1010
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
1024
if (y <= (P-1)*Exp_msk1 && aadj > 1.) {
lib/libc/gdtoa/strtod.c
1076
word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
lib/libc/gdtoa/strtod.c
400
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
403
> Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
lib/libc/gdtoa/strtod.c
405
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
501
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
504
> Exp_msk1*(DBL_MAX_EXP+Bias-P))
lib/libc/gdtoa/strtod.c
506
if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
lib/libc/gdtoa/strtod.c
513
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
525
scale = 2*P;
lib/libc/gdtoa/strtod.c
529
if (scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
lib/libc/gdtoa/strtod.c
535
word0(&rv) = (P+2)*Exp_msk1;
lib/libc/gdtoa/strtod.c
611
j = P + 1 - bbbits;
lib/libc/gdtoa/strtod.c
623
j = 1 + 4*P - 3 - bbbits + ((bbe + bbbits - 1) & 3);
lib/libc/gdtoa/strtod.c
625
j = P + 1 - bbbits;
lib/libc/gdtoa/strtod.c
631
j += P - Emin;
lib/libc/gdtoa/strtod.c
633
j = P + 1 - bbbits;
lib/libc/gdtoa/strtod.c
708
if (!scale || y > 2*P*Exp_msk1)
lib/libc/gdtoa/strtod.c
723
<= 2*P*Exp_msk1)
lib/libc/gdtoa/strtod.c
724
word0(&adj) += (2*P+1)*Exp_msk1 - y;
lib/libc/gdtoa/strtod.c
728
P*Exp_msk1) {
lib/libc/gdtoa/strtod.c
729
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
731
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
74
if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
lib/libc/gdtoa/strtod.c
753
if (scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1)
lib/libc/gdtoa/strtod.c
754
word0(&adj) += (2*P+1)*Exp_msk1 - y;
lib/libc/gdtoa/strtod.c
757
if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) {
lib/libc/gdtoa/strtod.c
758
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
764
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
788
|| (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
lib/libc/gdtoa/strtod.c
820
(scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1)
lib/libc/gdtoa/strtod.c
821
? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
lib/libc/gdtoa/strtod.c
849
if (L <= (scale ? (2*P+1)*Exp_msk1 : Exp_msk1))
lib/libc/gdtoa/strtod.c
860
if (L <= (2*P+1)*Exp_msk1) {
lib/libc/gdtoa/strtod.c
861
if (L > (P+2)*Exp_msk1)
lib/libc/gdtoa/strtod.c
962
word0(&rv) -= P*Exp_msk1;
lib/libc/gdtoa/strtod.c
966
Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
lib/libc/gdtoa/strtod.c
974
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
978
if (scale && y <= 2*P*Exp_msk1) {
lib/libc/gdtoa/strtod.c
985
word0(&aadj1) += (2*P+1)*Exp_msk1 - y;
lib/libc/gdtoa/strtod.c
991
if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) {
lib/libc/gdtoa/strtod.c
993
word0(&rv) += P*Exp_msk1;
lib/libc/gdtoa/strtod.c
997
if ((word0(&rv) & Exp_mask) < P*Exp_msk1)
lib/libc/gdtoa/strtod.c
999
if ((word0(&rv) & Exp_mask) <= P*Exp_msk1)
lib/libc/gdtoa/strtodg.c
201
if (P == nb) {
lib/libc/gdtoa/strtodg.c
327
return P - lo0bits(&L);
lib/libc/gdtoa/strtodg.c
333
return P - 32 - lo0bits(&L);
lib/libc/gdtoa/strtodg.c
575
if (nbits <= P && nd <= DBL_DIG) {
lib/libc/gdtoa/strtodg.c
588
i = fivesbits[e] + mantbits(&rv) <= P;
lib/libc/gdtoa/strtodg.c
613
word0(&adj) -= P*Exp_msk1;
lib/libc/gdtoa/strtodg.c
616
> Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
lib/libc/gdtoa/strtodg.c
618
word0(&adj) += P*Exp_msk1;
lib/libc/gdtoa/ulp.c
45
L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
lib/libc/stdlib/setenv.c
123
for (P = &environ[tmpoff];; ++P)
lib/libc/stdlib/setenv.c
124
if (!(*P = *(P + 1)))
lib/libc/stdlib/setenv.c
131
for (P = environ; *P != NULL; P++)
lib/libc/stdlib/setenv.c
133
cnt = P - environ;
lib/libc/stdlib/setenv.c
135
P = reallocarray(lastenv, cnt + 2, sizeof(char *));
lib/libc/stdlib/setenv.c
136
if (!P)
lib/libc/stdlib/setenv.c
139
memcpy(P, environ, cnt * sizeof(char *));
lib/libc/stdlib/setenv.c
140
lastenv = environ = P;
lib/libc/stdlib/setenv.c
162
char **P;
lib/libc/stdlib/setenv.c
179
for (P = &environ[offset];; ++P)
lib/libc/stdlib/setenv.c
180
if (!(*P = *(P + 1)))
lib/libc/stdlib/setenv.c
45
char **P, *cp;
lib/libc/stdlib/setenv.c
61
for (P = &environ[offset];; ++P)
lib/libc/stdlib/setenv.c
62
if (!(*P = *(P + 1)))
lib/libc/stdlib/setenv.c
70
for (P = environ; *P != NULL; P++)
lib/libc/stdlib/setenv.c
72
cnt = P - environ;
lib/libc/stdlib/setenv.c
74
P = reallocarray(lastenv, cnt + 2, sizeof(char *));
lib/libc/stdlib/setenv.c
75
if (!P)
lib/libc/stdlib/setenv.c
78
memcpy(P, environ, cnt * sizeof(char *));
lib/libc/stdlib/setenv.c
79
lastenv = environ = P;
lib/libc/stdlib/setenv.c
94
char *C, **P;
lib/libcrypto/bf/bf_local.h
107
#define BF_ENC(LL,R,S,P) ( \
lib/libcrypto/bf/bf_local.h
108
LL^=P, \
lib/libcrypto/bf/blowfish.c
350
p = key->P;
lib/libcrypto/bf/blowfish.c
393
p = key->P;
lib/libcrypto/bf/blowfish.c
650
p = key->P;
lib/libcrypto/bf/blowfish.c
77
.P = {
lib/libcrypto/bf/blowfish.h
84
BF_LONG P[BF_ROUNDS + 2];
lib/libcrypto/ec/ecp_methods.c
1027
#define EC_POINT_BN_set_flags(P, flags) do { \
lib/libcrypto/ec/ecp_methods.c
1028
BN_set_flags((P)->X, (flags)); \
lib/libcrypto/ec/ecp_methods.c
1029
BN_set_flags((P)->Y, (flags)); \
lib/libcrypto/ec/ecp_methods.c
1030
BN_set_flags((P)->Z, (flags)); \
lib/libcrypto/sm2/sm2_crypt.c
256
const EC_POINT *P;
lib/libcrypto/sm2/sm2_crypt.c
286
if ((P = EC_KEY_get0_public_key(key)) == NULL) {
lib/libcrypto/sm2/sm2_crypt.c
364
if (!EC_POINT_mul(group, kP, NULL, P, k, ctx)) {
lib/libelf/libelf_ar.c
311
#define GET_LONG(P, V)do { \
lib/libelf/libelf_ar.c
312
memcpy(&(V), (P), sizeof(long)); \
lib/libelf/libelf_ar.c
313
(P) += sizeof(long); \
lib/libelf/libelf_ar.c
419
#define GET_WORD(P, V) do { \
lib/libelf/libelf_ar.c
421
(V) = (P)[0]; (V) <<= 8; \
lib/libelf/libelf_ar.c
422
(V) += (P)[1]; (V) <<= 8; \
lib/libelf/libelf_ar.c
423
(V) += (P)[2]; (V) <<= 8; \
lib/libelf/libelf_ar.c
424
(V) += (P)[3]; \
lib/libelf/libelf_memory.c
60
#define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \
lib/libelf/libelf_memory.c
61
(P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \
lib/libelf/libelf_memory.c
62
(P)[EI_MAG3] == ELFMAG3)
lib/libm/src/e_acosl.c
76
p = P(z);
lib/libm/src/e_acosl.c
82
p = P(z);
lib/libm/src/e_acosl.c
98
p = P(z);
lib/libm/src/e_asinl.c
66
p = P(t);
lib/libm/src/e_asinl.c
74
p = P(t);
lib/libm/src/ld128/e_expl.c
138
px = x * __polevll( xx, P, 4 );
lib/libm/src/ld128/e_expl.c
84
static long double P[5] = {
lib/libm/src/ld128/e_log10l.c
240
y = x * (z * neval (x, P, 12) / deval (x, Q, 11));
lib/libm/src/ld128/e_log10l.c
71
static const long double P[13] =
lib/libm/src/ld128/e_log2l.c
234
y = x * (z * neval (x, P, 12) / deval (x, Q, 11));
lib/libm/src/ld128/e_log2l.c
70
static const long double P[13] =
lib/libm/src/ld80/e_expl.c
125
px = x * __polevll( xx, P, 2 );
lib/libm/src/ld80/e_expl.c
79
static long double P[3] = {
lib/libm/src/ld80/e_log10l.c
184
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) );
lib/libm/src/ld80/e_log10l.c
74
static long double P[] = {
lib/libm/src/ld80/e_log2l.c
180
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) );
lib/libm/src/ld80/e_log2l.c
74
static long double P[] = {
lib/libm/src/ld80/e_logl.c
181
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) );
lib/libm/src/ld80/e_logl.c
74
static long double P[] = {
lib/libm/src/ld80/e_powl.c
374
w = x * ( z * __polevll( x, P, 3 ) / __p1evll( x, Q, 3 ) );
lib/libm/src/ld80/e_powl.c
88
static long double P[] = {
lib/libm/src/ld80/e_tgammal.c
297
p = __polevll( x, P, 7 );
lib/libm/src/ld80/e_tgammal.c
74
static long double P[8] = {
lib/libm/src/ld80/s_erfl.c
251
long double R, S, P, Q, s, y, z, r;
lib/libm/src/ld80/s_erfl.c
284
P = pa[0] + s * (pa[1] + s * (pa[2]
lib/libm/src/ld80/s_erfl.c
289
return erx + P / Q;
lib/libm/src/ld80/s_erfl.c
291
return -erx - P / Q;
lib/libm/src/ld80/s_erfl.c
333
long double R, S, P, Q, s, y, z, r;
lib/libm/src/ld80/s_erfl.c
369
P = pa[0] + s * (pa[1] + s * (pa[2]
lib/libm/src/ld80/s_erfl.c
376
return z - P / Q;
lib/libm/src/ld80/s_erfl.c
380
z = erx + P / Q;
lib/libm/src/ld80/s_log1pl.c
185
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) );
lib/libm/src/ld80/s_log1pl.c
71
static long double P[] = {
lib/libm/src/polevll.c
100
y = y * x + *P++;
lib/libm/src/polevll.c
75
long double *P;
lib/libm/src/polevll.c
77
P = (long double *)PP;
lib/libm/src/polevll.c
78
y = *P++;
lib/libm/src/polevll.c
80
y = y * x + *P++;
lib/libm/src/polevll.c
94
long double *P;
lib/libm/src/polevll.c
96
P = (long double *)PP;
lib/libm/src/polevll.c
98
y = x + *P++;
lib/libm/src/s_erf.c
191
double R,S,P,Q,s,y,z,r;
lib/libm/src/s_erf.c
213
P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
lib/libm/src/s_erf.c
215
if(hx>=0) return erx + P/Q; else return -erx - P/Q;
lib/libm/src/s_erf.c
245
double R,S,P,Q,s,y,z,r;
lib/libm/src/s_erf.c
270
P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
lib/libm/src/s_erf.c
273
z = one-erx; return z - P/Q;
lib/libm/src/s_erf.c
275
z = erx+P/Q; return one+z;
lib/libm/src/s_erff.c
121
P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
lib/libm/src/s_erff.c
123
if(hx>=0) return erx + P/Q; else return -erx - P/Q;
lib/libm/src/s_erff.c
151
float R,S,P,Q,s,y,z,r;
lib/libm/src/s_erff.c
176
P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
lib/libm/src/s_erff.c
179
z = one-erx; return z - P/Q;
lib/libm/src/s_erff.c
181
z = erx+P/Q; return one+z;
lib/libm/src/s_erff.c
98
float R,S,P,Q,s,y,z,r;
libexec/ftpd/ftpcmd.y
106
L N P R S T
libexec/ftpd/ftpcmd.y
1405
return (P);
libexec/ftpd/ftpcmd.y
865
| P
libexec/ld.so/loader.c
961
char **P;
libexec/ld.so/loader.c
963
for (P = env;; ++P)
libexec/ld.so/loader.c
964
if (!(*P = *(P + 1)))
libexec/ld.so/resolve.h
387
#define DL_DEB(P) do { if (_dl_debug) _dl_printf P ; } while (0)
regress/lib/libcrypto/ec/ectest.c
128
if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx))
regress/lib/libcrypto/ec/ectest.c
130
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
135
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
regress/lib/libcrypto/ec/ectest.c
137
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
142
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
regress/lib/libcrypto/ec/ectest.c
144
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
147
EC_POINT_free(P);
regress/lib/libcrypto/ec/ectest.c
159
EC_POINT *P, *Q, *R;
regress/lib/libcrypto/ec/ectest.c
205
P = EC_POINT_new(group);
regress/lib/libcrypto/ec/ectest.c
208
if (!P || !Q || !R)
regress/lib/libcrypto/ec/ectest.c
211
if (!EC_POINT_set_to_infinity(group, P))
regress/lib/libcrypto/ec/ectest.c
213
if (!EC_POINT_is_at_infinity(group, P))
regress/lib/libcrypto/ec/ectest.c
220
if (!EC_POINT_add(group, P, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
222
if (!EC_POINT_is_at_infinity(group, P))
regress/lib/libcrypto/ec/ectest.c
250
if (EC_POINT_is_at_infinity(group, P))
regress/lib/libcrypto/ec/ectest.c
253
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
263
if (!EC_POINT_copy(R, P))
regress/lib/libcrypto/ec/ectest.c
265
if (!EC_POINT_add(group, P, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
269
} while (!EC_POINT_is_at_infinity(group, P));
regress/lib/libcrypto/ec/ectest.c
276
if (!EC_POINT_add(group, P, Q, R, ctx))
regress/lib/libcrypto/ec/ectest.c
278
if (!EC_POINT_is_at_infinity(group, P))
regress/lib/libcrypto/ec/ectest.c
284
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
regress/lib/libcrypto/ec/ectest.c
286
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
295
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
regress/lib/libcrypto/ec/ectest.c
297
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
306
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
regress/lib/libcrypto/ec/ectest.c
308
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
321
if (!EC_POINT_invert(group, P, ctx))
regress/lib/libcrypto/ec/ectest.c
323
if (0 != EC_POINT_cmp(group, P, R, ctx))
regress/lib/libcrypto/ec/ectest.c
345
if (!EC_POINT_set_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
347
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
351
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
354
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
392
if (!EC_POINT_set_compressed_coordinates(group, P, x, 1, ctx))
regress/lib/libcrypto/ec/ectest.c
394
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
398
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
401
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
439
if (!EC_POINT_set_compressed_coordinates(group, P, x, 0, ctx))
regress/lib/libcrypto/ec/ectest.c
441
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
445
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
448
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
486
if (!EC_POINT_set_compressed_coordinates(group, P, x, 1, ctx))
regress/lib/libcrypto/ec/ectest.c
488
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
492
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
495
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
533
if (!EC_POINT_set_compressed_coordinates(group, P, x, 1, ctx))
regress/lib/libcrypto/ec/ectest.c
535
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
539
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
542
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
584
if (!EC_POINT_set_compressed_coordinates(group, P, x, 0, ctx))
regress/lib/libcrypto/ec/ectest.c
586
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
591
if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
regress/lib/libcrypto/ec/ectest.c
594
if (!EC_POINT_get_affine_coordinates(group, P, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
621
if (!EC_POINT_copy(Q, P))
regress/lib/libcrypto/ec/ectest.c
626
if (!EC_POINT_dbl(group, P, P, ctx))
regress/lib/libcrypto/ec/ectest.c
628
if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
regress/lib/libcrypto/ec/ectest.c
634
if (!EC_POINT_add(group, R, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
649
EC_POINT_free(P);
regress/lib/libcrypto/ec/ectest.c
93
EC_POINT *P = EC_POINT_new(group);
regress/lib/libcrypto/ec/ectest.c
96
if (P == NULL || Q == NULL)
regress/lib/libcrypto/gcm128/gcm128test.c
124
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
165
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
210
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
262
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
301
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
318
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
345
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
388
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
434
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
487
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
526
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
543
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
571
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
615
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
65
const uint8_t P[512];
regress/lib/libcrypto/gcm128/gcm128test.c
662
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
716
.P = {
regress/lib/libcrypto/gcm128/gcm128test.c
755
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
799
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
81
.P = {0},
regress/lib/libcrypto/gcm128/gcm128test.c
879
CRYPTO_gcm128_encrypt(ctx, tv->P, out, out_len);
regress/lib/libcrypto/gcm128/gcm128test.c
902
if (tv->P_len > 0 && memcmp(out, tv->P, out_len)) {
regress/lib/libcrypto/gcm128/gcm128test.c
98
.P = {0},
regress/lib/libm/cephes/polevll.c
165
register long double *P = (long double *)p;
regress/lib/libm/cephes/polevll.c
167
y = *P++;
regress/lib/libm/cephes/polevll.c
170
y = y * x + *P++;
regress/lib/libm/cephes/polevll.c
187
register long double *P = (long double *)p;
regress/lib/libm/cephes/polevll.c
190
y = x + *P++;
regress/lib/libm/cephes/polevll.c
193
y = y * x + *P++;
regress/libexec/ld.so/initfirst/test2/prog1/prog1.C
12
P();
regress/libexec/ld.so/initfirst/test2/prog1/prog1.C
13
~P();
regress/libexec/ld.so/initfirst/test2/prog1/prog1.C
16
P::P()
regress/libexec/ld.so/initfirst/test2/prog1/prog1.C
21
P::~P()
regress/libexec/ld.so/initfirst/test2/prog1/prog1.C
26
P p;
sbin/unwind/libunbound/sldns/keyraw.c
246
BIGNUM *Q=NULL, *P=NULL, *G=NULL, *Y=NULL;
sbin/unwind/libunbound/sldns/keyraw.c
247
if(!sldns_key_dsa_buf_bignum(key, len, &P, &Q, &G, &Y)) {
sbin/unwind/libunbound/sldns/keyraw.c
257
dsa->p = P;
sbin/unwind/libunbound/sldns/keyraw.c
264
if (!DSA_set0_pqg(dsa, P, Q, G)) {
sbin/unwind/libunbound/sldns/keyraw.c
267
BN_free(P);
sbin/unwind/libunbound/validator/val_secalgo.c
1124
SECItem P = {siBuffer, NULL, 0};
sbin/unwind/libunbound/validator/val_secalgo.c
1144
P.data = key+offset;
sbin/unwind/libunbound/validator/val_secalgo.c
1145
P.len = length;
sbin/unwind/libunbound/validator/val_secalgo.c
1159
if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.prime, &P)) {
sys/arch/sparc64/sparc64/db_disasm.c
967
if (insn & P(1))
sys/crypto/blf.c
418
c->P[i] = c->P[i] ^ temp;
sys/crypto/blf.c
427
c->P[i] = data[0];
sys/crypto/blf.c
428
c->P[i + 1] = data[1];
sys/crypto/blf.c
456
c->P[i] = c->P[i] ^ temp;
sys/crypto/blf.c
467
c->P[i] = d[0];
sys/crypto/blf.c
468
c->P[i + 1] = d[1];
sys/crypto/blf.c
60
u_int32_t *p = c->P;
sys/crypto/blf.c
85
u_int32_t *p = c->P;
sys/crypto/blf.h
49
u_int32_t P[BLF_N + 2]; /* Subkeys */
sys/crypto/key_wrap.c
46
aes_key_wrap(aes_key_wrap_ctx *ctx, const u_int8_t *P, size_t n, u_int8_t *C)
sys/crypto/key_wrap.c
53
memmove(C + 8, P, n * 8); /* P and C may overlap */
sys/crypto/key_wrap.c
79
aes_key_unwrap(aes_key_wrap_ctx *ctx, const u_int8_t *C, u_int8_t *P, size_t n)
sys/crypto/key_wrap.c
87
memmove(P, C + 8, n * 8); /* P and C may overlap */
sys/crypto/key_wrap.c
90
R = P + (n - 1) * 8;
sys/dev/ic/ar5416reg.h
181
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar5416reg.h
182
P(0x0801c), P(0x08120), P(0x081d0), P(0x09804), P(0x09820),
sys/dev/ic/ar5416reg.h
183
P(0x09824), P(0x09828), P(0x09834), P(0x09838), P(0x09844),
sys/dev/ic/ar5416reg.h
184
P(0x09848), P(0x0a848), P(0x0b848), P(0x09850), P(0x09858),
sys/dev/ic/ar5416reg.h
185
P(0x0985c), P(0x09860), P(0x09864), P(0x09868), P(0x0986c),
sys/dev/ic/ar5416reg.h
186
P(0x09914), P(0x09918), P(0x09924), P(0x09944), P(0x09960),
sys/dev/ic/ar5416reg.h
187
P(0x0a960), P(0x0b960), P(0x09964), P(0x099bc), P(0x099c0),
sys/dev/ic/ar5416reg.h
188
P(0x099c4), P(0x099c8), P(0x099cc), P(0x099d0), P(0x099d4),
sys/dev/ic/ar5416reg.h
189
P(0x099d8), P(0x0a204), P(0x0a208), P(0x0a20c), P(0x0b20c),
sys/dev/ic/ar5416reg.h
190
P(0x0c20c), P(0x0a21c), P(0x0a230), P(0x0a274), P(0x0a300),
sys/dev/ic/ar5416reg.h
191
P(0x0a304), P(0x0a308), P(0x0a30c), P(0x0a310), P(0x0a314),
sys/dev/ic/ar5416reg.h
192
P(0x0a318), P(0x0a31c), P(0x0a320), P(0x0a324), P(0x0a328),
sys/dev/ic/ar5416reg.h
193
P(0x0a32c), P(0x0a330), P(0x0a334)
sys/dev/ic/ar5416reg.h
261
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar5416reg.h
262
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar5416reg.h
263
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar5416reg.h
264
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar5416reg.h
265
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar5416reg.h
266
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar5416reg.h
267
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar5416reg.h
268
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar5416reg.h
269
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar5416reg.h
270
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar5416reg.h
271
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar5416reg.h
272
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar5416reg.h
273
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar5416reg.h
274
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar5416reg.h
275
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar5416reg.h
276
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar5416reg.h
277
P(0x0147c), P(0x04030), P(0x0403c), P(0x07010), P(0x07038),
sys/dev/ic/ar5416reg.h
278
P(0x08004), P(0x08008), P(0x0800c), P(0x08018), P(0x08020),
sys/dev/ic/ar5416reg.h
279
P(0x08038), P(0x0803c), P(0x08048), P(0x08054), P(0x08058),
sys/dev/ic/ar5416reg.h
280
P(0x0805c), P(0x08060), P(0x08064), P(0x080c0), P(0x080c4),
sys/dev/ic/ar5416reg.h
281
P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4), P(0x080d8),
sys/dev/ic/ar5416reg.h
282
P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec), P(0x080f0),
sys/dev/ic/ar5416reg.h
283
P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100), P(0x08104),
sys/dev/ic/ar5416reg.h
284
P(0x08108), P(0x0810c), P(0x08110), P(0x08118), P(0x0811c),
sys/dev/ic/ar5416reg.h
285
P(0x08124), P(0x08128), P(0x0812c), P(0x08130), P(0x08134),
sys/dev/ic/ar5416reg.h
286
P(0x08138), P(0x0813c), P(0x08144), P(0x08168), P(0x0816c),
sys/dev/ic/ar5416reg.h
287
P(0x08170), P(0x08174), P(0x08178), P(0x0817c), P(0x081c4),
sys/dev/ic/ar5416reg.h
288
P(0x081ec), P(0x081f0), P(0x081f4), P(0x081f8), P(0x081fc),
sys/dev/ic/ar5416reg.h
289
P(0x08200), P(0x08204), P(0x08208), P(0x0820c), P(0x08210),
sys/dev/ic/ar5416reg.h
290
P(0x08214), P(0x08218), P(0x0821c), P(0x08220), P(0x08224),
sys/dev/ic/ar5416reg.h
291
P(0x08228), P(0x0822c), P(0x08230), P(0x08234), P(0x08238),
sys/dev/ic/ar5416reg.h
292
P(0x0823c), P(0x08240), P(0x08244), P(0x08248), P(0x0824c),
sys/dev/ic/ar5416reg.h
293
P(0x08250), P(0x08254), P(0x08258), P(0x0825c), P(0x08260),
sys/dev/ic/ar5416reg.h
294
P(0x08264), P(0x08270), P(0x08274), P(0x08278), P(0x0827c),
sys/dev/ic/ar5416reg.h
295
P(0x08284), P(0x08288), P(0x0828c), P(0x08294), P(0x08298),
sys/dev/ic/ar5416reg.h
296
P(0x08300), P(0x08304), P(0x08308), P(0x0830c), P(0x08310),
sys/dev/ic/ar5416reg.h
297
P(0x08314), P(0x08318), P(0x08328), P(0x0832c), P(0x08330),
sys/dev/ic/ar5416reg.h
298
P(0x08334), P(0x08338), P(0x0833c), P(0x08340), P(0x09808),
sys/dev/ic/ar5416reg.h
299
P(0x0980c), P(0x09810), P(0x09814), P(0x0981c), P(0x0982c),
sys/dev/ic/ar5416reg.h
300
P(0x09830), P(0x0983c), P(0x09840), P(0x0984c), P(0x09854),
sys/dev/ic/ar5416reg.h
301
P(0x09900), P(0x09904), P(0x09908), P(0x0990c), P(0x0991c),
sys/dev/ic/ar5416reg.h
302
P(0x09920), P(0x0a920), P(0x0b920), P(0x09928), P(0x0992c),
sys/dev/ic/ar5416reg.h
303
P(0x09934), P(0x09938), P(0x0993c), P(0x09948), P(0x0994c),
sys/dev/ic/ar5416reg.h
304
P(0x09954), P(0x09958), P(0x0c95c), P(0x0c968), P(0x09970),
sys/dev/ic/ar5416reg.h
305
P(0x09974), P(0x09978), P(0x0997c), P(0x09980), P(0x09984),
sys/dev/ic/ar5416reg.h
306
P(0x09988), P(0x0998c), P(0x09990), P(0x09994), P(0x09998),
sys/dev/ic/ar5416reg.h
307
P(0x0999c), P(0x099a0), P(0x099a4), P(0x099a8), P(0x099ac),
sys/dev/ic/ar5416reg.h
308
P(0x099b0), P(0x099dc), P(0x099e0), P(0x099e4), P(0x099e8),
sys/dev/ic/ar5416reg.h
309
P(0x099ec), P(0x099fc), P(0x09b00), P(0x09b04), P(0x09b08),
sys/dev/ic/ar5416reg.h
310
P(0x09b0c), P(0x09b10), P(0x09b14), P(0x09b18), P(0x09b1c),
sys/dev/ic/ar5416reg.h
311
P(0x09b20), P(0x09b24), P(0x09b28), P(0x09b2c), P(0x09b30),
sys/dev/ic/ar5416reg.h
312
P(0x09b34), P(0x09b38), P(0x09b3c), P(0x09b40), P(0x09b44),
sys/dev/ic/ar5416reg.h
313
P(0x09b48), P(0x09b4c), P(0x09b50), P(0x09b54), P(0x09b58),
sys/dev/ic/ar5416reg.h
314
P(0x09b5c), P(0x09b60), P(0x09b64), P(0x09b68), P(0x09b6c),
sys/dev/ic/ar5416reg.h
315
P(0x09b70), P(0x09b74), P(0x09b78), P(0x09b7c), P(0x09b80),
sys/dev/ic/ar5416reg.h
316
P(0x09b84), P(0x09b88), P(0x09b8c), P(0x09b90), P(0x09b94),
sys/dev/ic/ar5416reg.h
317
P(0x09b98), P(0x09b9c), P(0x09ba0), P(0x09ba4), P(0x09ba8),
sys/dev/ic/ar5416reg.h
318
P(0x09bac), P(0x09bb0), P(0x09bb4), P(0x09bb8), P(0x09bbc),
sys/dev/ic/ar5416reg.h
319
P(0x09bc0), P(0x09bc4), P(0x09bc8), P(0x09bcc), P(0x09bd0),
sys/dev/ic/ar5416reg.h
320
P(0x09bd4), P(0x09bd8), P(0x09bdc), P(0x09be0), P(0x09be4),
sys/dev/ic/ar5416reg.h
321
P(0x09be8), P(0x09bec), P(0x09bf0), P(0x09bf4), P(0x09bf8),
sys/dev/ic/ar5416reg.h
322
P(0x09bfc), P(0x0a210), P(0x0a214), P(0x0a218), P(0x0a220),
sys/dev/ic/ar5416reg.h
323
P(0x0a224), P(0x0a228), P(0x0a22c), P(0x0a234), P(0x0a238),
sys/dev/ic/ar5416reg.h
324
P(0x0a23c), P(0x0a240), P(0x0a244), P(0x0a248), P(0x0a24c),
sys/dev/ic/ar5416reg.h
325
P(0x0a250), P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260),
sys/dev/ic/ar5416reg.h
326
P(0x0a268), P(0x0a26c), P(0x0b26c), P(0x0c26c), P(0x0d270),
sys/dev/ic/ar5416reg.h
327
P(0x0a278), P(0x0a27c), P(0x0a338), P(0x0a33c), P(0x0a340),
sys/dev/ic/ar5416reg.h
328
P(0x0a344), P(0x0a348), P(0x0a34c), P(0x0a350), P(0x0a354),
sys/dev/ic/ar5416reg.h
329
P(0x0a358), P(0x0d35c), P(0x0d360), P(0x0d364), P(0x0d368),
sys/dev/ic/ar5416reg.h
330
P(0x0d36c), P(0x0d370), P(0x0d374), P(0x0d378), P(0x0d37c),
sys/dev/ic/ar5416reg.h
331
P(0x0d380), P(0x0d384), P(0x0a388), P(0x0a38c), P(0x0a390),
sys/dev/ic/ar5416reg.h
332
P(0x0a394), P(0x0a398), P(0x0a39c), P(0x0a3a0), P(0x0a3a4),
sys/dev/ic/ar5416reg.h
333
P(0x0a3a8), P(0x0a3ac), P(0x0a3b0), P(0x0a3b4), P(0x0a3b8),
sys/dev/ic/ar5416reg.h
334
P(0x0a3bc), P(0x0a3c0), P(0x0a3c4), P(0x0a3c8), P(0x0a3cc),
sys/dev/ic/ar5416reg.h
335
P(0x0a3d0), P(0x0a3d4), P(0x0a3dc), P(0x0a3e0)
sys/dev/ic/ar5416reg.h
432
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar5416reg.h
433
P(0x0801c), P(0x08120), P(0x081d0), P(0x09804), P(0x09820),
sys/dev/ic/ar5416reg.h
434
P(0x09824), P(0x09828), P(0x09834), P(0x09838), P(0x09844),
sys/dev/ic/ar5416reg.h
435
P(0x09848), P(0x0a848), P(0x0b848), P(0x09850), P(0x09858),
sys/dev/ic/ar5416reg.h
436
P(0x0985c), P(0x09860), P(0x09864), P(0x09868), P(0x0986c),
sys/dev/ic/ar5416reg.h
437
P(0x09914), P(0x09918), P(0x09924), P(0x09944), P(0x09960),
sys/dev/ic/ar5416reg.h
438
P(0x0a960), P(0x0b960), P(0x09964), P(0x0c968), P(0x099bc),
sys/dev/ic/ar5416reg.h
439
P(0x099c0), P(0x099c4), P(0x099c8), P(0x099cc), P(0x099d0),
sys/dev/ic/ar5416reg.h
440
P(0x099d4), P(0x099d8), P(0x0a204), P(0x0a208), P(0x0a20c),
sys/dev/ic/ar5416reg.h
441
P(0x0b20c), P(0x0c20c), P(0x0a21c), P(0x0a230), P(0x0a274),
sys/dev/ic/ar5416reg.h
442
P(0x0a300), P(0x0a304), P(0x0a308), P(0x0a30c), P(0x0a310),
sys/dev/ic/ar5416reg.h
443
P(0x0a314), P(0x0a318), P(0x0a31c), P(0x0a320), P(0x0a324),
sys/dev/ic/ar5416reg.h
444
P(0x0a328), P(0x0a32c), P(0x0a330), P(0x0a334)
sys/dev/ic/ar5416reg.h
512
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar5416reg.h
513
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar5416reg.h
514
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar5416reg.h
515
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar5416reg.h
516
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar5416reg.h
517
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar5416reg.h
518
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar5416reg.h
519
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar5416reg.h
520
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar5416reg.h
521
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar5416reg.h
522
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar5416reg.h
523
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar5416reg.h
524
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar5416reg.h
525
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar5416reg.h
526
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar5416reg.h
527
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar5416reg.h
528
P(0x0147c), P(0x04030), P(0x0403c), P(0x07010), P(0x07038),
sys/dev/ic/ar5416reg.h
529
P(0x08004), P(0x08008), P(0x0800c), P(0x08018), P(0x08020),
sys/dev/ic/ar5416reg.h
530
P(0x08038), P(0x0803c), P(0x08048), P(0x08054), P(0x08058),
sys/dev/ic/ar5416reg.h
531
P(0x0805c), P(0x08060), P(0x08064), P(0x080c0), P(0x080c4),
sys/dev/ic/ar5416reg.h
532
P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4), P(0x080d8),
sys/dev/ic/ar5416reg.h
533
P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec), P(0x080f0),
sys/dev/ic/ar5416reg.h
534
P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100), P(0x08104),
sys/dev/ic/ar5416reg.h
535
P(0x08108), P(0x0810c), P(0x08110), P(0x08118), P(0x0811c),
sys/dev/ic/ar5416reg.h
536
P(0x08124), P(0x08128), P(0x0812c), P(0x08130), P(0x08134),
sys/dev/ic/ar5416reg.h
537
P(0x08138), P(0x0813c), P(0x08144), P(0x08168), P(0x0816c),
sys/dev/ic/ar5416reg.h
538
P(0x08170), P(0x08174), P(0x08178), P(0x0817c), P(0x081c4),
sys/dev/ic/ar5416reg.h
539
P(0x081ec), P(0x081f0), P(0x081f4), P(0x081f8), P(0x081fc),
sys/dev/ic/ar5416reg.h
540
P(0x08200), P(0x08204), P(0x08208), P(0x0820c), P(0x08210),
sys/dev/ic/ar5416reg.h
541
P(0x08214), P(0x08218), P(0x0821c), P(0x08220), P(0x08224),
sys/dev/ic/ar5416reg.h
542
P(0x08228), P(0x0822c), P(0x08230), P(0x08234), P(0x08238),
sys/dev/ic/ar5416reg.h
543
P(0x0823c), P(0x08240), P(0x08244), P(0x08248), P(0x0824c),
sys/dev/ic/ar5416reg.h
544
P(0x08250), P(0x08254), P(0x08258), P(0x0825c), P(0x08260),
sys/dev/ic/ar5416reg.h
545
P(0x08264), P(0x08270), P(0x08274), P(0x08278), P(0x0827c),
sys/dev/ic/ar5416reg.h
546
P(0x08284), P(0x08288), P(0x0828c), P(0x08294), P(0x08298),
sys/dev/ic/ar5416reg.h
547
P(0x08300), P(0x08304), P(0x08308), P(0x0830c), P(0x08310),
sys/dev/ic/ar5416reg.h
548
P(0x08314), P(0x08318), P(0x08328), P(0x0832c), P(0x08330),
sys/dev/ic/ar5416reg.h
549
P(0x08334), P(0x08338), P(0x0833c), P(0x08340), P(0x09808),
sys/dev/ic/ar5416reg.h
550
P(0x0980c), P(0x09810), P(0x09814), P(0x0981c), P(0x0982c),
sys/dev/ic/ar5416reg.h
551
P(0x09830), P(0x0983c), P(0x09840), P(0x0984c), P(0x09854),
sys/dev/ic/ar5416reg.h
552
P(0x09900), P(0x09904), P(0x09908), P(0x0990c), P(0x0991c),
sys/dev/ic/ar5416reg.h
553
P(0x09920), P(0x0a920), P(0x0b920), P(0x09928), P(0x0992c),
sys/dev/ic/ar5416reg.h
554
P(0x09934), P(0x09938), P(0x0993c), P(0x09948), P(0x0994c),
sys/dev/ic/ar5416reg.h
555
P(0x09954), P(0x09958), P(0x09940), P(0x0c95c), P(0x09970),
sys/dev/ic/ar5416reg.h
556
P(0x09974), P(0x09978), P(0x0997c), P(0x09980), P(0x09984),
sys/dev/ic/ar5416reg.h
557
P(0x09988), P(0x0998c), P(0x09990), P(0x09994), P(0x09998),
sys/dev/ic/ar5416reg.h
558
P(0x0999c), P(0x099a0), P(0x099a4), P(0x099a8), P(0x099ac),
sys/dev/ic/ar5416reg.h
559
P(0x099b0), P(0x099dc), P(0x099e0), P(0x099e4), P(0x099e8),
sys/dev/ic/ar5416reg.h
560
P(0x099ec), P(0x099fc), P(0x09b00), P(0x09b04), P(0x09b08),
sys/dev/ic/ar5416reg.h
561
P(0x09b0c), P(0x09b10), P(0x09b14), P(0x09b18), P(0x09b1c),
sys/dev/ic/ar5416reg.h
562
P(0x09b20), P(0x09b24), P(0x09b28), P(0x09b2c), P(0x09b30),
sys/dev/ic/ar5416reg.h
563
P(0x09b34), P(0x09b38), P(0x09b3c), P(0x09b40), P(0x09b44),
sys/dev/ic/ar5416reg.h
564
P(0x09b48), P(0x09b4c), P(0x09b50), P(0x09b54), P(0x09b58),
sys/dev/ic/ar5416reg.h
565
P(0x09b5c), P(0x09b60), P(0x09b64), P(0x09b68), P(0x09b6c),
sys/dev/ic/ar5416reg.h
566
P(0x09b70), P(0x09b74), P(0x09b78), P(0x09b7c), P(0x09b80),
sys/dev/ic/ar5416reg.h
567
P(0x09b84), P(0x09b88), P(0x09b8c), P(0x09b90), P(0x09b94),
sys/dev/ic/ar5416reg.h
568
P(0x09b98), P(0x09b9c), P(0x09ba0), P(0x09ba4), P(0x09ba8),
sys/dev/ic/ar5416reg.h
569
P(0x09bac), P(0x09bb0), P(0x09bb4), P(0x09bb8), P(0x09bbc),
sys/dev/ic/ar5416reg.h
570
P(0x09bc0), P(0x09bc4), P(0x09bc8), P(0x09bcc), P(0x09bd0),
sys/dev/ic/ar5416reg.h
571
P(0x09bd4), P(0x09bd8), P(0x09bdc), P(0x09be0), P(0x09be4),
sys/dev/ic/ar5416reg.h
572
P(0x09be8), P(0x09bec), P(0x09bf0), P(0x09bf4), P(0x09bf8),
sys/dev/ic/ar5416reg.h
573
P(0x09bfc), P(0x0a210), P(0x0a214), P(0x0a218), P(0x0a220),
sys/dev/ic/ar5416reg.h
574
P(0x0a224), P(0x0a228), P(0x0a22c), P(0x0a234), P(0x0a238),
sys/dev/ic/ar5416reg.h
575
P(0x0a23c), P(0x0a240), P(0x0a244), P(0x0a248), P(0x0a24c),
sys/dev/ic/ar5416reg.h
576
P(0x0a250), P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260),
sys/dev/ic/ar5416reg.h
577
P(0x0a268), P(0x0a26c), P(0x0b26c), P(0x0c26c), P(0x0d270),
sys/dev/ic/ar5416reg.h
578
P(0x0a278), P(0x0a27c), P(0x0a338), P(0x0a33c), P(0x0a340),
sys/dev/ic/ar5416reg.h
579
P(0x0a344), P(0x0a348), P(0x0a34c), P(0x0a350), P(0x0a354),
sys/dev/ic/ar5416reg.h
580
P(0x0a358), P(0x0d35c), P(0x0d360), P(0x0d364), P(0x0d368),
sys/dev/ic/ar5416reg.h
581
P(0x0d36c), P(0x0d370), P(0x0d374), P(0x0d378), P(0x0d37c),
sys/dev/ic/ar5416reg.h
582
P(0x0d380), P(0x0d384), P(0x0a388), P(0x0a38c), P(0x0a390),
sys/dev/ic/ar5416reg.h
583
P(0x0a394), P(0x0a398), P(0x0a39c), P(0x0a3a0), P(0x0a3a4),
sys/dev/ic/ar5416reg.h
584
P(0x0a3a8), P(0x0a3ac), P(0x0a3b0), P(0x0a3b4), P(0x0a3b8),
sys/dev/ic/ar5416reg.h
585
P(0x0a3bc), P(0x0a3c0), P(0x0a3c4), P(0x0a3c8), P(0x0a3cc),
sys/dev/ic/ar5416reg.h
586
P(0x0a3d0), P(0x0a3d4), P(0x0a3dc), P(0x0a3e0)
sys/dev/ic/ar9280reg.h
113
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar9280reg.h
114
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar9280reg.h
115
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar9280reg.h
116
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar9280reg.h
117
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar9280reg.h
118
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar9280reg.h
119
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar9280reg.h
120
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar9280reg.h
121
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar9280reg.h
122
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar9280reg.h
123
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar9280reg.h
124
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar9280reg.h
125
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar9280reg.h
126
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar9280reg.h
127
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar9280reg.h
128
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar9280reg.h
129
P(0x0147c), P(0x04030), P(0x0403c), P(0x04024), P(0x04060),
sys/dev/ic/ar9280reg.h
130
P(0x04064), P(0x07010), P(0x07034), P(0x07038), P(0x08004),
sys/dev/ic/ar9280reg.h
131
P(0x08008), P(0x0800c), P(0x08018), P(0x08020), P(0x08038),
sys/dev/ic/ar9280reg.h
132
P(0x0803c), P(0x08048), P(0x08054), P(0x08058), P(0x0805c),
sys/dev/ic/ar9280reg.h
133
P(0x08060), P(0x08064), P(0x08070), P(0x080c0), P(0x080c4),
sys/dev/ic/ar9280reg.h
134
P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4), P(0x080d8),
sys/dev/ic/ar9280reg.h
135
P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec), P(0x080f0),
sys/dev/ic/ar9280reg.h
136
P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100), P(0x08104),
sys/dev/ic/ar9280reg.h
137
P(0x08108), P(0x0810c), P(0x08110), P(0x08118), P(0x0811c),
sys/dev/ic/ar9280reg.h
138
P(0x08124), P(0x08128), P(0x0812c), P(0x08130), P(0x08134),
sys/dev/ic/ar9280reg.h
139
P(0x08138), P(0x0813c), P(0x08144), P(0x08168), P(0x0816c),
sys/dev/ic/ar9280reg.h
140
P(0x08170), P(0x08174), P(0x08178), P(0x0817c), P(0x081c0),
sys/dev/ic/ar9280reg.h
141
P(0x081ec), P(0x081f0), P(0x081f4), P(0x081f8), P(0x081fc),
sys/dev/ic/ar9280reg.h
142
P(0x08200), P(0x08204), P(0x08208), P(0x0820c), P(0x08210),
sys/dev/ic/ar9280reg.h
143
P(0x08214), P(0x08218), P(0x0821c), P(0x08220), P(0x08224),
sys/dev/ic/ar9280reg.h
144
P(0x08228), P(0x0822c), P(0x08230), P(0x08234), P(0x08238),
sys/dev/ic/ar9280reg.h
145
P(0x0823c), P(0x08240), P(0x08244), P(0x08248), P(0x0824c),
sys/dev/ic/ar9280reg.h
146
P(0x08250), P(0x08254), P(0x08258), P(0x0825c), P(0x08260),
sys/dev/ic/ar9280reg.h
147
P(0x08264), P(0x08270), P(0x08274), P(0x08278), P(0x0827c),
sys/dev/ic/ar9280reg.h
148
P(0x08284), P(0x08288), P(0x0828c), P(0x08294), P(0x08298),
sys/dev/ic/ar9280reg.h
149
P(0x0829c), P(0x08300), P(0x08314), P(0x08328), P(0x0832c),
sys/dev/ic/ar9280reg.h
150
P(0x08330), P(0x08334), P(0x08338), P(0x0833c), P(0x08340),
sys/dev/ic/ar9280reg.h
151
P(0x08344), P(0x09808), P(0x0980c), P(0x09810), P(0x09814),
sys/dev/ic/ar9280reg.h
152
P(0x0981c), P(0x0982c), P(0x09830), P(0x0983c), P(0x0984c),
sys/dev/ic/ar9280reg.h
153
P(0x0a84c), P(0x09854), P(0x09900), P(0x09904), P(0x09908),
sys/dev/ic/ar9280reg.h
154
P(0x0990c), P(0x09910), P(0x0991c), P(0x09920), P(0x0a920),
sys/dev/ic/ar9280reg.h
155
P(0x09928), P(0x0992c), P(0x09934), P(0x09938), P(0x0993c),
sys/dev/ic/ar9280reg.h
156
P(0x09948), P(0x0994c), P(0x09954), P(0x09958), P(0x09940),
sys/dev/ic/ar9280reg.h
157
P(0x0c95c), P(0x09970), P(0x09974), P(0x09978), P(0x0997c),
sys/dev/ic/ar9280reg.h
158
P(0x09980), P(0x09984), P(0x09988), P(0x0998c), P(0x09990),
sys/dev/ic/ar9280reg.h
159
P(0x09994), P(0x09998), P(0x0999c), P(0x099a0), P(0x099a4),
sys/dev/ic/ar9280reg.h
160
P(0x099a8), P(0x099ac), P(0x099b0), P(0x099b4), P(0x099c4),
sys/dev/ic/ar9280reg.h
161
P(0x099c8), P(0x099cc), P(0x099d0), P(0x099d4), P(0x099d8),
sys/dev/ic/ar9280reg.h
162
P(0x099dc), P(0x099e0), P(0x099e4), P(0x099e8), P(0x099ec),
sys/dev/ic/ar9280reg.h
163
P(0x099f0), P(0x099fc), P(0x0a208), P(0x0a210), P(0x0a214),
sys/dev/ic/ar9280reg.h
164
P(0x0a218), P(0x0a220), P(0x0a224), P(0x0a228), P(0x0a22c),
sys/dev/ic/ar9280reg.h
165
P(0x0a234), P(0x0a238), P(0x0a240), P(0x0a244), P(0x0a248),
sys/dev/ic/ar9280reg.h
166
P(0x0a24c), P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260),
sys/dev/ic/ar9280reg.h
167
P(0x0a268), P(0x0a26c), P(0x0b26c), P(0x0d270), P(0x0a278),
sys/dev/ic/ar9280reg.h
168
P(0x0d35c), P(0x0d360), P(0x0d364), P(0x0d368), P(0x0d36c),
sys/dev/ic/ar9280reg.h
169
P(0x0d370), P(0x0d374), P(0x0d378), P(0x0d37c), P(0x0d380),
sys/dev/ic/ar9280reg.h
170
P(0x0d384), P(0x0a38c), P(0x0a390), P(0x0a394), P(0x0a398),
sys/dev/ic/ar9280reg.h
171
P(0x0a39c), P(0x0a3a0), P(0x0a3a4), P(0x0a3a8), P(0x0a3ac),
sys/dev/ic/ar9280reg.h
172
P(0x0a3b0), P(0x0a3b4), P(0x0a3b8), P(0x0a3bc), P(0x0a3c0),
sys/dev/ic/ar9280reg.h
173
P(0x0a3c4), P(0x0a3c8), P(0x0a3cc), P(0x0a3d0), P(0x0a3d4),
sys/dev/ic/ar9280reg.h
174
P(0x0a3dc), P(0x0a3e0), P(0x0a3e4), P(0x0a3e8), P(0x07800),
sys/dev/ic/ar9280reg.h
175
P(0x07804), P(0x07808), P(0x0780c), P(0x07810), P(0x07818),
sys/dev/ic/ar9280reg.h
176
P(0x07824), P(0x07828), P(0x0782c), P(0x07830), P(0x07834),
sys/dev/ic/ar9280reg.h
177
P(0x0783c), P(0x07848), P(0x0784c), P(0x07850), P(0x07854),
sys/dev/ic/ar9280reg.h
178
P(0x07858), P(0x07860), P(0x07864), P(0x07868), P(0x0786c),
sys/dev/ic/ar9280reg.h
179
P(0x07870), P(0x07874), P(0x07878), P(0x0787c), P(0x07880),
sys/dev/ic/ar9280reg.h
180
P(0x07884), P(0x07888), P(0x0788c), P(0x07890), P(0x07898)
sys/dev/ic/ar9280reg.h
255
P(0x01030), P(0x01070), P(0x010b0), P(0x08014), P(0x0801c),
sys/dev/ic/ar9280reg.h
256
P(0x08318), P(0x09820), P(0x09824), P(0x09828), P(0x09834),
sys/dev/ic/ar9280reg.h
257
P(0x09844), P(0x09914), P(0x09918)
sys/dev/ic/ar9280reg.h
292
P(0x0a274), P(0x0a27c), P(0x0a300), P(0x0a304), P(0x0a308),
sys/dev/ic/ar9280reg.h
293
P(0x0a30c), P(0x0a310), P(0x0a314), P(0x0a318), P(0x0a31c),
sys/dev/ic/ar9280reg.h
294
P(0x0a320), P(0x0a324), P(0x0a328), P(0x0a32c), P(0x0a330),
sys/dev/ic/ar9280reg.h
295
P(0x0a334), P(0x0a338), P(0x0a33c), P(0x0a340), P(0x0a344),
sys/dev/ic/ar9280reg.h
296
P(0x0a348), P(0x0a34c), P(0x0a350), P(0x0a354), P(0x0a3ec),
sys/dev/ic/ar9280reg.h
297
P(0x07814), P(0x07838), P(0x0781c), P(0x07840), P(0x07820),
sys/dev/ic/ar9280reg.h
298
P(0x07844)
sys/dev/ic/ar9280reg.h
359
P(0x09a00), P(0x09a04), P(0x09a08), P(0x09a0c), P(0x09a10),
sys/dev/ic/ar9280reg.h
360
P(0x09a14), P(0x09a18), P(0x09a1c), P(0x09a20), P(0x09a24),
sys/dev/ic/ar9280reg.h
361
P(0x09a28), P(0x09a2c), P(0x09a30), P(0x09a34), P(0x09a38),
sys/dev/ic/ar9280reg.h
362
P(0x09a3c), P(0x09a40), P(0x09a44), P(0x09a48), P(0x09a4c),
sys/dev/ic/ar9280reg.h
363
P(0x09a50), P(0x09a54), P(0x09a58), P(0x09a5c), P(0x09a60),
sys/dev/ic/ar9280reg.h
364
P(0x09a64), P(0x09a68), P(0x09a6c), P(0x09a70), P(0x09a74),
sys/dev/ic/ar9280reg.h
365
P(0x09a78), P(0x09a7c), P(0x09a80), P(0x09a84), P(0x09a88),
sys/dev/ic/ar9280reg.h
366
P(0x09a8c), P(0x09a90), P(0x09a94), P(0x09a98), P(0x09a9c),
sys/dev/ic/ar9280reg.h
367
P(0x09aa0), P(0x09aa4), P(0x09aa8), P(0x09aac), P(0x09ab0),
sys/dev/ic/ar9280reg.h
368
P(0x09ab4), P(0x09ab8), P(0x09abc), P(0x09ac0), P(0x09ac4),
sys/dev/ic/ar9280reg.h
369
P(0x09ac8), P(0x09acc), P(0x09ad0), P(0x09ad4), P(0x09ad8),
sys/dev/ic/ar9280reg.h
370
P(0x09adc), P(0x09ae0), P(0x09ae4), P(0x09ae8), P(0x09aec),
sys/dev/ic/ar9280reg.h
371
P(0x09af0), P(0x09af4), P(0x09af8), P(0x09afc), P(0x09b00),
sys/dev/ic/ar9280reg.h
372
P(0x09b04), P(0x09b08), P(0x09b0c), P(0x09b10), P(0x09b14),
sys/dev/ic/ar9280reg.h
373
P(0x09b18), P(0x09b1c), P(0x09b20), P(0x09b24), P(0x09b28),
sys/dev/ic/ar9280reg.h
374
P(0x09b2c), P(0x09b30), P(0x09b34), P(0x09b38), P(0x09b3c),
sys/dev/ic/ar9280reg.h
375
P(0x09b40), P(0x09b44), P(0x09b48), P(0x09b4c), P(0x09b50),
sys/dev/ic/ar9280reg.h
376
P(0x09b54), P(0x09b58), P(0x09b5c), P(0x09b60), P(0x09b64),
sys/dev/ic/ar9280reg.h
377
P(0x09b68), P(0x09b6c), P(0x09b70), P(0x09b74), P(0x09b78),
sys/dev/ic/ar9280reg.h
378
P(0x09b7c), P(0x09b80), P(0x09b84), P(0x09b88), P(0x09b8c),
sys/dev/ic/ar9280reg.h
379
P(0x09b90), P(0x09b94), P(0x09b98), P(0x09b9c), P(0x09ba0),
sys/dev/ic/ar9280reg.h
380
P(0x09ba4), P(0x09ba8), P(0x09bac), P(0x09bb0), P(0x09bb4),
sys/dev/ic/ar9280reg.h
381
P(0x09bb8), P(0x09bbc), P(0x09bc0), P(0x09bc4), P(0x09bc8),
sys/dev/ic/ar9280reg.h
382
P(0x09bcc), P(0x09bd0), P(0x09bd4), P(0x09bd8), P(0x09bdc),
sys/dev/ic/ar9280reg.h
383
P(0x09be0), P(0x09be4), P(0x09be8), P(0x09bec), P(0x09bf0),
sys/dev/ic/ar9280reg.h
384
P(0x09bf4), P(0x09bf8), P(0x09bfc), P(0x09848), P(0x0a848)
sys/dev/ic/ar9280reg.h
48
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar9280reg.h
49
P(0x0801c), P(0x08120), P(0x081d0), P(0x08318), P(0x09804),
sys/dev/ic/ar9280reg.h
50
P(0x09820), P(0x09824), P(0x09828), P(0x09834), P(0x09838),
sys/dev/ic/ar9280reg.h
51
P(0x09840), P(0x09844), P(0x09850), P(0x09858), P(0x0985c),
sys/dev/ic/ar9280reg.h
52
P(0x09860), P(0x09864), P(0x09868), P(0x0986c), P(0x09914),
sys/dev/ic/ar9280reg.h
53
P(0x09918), P(0x09924), P(0x09944), P(0x09960), P(0x0a960),
sys/dev/ic/ar9280reg.h
54
P(0x09964), P(0x0c968), P(0x099b8), P(0x099bc), P(0x099c0),
sys/dev/ic/ar9280reg.h
55
P(0x0a204), P(0x0a20c), P(0x0b20c), P(0x0a21c), P(0x0a230),
sys/dev/ic/ar9280reg.h
56
P(0x0a23c), P(0x0a250), P(0x0a358), P(0x0a388), P(0x0a3d8),
sys/dev/ic/ar9280reg.h
57
P(0x07894)
sys/dev/ic/ar9285reg.h
1040
P(0x0a300), P(0x0a304), P(0x0a308), P(0x0a30c), P(0x0a310),
sys/dev/ic/ar9285reg.h
1041
P(0x0a314), P(0x0a318), P(0x0a31c), P(0x0a320), P(0x0a324),
sys/dev/ic/ar9285reg.h
1042
P(0x0a328), P(0x0a32c), P(0x0a330), P(0x0a334), P(0x0a338),
sys/dev/ic/ar9285reg.h
1043
P(0x0a33c), P(0x0a340), P(0x0a344), P(0x0a348), P(0x0a34c),
sys/dev/ic/ar9285reg.h
1044
P(0x0a350), P(0x0a354), P(0x07838), P(0x07824), P(0x0786c),
sys/dev/ic/ar9285reg.h
1045
P(0x07820), P(0x0a274), P(0x0a278), P(0x0a27c), P(0x0a394),
sys/dev/ic/ar9285reg.h
1046
P(0x0a398), P(0x0a3dc), P(0x0a3e0)
sys/dev/ic/ar9285reg.h
264
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar9285reg.h
265
P(0x0801c), P(0x08318), P(0x09804), P(0x09820), P(0x09824),
sys/dev/ic/ar9285reg.h
266
P(0x09828), P(0x09834), P(0x09838), P(0x09840), P(0x09844),
sys/dev/ic/ar9285reg.h
267
P(0x09848), P(0x0a848), P(0x09850), P(0x09858), P(0x0985c),
sys/dev/ic/ar9285reg.h
268
P(0x09860), P(0x09864), P(0x09868), P(0x0986c), P(0x09914),
sys/dev/ic/ar9285reg.h
269
P(0x09918), P(0x09924), P(0x09944), P(0x09960), P(0x09964),
sys/dev/ic/ar9285reg.h
270
P(0x099b8), P(0x099bc), P(0x099c0), P(0x099c4), P(0x099c8),
sys/dev/ic/ar9285reg.h
271
P(0x099cc), P(0x099d0), P(0x099d4), P(0x099d8), P(0x09a00),
sys/dev/ic/ar9285reg.h
272
P(0x09a04), P(0x09a08), P(0x09a0c), P(0x09a10), P(0x09a14),
sys/dev/ic/ar9285reg.h
273
P(0x09a18), P(0x09a1c), P(0x09a20), P(0x09a24), P(0x09a28),
sys/dev/ic/ar9285reg.h
274
P(0x09a2c), P(0x09a30), P(0x09a34), P(0x09a38), P(0x09a3c),
sys/dev/ic/ar9285reg.h
275
P(0x09a40), P(0x09a44), P(0x09a48), P(0x09a4c), P(0x09a50),
sys/dev/ic/ar9285reg.h
276
P(0x09a54), P(0x09a58), P(0x09a5c), P(0x09a60), P(0x09a64),
sys/dev/ic/ar9285reg.h
277
P(0x09a68), P(0x09a6c), P(0x09a70), P(0x09a74), P(0x09a78),
sys/dev/ic/ar9285reg.h
278
P(0x09a7c), P(0x09a80), P(0x09a84), P(0x09a88), P(0x09a8c),
sys/dev/ic/ar9285reg.h
279
P(0x09a90), P(0x09a94), P(0x09a98), P(0x09a9c), P(0x09aa0),
sys/dev/ic/ar9285reg.h
280
P(0x09aa4), P(0x09aa8), P(0x09aac), P(0x09ab0), P(0x09ab4),
sys/dev/ic/ar9285reg.h
281
P(0x09ab8), P(0x09abc), P(0x09ac0), P(0x09ac4), P(0x09ac8),
sys/dev/ic/ar9285reg.h
282
P(0x09acc), P(0x09ad0), P(0x09ad4), P(0x09ad8), P(0x09adc),
sys/dev/ic/ar9285reg.h
283
P(0x09ae0), P(0x09ae4), P(0x09ae8), P(0x09aec), P(0x09af0),
sys/dev/ic/ar9285reg.h
284
P(0x09af4), P(0x09af8), P(0x09afc), P(0x09b00), P(0x09b04),
sys/dev/ic/ar9285reg.h
285
P(0x09b08), P(0x09b0c), P(0x09b10), P(0x09b14), P(0x09b18),
sys/dev/ic/ar9285reg.h
286
P(0x09b1c), P(0x09b20), P(0x09b24), P(0x09b28), P(0x09b2c),
sys/dev/ic/ar9285reg.h
287
P(0x09b30), P(0x09b34), P(0x09b38), P(0x09b3c), P(0x09b40),
sys/dev/ic/ar9285reg.h
288
P(0x09b44), P(0x09b48), P(0x09b4c), P(0x09b50), P(0x09b54),
sys/dev/ic/ar9285reg.h
289
P(0x09b58), P(0x09b5c), P(0x09b60), P(0x09b64), P(0x09b68),
sys/dev/ic/ar9285reg.h
290
P(0x09b6c), P(0x09b70), P(0x09b74), P(0x09b78), P(0x09b7c),
sys/dev/ic/ar9285reg.h
291
P(0x09b80), P(0x09b84), P(0x09b88), P(0x09b8c), P(0x09b90),
sys/dev/ic/ar9285reg.h
292
P(0x09b94), P(0x09b98), P(0x09b9c), P(0x09ba0), P(0x09ba4),
sys/dev/ic/ar9285reg.h
293
P(0x09ba8), P(0x09bac), P(0x09bb0), P(0x09bb4), P(0x09bb8),
sys/dev/ic/ar9285reg.h
294
P(0x09bbc), P(0x09bc0), P(0x09bc4), P(0x09bc8), P(0x09bcc),
sys/dev/ic/ar9285reg.h
295
P(0x09bd0), P(0x09bd4), P(0x09bd8), P(0x09bdc), P(0x09be0),
sys/dev/ic/ar9285reg.h
296
P(0x09be4), P(0x09be8), P(0x09bec), P(0x09bf0), P(0x09bf4),
sys/dev/ic/ar9285reg.h
297
P(0x09bf8), P(0x09bfc), P(0x0aa00), P(0x0aa04), P(0x0aa08),
sys/dev/ic/ar9285reg.h
298
P(0x0aa0c), P(0x0aa10), P(0x0aa14), P(0x0aa18), P(0x0aa1c),
sys/dev/ic/ar9285reg.h
299
P(0x0aa20), P(0x0aa24), P(0x0aa28), P(0x0aa2c), P(0x0aa30),
sys/dev/ic/ar9285reg.h
300
P(0x0aa34), P(0x0aa38), P(0x0aa3c), P(0x0aa40), P(0x0aa44),
sys/dev/ic/ar9285reg.h
301
P(0x0aa48), P(0x0aa4c), P(0x0aa50), P(0x0aa54), P(0x0aa58),
sys/dev/ic/ar9285reg.h
302
P(0x0aa5c), P(0x0aa60), P(0x0aa64), P(0x0aa68), P(0x0aa6c),
sys/dev/ic/ar9285reg.h
303
P(0x0aa70), P(0x0aa74), P(0x0aa78), P(0x0aa7c), P(0x0aa80),
sys/dev/ic/ar9285reg.h
304
P(0x0aa84), P(0x0aa88), P(0x0aa8c), P(0x0aa90), P(0x0aa94),
sys/dev/ic/ar9285reg.h
305
P(0x0aa98), P(0x0aa9c), P(0x0aaa0), P(0x0aaa4), P(0x0aaa8),
sys/dev/ic/ar9285reg.h
306
P(0x0aaac), P(0x0aab0), P(0x0aab4), P(0x0aab8), P(0x0aabc),
sys/dev/ic/ar9285reg.h
307
P(0x0aac0), P(0x0aac4), P(0x0aac8), P(0x0aacc), P(0x0aad0),
sys/dev/ic/ar9285reg.h
308
P(0x0aad4), P(0x0aad8), P(0x0aadc), P(0x0aae0), P(0x0aae4),
sys/dev/ic/ar9285reg.h
309
P(0x0aae8), P(0x0aaec), P(0x0aaf0), P(0x0aaf4), P(0x0aaf8),
sys/dev/ic/ar9285reg.h
310
P(0x0aafc), P(0x0ab00), P(0x0ab04), P(0x0ab08), P(0x0ab0c),
sys/dev/ic/ar9285reg.h
311
P(0x0ab10), P(0x0ab14), P(0x0ab18), P(0x0ab1c), P(0x0ab20),
sys/dev/ic/ar9285reg.h
312
P(0x0ab24), P(0x0ab28), P(0x0ab2c), P(0x0ab30), P(0x0ab34),
sys/dev/ic/ar9285reg.h
313
P(0x0ab38), P(0x0ab3c), P(0x0ab40), P(0x0ab44), P(0x0ab48),
sys/dev/ic/ar9285reg.h
314
P(0x0ab4c), P(0x0ab50), P(0x0ab54), P(0x0ab58), P(0x0ab5c),
sys/dev/ic/ar9285reg.h
315
P(0x0ab60), P(0x0ab64), P(0x0ab68), P(0x0ab6c), P(0x0ab70),
sys/dev/ic/ar9285reg.h
316
P(0x0ab74), P(0x0ab78), P(0x0ab7c), P(0x0ab80), P(0x0ab84),
sys/dev/ic/ar9285reg.h
317
P(0x0ab88), P(0x0ab8c), P(0x0ab90), P(0x0ab94), P(0x0ab98),
sys/dev/ic/ar9285reg.h
318
P(0x0ab9c), P(0x0aba0), P(0x0aba4), P(0x0aba8), P(0x0abac),
sys/dev/ic/ar9285reg.h
319
P(0x0abb0), P(0x0abb4), P(0x0abb8), P(0x0abbc), P(0x0abc0),
sys/dev/ic/ar9285reg.h
320
P(0x0abc4), P(0x0abc8), P(0x0abcc), P(0x0abd0), P(0x0abd4),
sys/dev/ic/ar9285reg.h
321
P(0x0abd8), P(0x0abdc), P(0x0abe0), P(0x0abe4), P(0x0abe8),
sys/dev/ic/ar9285reg.h
322
P(0x0abec), P(0x0abf0), P(0x0abf4), P(0x0abf8), P(0x0abfc),
sys/dev/ic/ar9285reg.h
323
P(0x0a204), P(0x0a20c), P(0x0b20c), P(0x0a21c), P(0x0a230),
sys/dev/ic/ar9285reg.h
324
P(0x0a250), P(0x0a358)
sys/dev/ic/ar9285reg.h
456
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar9285reg.h
457
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar9285reg.h
458
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar9285reg.h
459
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar9285reg.h
460
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar9285reg.h
461
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar9285reg.h
462
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar9285reg.h
463
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar9285reg.h
464
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar9285reg.h
465
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar9285reg.h
466
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar9285reg.h
467
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar9285reg.h
468
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar9285reg.h
469
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar9285reg.h
470
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar9285reg.h
471
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar9285reg.h
472
P(0x0147c), P(0x04030), P(0x0403c), P(0x04024), P(0x04060),
sys/dev/ic/ar9285reg.h
473
P(0x04064), P(0x07010), P(0x07034), P(0x07038), P(0x08004),
sys/dev/ic/ar9285reg.h
474
P(0x08008), P(0x0800c), P(0x08018), P(0x08020), P(0x08038),
sys/dev/ic/ar9285reg.h
475
P(0x0803c), P(0x08048), P(0x08054), P(0x08058), P(0x0805c),
sys/dev/ic/ar9285reg.h
476
P(0x08060), P(0x08064), P(0x08070), P(0x080c0), P(0x080c4),
sys/dev/ic/ar9285reg.h
477
P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4), P(0x080d8),
sys/dev/ic/ar9285reg.h
478
P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec), P(0x080f0),
sys/dev/ic/ar9285reg.h
479
P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100), P(0x08104),
sys/dev/ic/ar9285reg.h
480
P(0x08108), P(0x0810c), P(0x08110), P(0x08118), P(0x0811c),
sys/dev/ic/ar9285reg.h
481
P(0x08120), P(0x08124), P(0x08128), P(0x0812c), P(0x08130),
sys/dev/ic/ar9285reg.h
482
P(0x08134), P(0x08138), P(0x0813c), P(0x08144), P(0x08168),
sys/dev/ic/ar9285reg.h
483
P(0x0816c), P(0x08170), P(0x08174), P(0x08178), P(0x0817c),
sys/dev/ic/ar9285reg.h
484
P(0x081c0), P(0x081d0), P(0x081ec), P(0x081f0), P(0x081f4),
sys/dev/ic/ar9285reg.h
485
P(0x081f8), P(0x081fc), P(0x08200), P(0x08204), P(0x08208),
sys/dev/ic/ar9285reg.h
486
P(0x0820c), P(0x08210), P(0x08214), P(0x08218), P(0x0821c),
sys/dev/ic/ar9285reg.h
487
P(0x08220), P(0x08224), P(0x08228), P(0x0822c), P(0x08230),
sys/dev/ic/ar9285reg.h
488
P(0x08234), P(0x08238), P(0x0823c), P(0x08240), P(0x08244),
sys/dev/ic/ar9285reg.h
489
P(0x08248), P(0x0824c), P(0x08250), P(0x08254), P(0x08258),
sys/dev/ic/ar9285reg.h
490
P(0x0825c), P(0x08260), P(0x08264), P(0x08270), P(0x08274),
sys/dev/ic/ar9285reg.h
491
P(0x08278), P(0x0827c), P(0x08284), P(0x08288), P(0x0828c),
sys/dev/ic/ar9285reg.h
492
P(0x08294), P(0x08298), P(0x0829c), P(0x08300), P(0x08314),
sys/dev/ic/ar9285reg.h
493
P(0x08328), P(0x0832c), P(0x08330), P(0x08334), P(0x08338),
sys/dev/ic/ar9285reg.h
494
P(0x0833c), P(0x08340), P(0x08344), P(0x09808), P(0x0980c),
sys/dev/ic/ar9285reg.h
495
P(0x09810), P(0x09814), P(0x0981c), P(0x0982c), P(0x09830),
sys/dev/ic/ar9285reg.h
496
P(0x0983c), P(0x0984c), P(0x09854), P(0x09900), P(0x09904),
sys/dev/ic/ar9285reg.h
497
P(0x09908), P(0x0990c), P(0x09910), P(0x0991c), P(0x09920),
sys/dev/ic/ar9285reg.h
498
P(0x09928), P(0x0992c), P(0x09934), P(0x09938), P(0x0993c),
sys/dev/ic/ar9285reg.h
499
P(0x09940), P(0x09948), P(0x0994c), P(0x09954), P(0x09958),
sys/dev/ic/ar9285reg.h
500
P(0x09968), P(0x09970), P(0x09974), P(0x09978), P(0x0997c),
sys/dev/ic/ar9285reg.h
501
P(0x09980), P(0x09984), P(0x09988), P(0x0998c), P(0x09990),
sys/dev/ic/ar9285reg.h
502
P(0x09994), P(0x09998), P(0x0999c), P(0x099a0), P(0x099a4),
sys/dev/ic/ar9285reg.h
503
P(0x099a8), P(0x099ac), P(0x099b0), P(0x099b4), P(0x099dc),
sys/dev/ic/ar9285reg.h
504
P(0x099e0), P(0x099e4), P(0x099e8), P(0x099ec), P(0x099f0),
sys/dev/ic/ar9285reg.h
505
P(0x0a208), P(0x0a210), P(0x0a214), P(0x0a218), P(0x0a220),
sys/dev/ic/ar9285reg.h
506
P(0x0a224), P(0x0a228), P(0x0a22c), P(0x0a234), P(0x0a238),
sys/dev/ic/ar9285reg.h
507
P(0x0a244), P(0x0a248), P(0x0a24c), P(0x0a254), P(0x0a258),
sys/dev/ic/ar9285reg.h
508
P(0x0a25c), P(0x0a260), P(0x0a268), P(0x0a26c), P(0x0d270),
sys/dev/ic/ar9285reg.h
509
P(0x0d35c), P(0x0d360), P(0x0d364), P(0x0d368), P(0x0d36c),
sys/dev/ic/ar9285reg.h
510
P(0x0d370), P(0x0d374), P(0x0d378), P(0x0d37c), P(0x0d380),
sys/dev/ic/ar9285reg.h
511
P(0x0d384), P(0x0a388), P(0x0a38c), P(0x0a390), P(0x0a39c),
sys/dev/ic/ar9285reg.h
512
P(0x0a3a0), P(0x0a3a4), P(0x0a3a8), P(0x0a3ac), P(0x0a3b0),
sys/dev/ic/ar9285reg.h
513
P(0x0a3b4), P(0x0a3b8), P(0x0a3bc), P(0x0a3c0), P(0x0a3c4),
sys/dev/ic/ar9285reg.h
514
P(0x0a3cc), P(0x0a3d0), P(0x0a3d4), P(0x0a3e4), P(0x0a3e8),
sys/dev/ic/ar9285reg.h
515
P(0x0a3ec), P(0x07800), P(0x07804), P(0x07808), P(0x0780c),
sys/dev/ic/ar9285reg.h
516
P(0x07810), P(0x0781c), P(0x07824), P(0x0782c), P(0x07834),
sys/dev/ic/ar9285reg.h
517
P(0x07844), P(0x07848), P(0x0784c), P(0x07850), P(0x07854),
sys/dev/ic/ar9285reg.h
518
P(0x07858), P(0x0785c), P(0x07860), P(0x07864), P(0x07868),
sys/dev/ic/ar9285reg.h
519
P(0x07870)
sys/dev/ic/ar9285reg.h
606
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar9285reg.h
607
P(0x0801c), P(0x08318), P(0x09804), P(0x09820), P(0x09824),
sys/dev/ic/ar9285reg.h
608
P(0x09828), P(0x09834), P(0x09838), P(0x09840), P(0x09844),
sys/dev/ic/ar9285reg.h
609
P(0x09848), P(0x0a848), P(0x09850), P(0x09858), P(0x0985c),
sys/dev/ic/ar9285reg.h
610
P(0x09860), P(0x09864), P(0x09868), P(0x0986c), P(0x09910),
sys/dev/ic/ar9285reg.h
611
P(0x09914), P(0x09918), P(0x09924), P(0x09944), P(0x09960),
sys/dev/ic/ar9285reg.h
612
P(0x09964), P(0x099b8), P(0x099bc), P(0x099c0), P(0x099c4),
sys/dev/ic/ar9285reg.h
613
P(0x099c8), P(0x099cc), P(0x099d0), P(0x099d4), P(0x099d8),
sys/dev/ic/ar9285reg.h
614
P(0x09a00), P(0x09a04), P(0x09a08), P(0x09a0c), P(0x09a10),
sys/dev/ic/ar9285reg.h
615
P(0x09a14), P(0x09a18), P(0x09a1c), P(0x09a20), P(0x09a24),
sys/dev/ic/ar9285reg.h
616
P(0x09a28), P(0x09a2c), P(0x09a30), P(0x09a34), P(0x09a38),
sys/dev/ic/ar9285reg.h
617
P(0x09a3c), P(0x09a40), P(0x09a44), P(0x09a48), P(0x09a4c),
sys/dev/ic/ar9285reg.h
618
P(0x09a50), P(0x09a54), P(0x09a58), P(0x09a5c), P(0x09a60),
sys/dev/ic/ar9285reg.h
619
P(0x09a64), P(0x09a68), P(0x09a6c), P(0x09a70), P(0x09a74),
sys/dev/ic/ar9285reg.h
620
P(0x09a78), P(0x09a7c), P(0x09a80), P(0x09a84), P(0x09a88),
sys/dev/ic/ar9285reg.h
621
P(0x09a8c), P(0x09a90), P(0x09a94), P(0x09a98), P(0x09a9c),
sys/dev/ic/ar9285reg.h
622
P(0x09aa0), P(0x09aa4), P(0x09aa8), P(0x09aac), P(0x09ab0),
sys/dev/ic/ar9285reg.h
623
P(0x09ab4), P(0x09ab8), P(0x09abc), P(0x09ac0), P(0x09ac4),
sys/dev/ic/ar9285reg.h
624
P(0x09ac8), P(0x09acc), P(0x09ad0), P(0x09ad4), P(0x09ad8),
sys/dev/ic/ar9285reg.h
625
P(0x09adc), P(0x09ae0), P(0x09ae4), P(0x09ae8), P(0x09aec),
sys/dev/ic/ar9285reg.h
626
P(0x09af0), P(0x09af4), P(0x09af8), P(0x09afc), P(0x09b00),
sys/dev/ic/ar9285reg.h
627
P(0x09b04), P(0x09b08), P(0x09b0c), P(0x09b10), P(0x09b14),
sys/dev/ic/ar9285reg.h
628
P(0x09b18), P(0x09b1c), P(0x09b20), P(0x09b24), P(0x09b28),
sys/dev/ic/ar9285reg.h
629
P(0x09b2c), P(0x09b30), P(0x09b34), P(0x09b38), P(0x09b3c),
sys/dev/ic/ar9285reg.h
630
P(0x09b40), P(0x09b44), P(0x09b48), P(0x09b4c), P(0x09b50),
sys/dev/ic/ar9285reg.h
631
P(0x09b54), P(0x09b58), P(0x09b5c), P(0x09b60), P(0x09b64),
sys/dev/ic/ar9285reg.h
632
P(0x09b68), P(0x09b6c), P(0x09b70), P(0x09b74), P(0x09b78),
sys/dev/ic/ar9285reg.h
633
P(0x09b7c), P(0x09b80), P(0x09b84), P(0x09b88), P(0x09b8c),
sys/dev/ic/ar9285reg.h
634
P(0x09b90), P(0x09b94), P(0x09b98), P(0x09b9c), P(0x09ba0),
sys/dev/ic/ar9285reg.h
635
P(0x09ba4), P(0x09ba8), P(0x09bac), P(0x09bb0), P(0x09bb4),
sys/dev/ic/ar9285reg.h
636
P(0x09bb8), P(0x09bbc), P(0x09bc0), P(0x09bc4), P(0x09bc8),
sys/dev/ic/ar9285reg.h
637
P(0x09bcc), P(0x09bd0), P(0x09bd4), P(0x09bd8), P(0x09bdc),
sys/dev/ic/ar9285reg.h
638
P(0x09be0), P(0x09be4), P(0x09be8), P(0x09bec), P(0x09bf0),
sys/dev/ic/ar9285reg.h
639
P(0x09bf4), P(0x09bf8), P(0x09bfc), P(0x0aa00), P(0x0aa04),
sys/dev/ic/ar9285reg.h
640
P(0x0aa08), P(0x0aa0c), P(0x0aa10), P(0x0aa14), P(0x0aa18),
sys/dev/ic/ar9285reg.h
641
P(0x0aa1c), P(0x0aa20), P(0x0aa24), P(0x0aa28), P(0x0aa2c),
sys/dev/ic/ar9285reg.h
642
P(0x0aa30), P(0x0aa34), P(0x0aa38), P(0x0aa3c), P(0x0aa40),
sys/dev/ic/ar9285reg.h
643
P(0x0aa44), P(0x0aa48), P(0x0aa4c), P(0x0aa50), P(0x0aa54),
sys/dev/ic/ar9285reg.h
644
P(0x0aa58), P(0x0aa5c), P(0x0aa60), P(0x0aa64), P(0x0aa68),
sys/dev/ic/ar9285reg.h
645
P(0x0aa6c), P(0x0aa70), P(0x0aa74), P(0x0aa78), P(0x0aa7c),
sys/dev/ic/ar9285reg.h
646
P(0x0aa80), P(0x0aa84), P(0x0aa88), P(0x0aa8c), P(0x0aa90),
sys/dev/ic/ar9285reg.h
647
P(0x0aa94), P(0x0aa98), P(0x0aa9c), P(0x0aaa0), P(0x0aaa4),
sys/dev/ic/ar9285reg.h
648
P(0x0aaa8), P(0x0aaac), P(0x0aab0), P(0x0aab4), P(0x0aab8),
sys/dev/ic/ar9285reg.h
649
P(0x0aabc), P(0x0aac0), P(0x0aac4), P(0x0aac8), P(0x0aacc),
sys/dev/ic/ar9285reg.h
650
P(0x0aad0), P(0x0aad4), P(0x0aad8), P(0x0aadc), P(0x0aae0),
sys/dev/ic/ar9285reg.h
651
P(0x0aae4), P(0x0aae8), P(0x0aaec), P(0x0aaf0), P(0x0aaf4),
sys/dev/ic/ar9285reg.h
652
P(0x0aaf8), P(0x0aafc), P(0x0ab00), P(0x0ab04), P(0x0ab08),
sys/dev/ic/ar9285reg.h
653
P(0x0ab0c), P(0x0ab10), P(0x0ab14), P(0x0ab18), P(0x0ab1c),
sys/dev/ic/ar9285reg.h
654
P(0x0ab20), P(0x0ab24), P(0x0ab28), P(0x0ab2c), P(0x0ab30),
sys/dev/ic/ar9285reg.h
655
P(0x0ab34), P(0x0ab38), P(0x0ab3c), P(0x0ab40), P(0x0ab44),
sys/dev/ic/ar9285reg.h
656
P(0x0ab48), P(0x0ab4c), P(0x0ab50), P(0x0ab54), P(0x0ab58),
sys/dev/ic/ar9285reg.h
657
P(0x0ab5c), P(0x0ab60), P(0x0ab64), P(0x0ab68), P(0x0ab6c),
sys/dev/ic/ar9285reg.h
658
P(0x0ab70), P(0x0ab74), P(0x0ab78), P(0x0ab7c), P(0x0ab80),
sys/dev/ic/ar9285reg.h
659
P(0x0ab84), P(0x0ab88), P(0x0ab8c), P(0x0ab90), P(0x0ab94),
sys/dev/ic/ar9285reg.h
660
P(0x0ab98), P(0x0ab9c), P(0x0aba0), P(0x0aba4), P(0x0aba8),
sys/dev/ic/ar9285reg.h
661
P(0x0abac), P(0x0abb0), P(0x0abb4), P(0x0abb8), P(0x0abbc),
sys/dev/ic/ar9285reg.h
662
P(0x0abc0), P(0x0abc4), P(0x0abc8), P(0x0abcc), P(0x0abd0),
sys/dev/ic/ar9285reg.h
663
P(0x0abd4), P(0x0abd8), P(0x0abdc), P(0x0abe0), P(0x0abe4),
sys/dev/ic/ar9285reg.h
664
P(0x0abe8), P(0x0abec), P(0x0abf0), P(0x0abf4), P(0x0abf8),
sys/dev/ic/ar9285reg.h
665
P(0x0abfc), P(0x0a204), P(0x0a20c), P(0x0b20c), P(0x0a21c),
sys/dev/ic/ar9285reg.h
666
P(0x0a230), P(0x0a250), P(0x0a358)
sys/dev/ic/ar9285reg.h
798
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar9285reg.h
799
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar9285reg.h
800
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar9285reg.h
801
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar9285reg.h
802
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar9285reg.h
803
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar9285reg.h
804
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar9285reg.h
805
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar9285reg.h
806
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar9285reg.h
807
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar9285reg.h
808
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar9285reg.h
809
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar9285reg.h
810
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar9285reg.h
811
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar9285reg.h
812
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar9285reg.h
813
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar9285reg.h
814
P(0x0147c), P(0x04030), P(0x0403c), P(0x04024), P(0x04060),
sys/dev/ic/ar9285reg.h
815
P(0x04064), P(0x08004), P(0x08008), P(0x0800c), P(0x08018),
sys/dev/ic/ar9285reg.h
816
P(0x08020), P(0x08038), P(0x0803c), P(0x08048), P(0x08054),
sys/dev/ic/ar9285reg.h
817
P(0x08058), P(0x0805c), P(0x08060), P(0x08064), P(0x08070),
sys/dev/ic/ar9285reg.h
818
P(0x080b0), P(0x080b4), P(0x080b8), P(0x080bc), P(0x080c0),
sys/dev/ic/ar9285reg.h
819
P(0x080c4), P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4),
sys/dev/ic/ar9285reg.h
820
P(0x080d8), P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec),
sys/dev/ic/ar9285reg.h
821
P(0x080f0), P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100),
sys/dev/ic/ar9285reg.h
822
P(0x08104), P(0x08108), P(0x0810c), P(0x08110), P(0x08118),
sys/dev/ic/ar9285reg.h
823
P(0x0811c), P(0x08120), P(0x08124), P(0x08128), P(0x0812c),
sys/dev/ic/ar9285reg.h
824
P(0x08130), P(0x08134), P(0x08138), P(0x0813c), P(0x08144),
sys/dev/ic/ar9285reg.h
825
P(0x08168), P(0x0816c), P(0x08170), P(0x08174), P(0x08178),
sys/dev/ic/ar9285reg.h
826
P(0x0817c), P(0x081c0), P(0x081d0), P(0x081ec), P(0x081f0),
sys/dev/ic/ar9285reg.h
827
P(0x081f4), P(0x081f8), P(0x081fc), P(0x08200), P(0x08204),
sys/dev/ic/ar9285reg.h
828
P(0x08208), P(0x0820c), P(0x08210), P(0x08214), P(0x08218),
sys/dev/ic/ar9285reg.h
829
P(0x0821c), P(0x08220), P(0x08224), P(0x08228), P(0x0822c),
sys/dev/ic/ar9285reg.h
830
P(0x08230), P(0x08234), P(0x08238), P(0x0823c), P(0x08240),
sys/dev/ic/ar9285reg.h
831
P(0x08244), P(0x08248), P(0x0824c), P(0x08250), P(0x08254),
sys/dev/ic/ar9285reg.h
832
P(0x08258), P(0x0825c), P(0x08260), P(0x08264), P(0x08270),
sys/dev/ic/ar9285reg.h
833
P(0x08274), P(0x08278), P(0x0827c), P(0x08284), P(0x08288),
sys/dev/ic/ar9285reg.h
834
P(0x0828c), P(0x08294), P(0x08298), P(0x0829c), P(0x08300),
sys/dev/ic/ar9285reg.h
835
P(0x08314), P(0x08328), P(0x0832c), P(0x08330), P(0x08334),
sys/dev/ic/ar9285reg.h
836
P(0x08338), P(0x0833c), P(0x08340), P(0x08344), P(0x07010),
sys/dev/ic/ar9285reg.h
837
P(0x07034), P(0x07038), P(0x07800), P(0x07804), P(0x07808),
sys/dev/ic/ar9285reg.h
838
P(0x0780c), P(0x07810), P(0x07814), P(0x0781c), P(0x07828),
sys/dev/ic/ar9285reg.h
839
P(0x0782c), P(0x07830), P(0x07834), P(0x0783c), P(0x07840),
sys/dev/ic/ar9285reg.h
840
P(0x07844), P(0x07848), P(0x0784c), P(0x07850), P(0x07854),
sys/dev/ic/ar9285reg.h
841
P(0x07858), P(0x0785c), P(0x07860), P(0x07864), P(0x07868),
sys/dev/ic/ar9285reg.h
842
P(0x07870), P(0x09808), P(0x0980c), P(0x09810), P(0x09814),
sys/dev/ic/ar9285reg.h
843
P(0x0981c), P(0x0982c), P(0x09830), P(0x0983c), P(0x0984c),
sys/dev/ic/ar9285reg.h
844
P(0x09854), P(0x09900), P(0x09904), P(0x09908), P(0x0990c),
sys/dev/ic/ar9285reg.h
845
P(0x0991c), P(0x09920), P(0x09928), P(0x0992c), P(0x09934),
sys/dev/ic/ar9285reg.h
846
P(0x09938), P(0x0993c), P(0x09940), P(0x09948), P(0x0994c),
sys/dev/ic/ar9285reg.h
847
P(0x09954), P(0x09958), P(0x09968), P(0x09970), P(0x09974),
sys/dev/ic/ar9285reg.h
848
P(0x09978), P(0x0997c), P(0x09980), P(0x09984), P(0x09988),
sys/dev/ic/ar9285reg.h
849
P(0x0998c), P(0x09990), P(0x09994), P(0x09998), P(0x0999c),
sys/dev/ic/ar9285reg.h
850
P(0x099a0), P(0x099a4), P(0x099a8), P(0x099ac), P(0x099b0),
sys/dev/ic/ar9285reg.h
851
P(0x099b4), P(0x099dc), P(0x099e0), P(0x099e4), P(0x099e8),
sys/dev/ic/ar9285reg.h
852
P(0x099ec), P(0x099f0), P(0x0a208), P(0x0a210), P(0x0a214),
sys/dev/ic/ar9285reg.h
853
P(0x0a218), P(0x0a220), P(0x0a224), P(0x0a228), P(0x0a22c),
sys/dev/ic/ar9285reg.h
854
P(0x0a234), P(0x0a238), P(0x0a244), P(0x0a248), P(0x0a24c),
sys/dev/ic/ar9285reg.h
855
P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260), P(0x0a268),
sys/dev/ic/ar9285reg.h
856
P(0x0a26c), P(0x0a388), P(0x0a38c), P(0x0a390), P(0x0a39c),
sys/dev/ic/ar9285reg.h
857
P(0x0a3a0), P(0x0a3a4), P(0x0a3a8), P(0x0a3ac), P(0x0a3b0),
sys/dev/ic/ar9285reg.h
858
P(0x0a3b4), P(0x0a3b8), P(0x0a3bc), P(0x0a3c0), P(0x0a3c4),
sys/dev/ic/ar9285reg.h
859
P(0x0a3cc), P(0x0a3d0), P(0x0a3d4), P(0x0a3e4), P(0x0a3e8),
sys/dev/ic/ar9285reg.h
860
P(0x0a3ec), P(0x0a3f0), P(0x0a3f4), P(0x0d270), P(0x0d35c),
sys/dev/ic/ar9285reg.h
861
P(0x0d360), P(0x0d364), P(0x0d368), P(0x0d36c), P(0x0d370),
sys/dev/ic/ar9285reg.h
862
P(0x0d374), P(0x0d378), P(0x0d37c), P(0x0d380), P(0x0d384)
sys/dev/ic/ar9285reg.h
950
P(0x0a300), P(0x0a304), P(0x0a308), P(0x0a30c), P(0x0a310),
sys/dev/ic/ar9285reg.h
951
P(0x0a314), P(0x0a318), P(0x0a31c), P(0x0a320), P(0x0a324),
sys/dev/ic/ar9285reg.h
952
P(0x0a328), P(0x0a32c), P(0x0a330), P(0x0a334), P(0x0a338),
sys/dev/ic/ar9285reg.h
953
P(0x0a33c), P(0x0a340), P(0x0a344), P(0x0a348), P(0x0a34c),
sys/dev/ic/ar9285reg.h
954
P(0x0a350), P(0x0a354), P(0x07814), P(0x07828), P(0x07830),
sys/dev/ic/ar9285reg.h
955
P(0x07838), P(0x0783c), P(0x07840), P(0x0786c), P(0x07820),
sys/dev/ic/ar9285reg.h
956
P(0x0a274), P(0x0a278), P(0x0a27c), P(0x0a394), P(0x0a398),
sys/dev/ic/ar9285reg.h
957
P(0x0a3dc), P(0x0a3e0)
sys/dev/ic/ar9287reg.h
180
P(0x01030), P(0x01070), P(0x010b0), P(0x010f0), P(0x08014),
sys/dev/ic/ar9287reg.h
181
P(0x0801c), P(0x08120), P(0x081d0), P(0x08318), P(0x09804),
sys/dev/ic/ar9287reg.h
182
P(0x09820), P(0x09824), P(0x09828), P(0x09834), P(0x09838),
sys/dev/ic/ar9287reg.h
183
P(0x09840), P(0x09844), P(0x09850), P(0x09858), P(0x0985c),
sys/dev/ic/ar9287reg.h
184
P(0x09860), P(0x09864), P(0x09868), P(0x0986c), P(0x09914),
sys/dev/ic/ar9287reg.h
185
P(0x09918), P(0x09924), P(0x09944), P(0x09960), P(0x0a960),
sys/dev/ic/ar9287reg.h
186
P(0x09964), P(0x0c968), P(0x099b8), P(0x099bc), P(0x099c0),
sys/dev/ic/ar9287reg.h
187
P(0x0a204), P(0x0a20c), P(0x0b20c), P(0x0a21c), P(0x0a230),
sys/dev/ic/ar9287reg.h
188
P(0x0a250), P(0x0a358), P(0x0a3d8)
sys/dev/ic/ar9287reg.h
216
P(0x0000c), P(0x00030), P(0x00034), P(0x00040), P(0x00044),
sys/dev/ic/ar9287reg.h
217
P(0x00048), P(0x0004c), P(0x00050), P(0x00054), P(0x00800),
sys/dev/ic/ar9287reg.h
218
P(0x00804), P(0x00808), P(0x0080c), P(0x00810), P(0x00814),
sys/dev/ic/ar9287reg.h
219
P(0x00818), P(0x0081c), P(0x00820), P(0x00824), P(0x01040),
sys/dev/ic/ar9287reg.h
220
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar9287reg.h
221
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x01230),
sys/dev/ic/ar9287reg.h
222
P(0x01270), P(0x01038), P(0x01078), P(0x010b8), P(0x010f8),
sys/dev/ic/ar9287reg.h
223
P(0x01138), P(0x01178), P(0x011b8), P(0x011f8), P(0x01238),
sys/dev/ic/ar9287reg.h
224
P(0x01278), P(0x012b8), P(0x012f8), P(0x01338), P(0x01378),
sys/dev/ic/ar9287reg.h
225
P(0x013b8), P(0x013f8), P(0x01438), P(0x01478), P(0x014b8),
sys/dev/ic/ar9287reg.h
226
P(0x014f8), P(0x01538), P(0x01578), P(0x015b8), P(0x015f8),
sys/dev/ic/ar9287reg.h
227
P(0x01638), P(0x01678), P(0x016b8), P(0x016f8), P(0x01738),
sys/dev/ic/ar9287reg.h
228
P(0x01778), P(0x017b8), P(0x017f8), P(0x0103c), P(0x0107c),
sys/dev/ic/ar9287reg.h
229
P(0x010bc), P(0x010fc), P(0x0113c), P(0x0117c), P(0x011bc),
sys/dev/ic/ar9287reg.h
230
P(0x011fc), P(0x0123c), P(0x0127c), P(0x012bc), P(0x012fc),
sys/dev/ic/ar9287reg.h
231
P(0x0133c), P(0x0137c), P(0x013bc), P(0x013fc), P(0x0143c),
sys/dev/ic/ar9287reg.h
232
P(0x0147c), P(0x04030), P(0x0403c), P(0x04024), P(0x04060),
sys/dev/ic/ar9287reg.h
233
P(0x04064), P(0x07010), P(0x07020), P(0x07034), P(0x07038),
sys/dev/ic/ar9287reg.h
234
P(0x08004), P(0x08008), P(0x0800c), P(0x08018), P(0x08020),
sys/dev/ic/ar9287reg.h
235
P(0x08038), P(0x0803c), P(0x08048), P(0x08054), P(0x08058),
sys/dev/ic/ar9287reg.h
236
P(0x0805c), P(0x08060), P(0x08064), P(0x08070), P(0x080c0),
sys/dev/ic/ar9287reg.h
237
P(0x080c4), P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4),
sys/dev/ic/ar9287reg.h
238
P(0x080d8), P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec),
sys/dev/ic/ar9287reg.h
239
P(0x080f0), P(0x080f4), P(0x080f8), P(0x080fc), P(0x08100),
sys/dev/ic/ar9287reg.h
240
P(0x08104), P(0x08108), P(0x0810c), P(0x08110), P(0x08118),
sys/dev/ic/ar9287reg.h
241
P(0x0811c), P(0x08124), P(0x08128), P(0x0812c), P(0x08130),
sys/dev/ic/ar9287reg.h
242
P(0x08134), P(0x08138), P(0x0813c), P(0x08144), P(0x08168),
sys/dev/ic/ar9287reg.h
243
P(0x0816c), P(0x08170), P(0x08174), P(0x08178), P(0x0817c),
sys/dev/ic/ar9287reg.h
244
P(0x081c0), P(0x081c4), P(0x081d4), P(0x081ec), P(0x081f0),
sys/dev/ic/ar9287reg.h
245
P(0x081f4), P(0x081f8), P(0x081fc), P(0x08200), P(0x08204),
sys/dev/ic/ar9287reg.h
246
P(0x08208), P(0x0820c), P(0x08210), P(0x08214), P(0x08218),
sys/dev/ic/ar9287reg.h
247
P(0x0821c), P(0x08220), P(0x08224), P(0x08228), P(0x0822c),
sys/dev/ic/ar9287reg.h
248
P(0x08230), P(0x08234), P(0x08238), P(0x0823c), P(0x08240),
sys/dev/ic/ar9287reg.h
249
P(0x08244), P(0x08248), P(0x0824c), P(0x08250), P(0x08254),
sys/dev/ic/ar9287reg.h
250
P(0x08258), P(0x0825c), P(0x08260), P(0x08264), P(0x08270),
sys/dev/ic/ar9287reg.h
251
P(0x08274), P(0x08278), P(0x0827c), P(0x08284), P(0x08288),
sys/dev/ic/ar9287reg.h
252
P(0x0828c), P(0x08294), P(0x08298), P(0x0829c), P(0x08300),
sys/dev/ic/ar9287reg.h
253
P(0x08314), P(0x08328), P(0x0832c), P(0x08330), P(0x08334),
sys/dev/ic/ar9287reg.h
254
P(0x08338), P(0x0833c), P(0x08340), P(0x08344), P(0x08360),
sys/dev/ic/ar9287reg.h
255
P(0x08364), P(0x08368), P(0x08370), P(0x08374), P(0x08378),
sys/dev/ic/ar9287reg.h
256
P(0x0837c), P(0x08380), P(0x08384), P(0x08390), P(0x08394),
sys/dev/ic/ar9287reg.h
257
P(0x08398), P(0x0839c), P(0x083a0), P(0x09808), P(0x0980c),
sys/dev/ic/ar9287reg.h
258
P(0x09810), P(0x09814), P(0x0981c), P(0x0982c), P(0x09830),
sys/dev/ic/ar9287reg.h
259
P(0x0983c), P(0x0984c), P(0x0a84c), P(0x09854), P(0x09900),
sys/dev/ic/ar9287reg.h
260
P(0x09904), P(0x09908), P(0x0990c), P(0x09910), P(0x0991c),
sys/dev/ic/ar9287reg.h
261
P(0x09920), P(0x0a920), P(0x09928), P(0x0992c), P(0x09930),
sys/dev/ic/ar9287reg.h
262
P(0x0a930), P(0x09934), P(0x09938), P(0x0993c), P(0x09948),
sys/dev/ic/ar9287reg.h
263
P(0x0994c), P(0x09954), P(0x09958), P(0x09940), P(0x0c95c),
sys/dev/ic/ar9287reg.h
264
P(0x09970), P(0x09974), P(0x09978), P(0x0997c), P(0x099a0),
sys/dev/ic/ar9287reg.h
265
P(0x099a4), P(0x099a8), P(0x099ac), P(0x099b0), P(0x099b4),
sys/dev/ic/ar9287reg.h
266
P(0x099c4), P(0x099c8), P(0x099cc), P(0x099d0), P(0x099dc),
sys/dev/ic/ar9287reg.h
267
P(0x099e0), P(0x099e4), P(0x099e8), P(0x099ec), P(0x099f0),
sys/dev/ic/ar9287reg.h
268
P(0x099fc), P(0x0a208), P(0x0a210), P(0x0a214), P(0x0a218),
sys/dev/ic/ar9287reg.h
269
P(0x0a220), P(0x0a224), P(0x0a228), P(0x0a22c), P(0x0a234),
sys/dev/ic/ar9287reg.h
270
P(0x0a238), P(0x0a23c), P(0x0a240), P(0x0a244), P(0x0a248),
sys/dev/ic/ar9287reg.h
271
P(0x0a24c), P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260),
sys/dev/ic/ar9287reg.h
272
P(0x0a264), P(0x0b264), P(0x0a268), P(0x0a26c), P(0x0b26c),
sys/dev/ic/ar9287reg.h
273
P(0x0d270), P(0x0a278), P(0x0a27c), P(0x0d35c), P(0x0d360),
sys/dev/ic/ar9287reg.h
274
P(0x0d364), P(0x0d368), P(0x0d36c), P(0x0d370), P(0x0d374),
sys/dev/ic/ar9287reg.h
275
P(0x0d378), P(0x0d37c), P(0x0d380), P(0x0d384), P(0x0a388),
sys/dev/ic/ar9287reg.h
276
P(0x0a38c), P(0x0a390), P(0x0a394), P(0x0a398), P(0x0b398),
sys/dev/ic/ar9287reg.h
277
P(0x0a39c), P(0x0a3c8), P(0x0a3cc), P(0x0a3d0), P(0x0a3d4),
sys/dev/ic/ar9287reg.h
278
P(0x0a3dc), P(0x0a3e0), P(0x0a3e4), P(0x0a3e8), P(0x0a3ec),
sys/dev/ic/ar9287reg.h
279
P(0x0a3f0), P(0x0a3f4), P(0x0b3f4), P(0x0a7d8), P(0x07800),
sys/dev/ic/ar9287reg.h
280
P(0x07804), P(0x07808), P(0x0780c), P(0x07810), P(0x07814),
sys/dev/ic/ar9287reg.h
281
P(0x07818), P(0x0781c), P(0x07820), P(0x07824), P(0x07828),
sys/dev/ic/ar9287reg.h
282
P(0x0782c), P(0x07830), P(0x07834), P(0x07838), P(0x0783c),
sys/dev/ic/ar9287reg.h
283
P(0x07840), P(0x07844), P(0x07848), P(0x07850), P(0x07854),
sys/dev/ic/ar9287reg.h
284
P(0x07858), P(0x0785c), P(0x07860), P(0x07864), P(0x07868),
sys/dev/ic/ar9287reg.h
285
P(0x0786c), P(0x07870), P(0x07874), P(0x07878), P(0x0787c),
sys/dev/ic/ar9287reg.h
286
P(0x07880), P(0x07884), P(0x07888), P(0x0788c), P(0x07890),
sys/dev/ic/ar9287reg.h
287
P(0x07894), P(0x07898), P(0x0789c), P(0x078a0), P(0x078a4),
sys/dev/ic/ar9287reg.h
288
P(0x078a8), P(0x078ac), P(0x078b0), P(0x078b4), P(0x078b8)
sys/dev/ic/ar9287reg.h
383
P(0x0a300), P(0x0a304), P(0x0a308), P(0x0a30c), P(0x0a310),
sys/dev/ic/ar9287reg.h
384
P(0x0a314), P(0x0a318), P(0x0a31c), P(0x0a320), P(0x0a324),
sys/dev/ic/ar9287reg.h
385
P(0x0a328), P(0x0a32c), P(0x0a330), P(0x0a334), P(0x0a338),
sys/dev/ic/ar9287reg.h
386
P(0x0a33c), P(0x0a340), P(0x0a344), P(0x0a348), P(0x0a34c),
sys/dev/ic/ar9287reg.h
387
P(0x0a350), P(0x0a354), P(0x0a780), P(0x0a784), P(0x0a788),
sys/dev/ic/ar9287reg.h
388
P(0x0a78c), P(0x0a790), P(0x0a794), P(0x0a798), P(0x0a79c),
sys/dev/ic/ar9287reg.h
389
P(0x0a7a0), P(0x0a7a4), P(0x0a7a8), P(0x0a7ac), P(0x0a7b0),
sys/dev/ic/ar9287reg.h
390
P(0x0a7b4), P(0x0a7b8), P(0x0a7bc), P(0x0a7c0), P(0x0a7c4),
sys/dev/ic/ar9287reg.h
391
P(0x0a7c8), P(0x0a7cc), P(0x0a7d0), P(0x0a7d4), P(0x0a274)
sys/dev/ic/ar9287reg.h
417
P(0x09a00), P(0x09a04), P(0x09a08), P(0x09a0c), P(0x09a10),
sys/dev/ic/ar9287reg.h
418
P(0x09a14), P(0x09a18), P(0x09a1c), P(0x09a20), P(0x09a24),
sys/dev/ic/ar9287reg.h
419
P(0x09a28), P(0x09a2c), P(0x09a30), P(0x09a34), P(0x09a38),
sys/dev/ic/ar9287reg.h
420
P(0x09a3c), P(0x09a40), P(0x09a44), P(0x09a48), P(0x09a4c),
sys/dev/ic/ar9287reg.h
421
P(0x09a50), P(0x09a54), P(0x09a58), P(0x09a5c), P(0x09a60),
sys/dev/ic/ar9287reg.h
422
P(0x09a64), P(0x09a68), P(0x09a6c), P(0x09a70), P(0x09a74),
sys/dev/ic/ar9287reg.h
423
P(0x09a78), P(0x09a7c), P(0x09a80), P(0x09a84), P(0x09a88),
sys/dev/ic/ar9287reg.h
424
P(0x09a8c), P(0x09a90), P(0x09a94), P(0x09a98), P(0x09a9c),
sys/dev/ic/ar9287reg.h
425
P(0x09aa0), P(0x09aa4), P(0x09aa8), P(0x09aac), P(0x09ab0),
sys/dev/ic/ar9287reg.h
426
P(0x09ab4), P(0x09ab8), P(0x09abc), P(0x09ac0), P(0x09ac4),
sys/dev/ic/ar9287reg.h
427
P(0x09ac8), P(0x09acc), P(0x09ad0), P(0x09ad4), P(0x09ad8),
sys/dev/ic/ar9287reg.h
428
P(0x09adc), P(0x09ae0), P(0x09ae4), P(0x09ae8), P(0x09aec),
sys/dev/ic/ar9287reg.h
429
P(0x09af0), P(0x09af4), P(0x09af8), P(0x09afc), P(0x09b00),
sys/dev/ic/ar9287reg.h
430
P(0x09b04), P(0x09b08), P(0x09b0c), P(0x09b10), P(0x09b14),
sys/dev/ic/ar9287reg.h
431
P(0x09b18), P(0x09b1c), P(0x09b20), P(0x09b24), P(0x09b28),
sys/dev/ic/ar9287reg.h
432
P(0x09b2c), P(0x09b30), P(0x09b34), P(0x09b38), P(0x09b3c),
sys/dev/ic/ar9287reg.h
433
P(0x09b40), P(0x09b44), P(0x09b48), P(0x09b4c), P(0x09b50),
sys/dev/ic/ar9287reg.h
434
P(0x09b54), P(0x09b58), P(0x09b5c), P(0x09b60), P(0x09b64),
sys/dev/ic/ar9287reg.h
435
P(0x09b68), P(0x09b6c), P(0x09b70), P(0x09b74), P(0x09b78),
sys/dev/ic/ar9287reg.h
436
P(0x09b7c), P(0x09b80), P(0x09b84), P(0x09b88), P(0x09b8c),
sys/dev/ic/ar9287reg.h
437
P(0x09b90), P(0x09b94), P(0x09b98), P(0x09b9c), P(0x09ba0),
sys/dev/ic/ar9287reg.h
438
P(0x09ba4), P(0x09ba8), P(0x09bac), P(0x09bb0), P(0x09bb4),
sys/dev/ic/ar9287reg.h
439
P(0x09bb8), P(0x09bbc), P(0x09bc0), P(0x09bc4), P(0x09bc8),
sys/dev/ic/ar9287reg.h
440
P(0x09bcc), P(0x09bd0), P(0x09bd4), P(0x09bd8), P(0x09bdc),
sys/dev/ic/ar9287reg.h
441
P(0x09be0), P(0x09be4), P(0x09be8), P(0x09bec), P(0x09bf0),
sys/dev/ic/ar9287reg.h
442
P(0x09bf4), P(0x09bf8), P(0x09bfc), P(0x0aa00), P(0x0aa04),
sys/dev/ic/ar9287reg.h
443
P(0x0aa08), P(0x0aa0c), P(0x0aa10), P(0x0aa14), P(0x0aa18),
sys/dev/ic/ar9287reg.h
444
P(0x0aa1c), P(0x0aa20), P(0x0aa24), P(0x0aa28), P(0x0aa2c),
sys/dev/ic/ar9287reg.h
445
P(0x0aa30), P(0x0aa34), P(0x0aa38), P(0x0aa3c), P(0x0aa40),
sys/dev/ic/ar9287reg.h
446
P(0x0aa44), P(0x0aa48), P(0x0aa4c), P(0x0aa50), P(0x0aa54),
sys/dev/ic/ar9287reg.h
447
P(0x0aa58), P(0x0aa5c), P(0x0aa60), P(0x0aa64), P(0x0aa68),
sys/dev/ic/ar9287reg.h
448
P(0x0aa6c), P(0x0aa70), P(0x0aa74), P(0x0aa78), P(0x0aa7c),
sys/dev/ic/ar9287reg.h
449
P(0x0aa80), P(0x0aa84), P(0x0aa88), P(0x0aa8c), P(0x0aa90),
sys/dev/ic/ar9287reg.h
450
P(0x0aa94), P(0x0aa98), P(0x0aa9c), P(0x0aaa0), P(0x0aaa4),
sys/dev/ic/ar9287reg.h
451
P(0x0aaa8), P(0x0aaac), P(0x0aab0), P(0x0aab4), P(0x0aab8),
sys/dev/ic/ar9287reg.h
452
P(0x0aabc), P(0x0aac0), P(0x0aac4), P(0x0aac8), P(0x0aacc),
sys/dev/ic/ar9287reg.h
453
P(0x0aad0), P(0x0aad4), P(0x0aad8), P(0x0aadc), P(0x0aae0),
sys/dev/ic/ar9287reg.h
454
P(0x0aae4), P(0x0aae8), P(0x0aaec), P(0x0aaf0), P(0x0aaf4),
sys/dev/ic/ar9287reg.h
455
P(0x0aaf8), P(0x0aafc), P(0x0ab00), P(0x0ab04), P(0x0ab08),
sys/dev/ic/ar9287reg.h
456
P(0x0ab0c), P(0x0ab10), P(0x0ab14), P(0x0ab18), P(0x0ab1c),
sys/dev/ic/ar9287reg.h
457
P(0x0ab20), P(0x0ab24), P(0x0ab28), P(0x0ab2c), P(0x0ab30),
sys/dev/ic/ar9287reg.h
458
P(0x0ab34), P(0x0ab38), P(0x0ab3c), P(0x0ab40), P(0x0ab44),
sys/dev/ic/ar9287reg.h
459
P(0x0ab48), P(0x0ab4c), P(0x0ab50), P(0x0ab54), P(0x0ab58),
sys/dev/ic/ar9287reg.h
460
P(0x0ab5c), P(0x0ab60), P(0x0ab64), P(0x0ab68), P(0x0ab6c),
sys/dev/ic/ar9287reg.h
461
P(0x0ab70), P(0x0ab74), P(0x0ab78), P(0x0ab7c), P(0x0ab80),
sys/dev/ic/ar9287reg.h
462
P(0x0ab84), P(0x0ab88), P(0x0ab8c), P(0x0ab90), P(0x0ab94),
sys/dev/ic/ar9287reg.h
463
P(0x0ab98), P(0x0ab9c), P(0x0aba0), P(0x0aba4), P(0x0aba8),
sys/dev/ic/ar9287reg.h
464
P(0x0abac), P(0x0abb0), P(0x0abb4), P(0x0abb8), P(0x0abbc),
sys/dev/ic/ar9287reg.h
465
P(0x0abc0), P(0x0abc4), P(0x0abc8), P(0x0abcc), P(0x0abd0),
sys/dev/ic/ar9287reg.h
466
P(0x0abd4), P(0x0abd8), P(0x0abdc), P(0x0abe0), P(0x0abe4),
sys/dev/ic/ar9287reg.h
467
P(0x0abe8), P(0x0abec), P(0x0abf0), P(0x0abf4), P(0x0abf8),
sys/dev/ic/ar9287reg.h
468
P(0x0abfc), P(0x09848), P(0x0a848)
sys/dev/ic/ar9380reg.h
1073
P(0x01030), P(0x01070), P(0x010b0), P(0x08014), P(0x0801c),
sys/dev/ic/ar9380reg.h
1074
P(0x08318), P(0x09e00), P(0x0a230), P(0x0a254)
sys/dev/ic/ar9380reg.h
1108
P(0x01030), P(0x01070), P(0x010b0), P(0x08014), P(0x0801c),
sys/dev/ic/ar9380reg.h
1109
P(0x08120), P(0x081d0), P(0x08318), P(0x09810), P(0x09820),
sys/dev/ic/ar9380reg.h
1110
P(0x09824), P(0x09828), P(0x0982c), P(0x09830), P(0x09c00),
sys/dev/ic/ar9380reg.h
1111
P(0x09e00), P(0x09e04), P(0x09e0c), P(0x09e10), P(0x09e14),
sys/dev/ic/ar9380reg.h
1112
P(0x09e18), P(0x09e1c), P(0x09e20), P(0x09e2c), P(0x09e3c),
sys/dev/ic/ar9380reg.h
1113
P(0x09e44), P(0x09e48), P(0x09fc8), P(0x0a204), P(0x0a208),
sys/dev/ic/ar9380reg.h
1114
P(0x0a230), P(0x0a234), P(0x0a238), P(0x0a250), P(0x0a254),
sys/dev/ic/ar9380reg.h
1115
P(0x0a258), P(0x0a25c), P(0x0a260), P(0x0a264), P(0x0a280),
sys/dev/ic/ar9380reg.h
1116
P(0x0a284), P(0x0a288), P(0x0a28c), P(0x0a2c4), P(0x0a2d0),
sys/dev/ic/ar9380reg.h
1117
P(0x0a2d8), P(0x0a358), P(0x0be04), P(0x0be18), P(0x1609c),
sys/dev/ic/ar9380reg.h
1118
P(0x160ac), P(0x160b0), P(0x1610c), P(0x16140)
sys/dev/ic/ar9380reg.h
1150
P(0x04014), P(0x04090), P(0x040a4), P(0x07010), P(0x07020),
sys/dev/ic/ar9380reg.h
1151
P(0x07034), P(0x07038), P(0x07048), P(0x0a580), P(0x0a584),
sys/dev/ic/ar9380reg.h
1152
P(0x0a588), P(0x0a58c), P(0x0a590), P(0x0a594), P(0x0a598),
sys/dev/ic/ar9380reg.h
1153
P(0x0a59c), P(0x0a5a0), P(0x0a5a4), P(0x0a5a8), P(0x0a5ac),
sys/dev/ic/ar9380reg.h
1154
P(0x0a5b0), P(0x0a5b4), P(0x0a5b8), P(0x0a5bc), P(0x00008),
sys/dev/ic/ar9380reg.h
1155
P(0x00030), P(0x00034), P(0x00040), P(0x00044), P(0x00048),
sys/dev/ic/ar9380reg.h
1156
P(0x0004c), P(0x00050), P(0x01040), P(0x01044), P(0x01048),
sys/dev/ic/ar9380reg.h
1157
P(0x0104c), P(0x01050), P(0x01054), P(0x01058), P(0x0105c),
sys/dev/ic/ar9380reg.h
1158
P(0x01060), P(0x01064), P(0x010f0), P(0x01270), P(0x012b0),
sys/dev/ic/ar9380reg.h
1159
P(0x012f0), P(0x0143c), P(0x0147c), P(0x08000), P(0x08004),
sys/dev/ic/ar9380reg.h
1160
P(0x08008), P(0x0800c), P(0x08018), P(0x08020), P(0x08038),
sys/dev/ic/ar9380reg.h
1161
P(0x0803c), P(0x08040), P(0x08044), P(0x08048), P(0x0804c),
sys/dev/ic/ar9380reg.h
1162
P(0x08054), P(0x08058), P(0x0805c), P(0x08060), P(0x08064),
sys/dev/ic/ar9380reg.h
1163
P(0x08070), P(0x08074), P(0x08078), P(0x0809c), P(0x080a0),
sys/dev/ic/ar9380reg.h
1164
P(0x080a4), P(0x080a8), P(0x080ac), P(0x080b0), P(0x080b4),
sys/dev/ic/ar9380reg.h
1165
P(0x080b8), P(0x080bc), P(0x080c0), P(0x080c4), P(0x080c8),
sys/dev/ic/ar9380reg.h
1166
P(0x080cc), P(0x080d0), P(0x080d4), P(0x080d8), P(0x080dc),
sys/dev/ic/ar9380reg.h
1167
P(0x080e0), P(0x080e4), P(0x080e8), P(0x080ec), P(0x080f0),
sys/dev/ic/ar9380reg.h
1168
P(0x080f4), P(0x080fc), P(0x08100), P(0x08108), P(0x0810c),
sys/dev/ic/ar9380reg.h
1169
P(0x08110), P(0x08114), P(0x08118), P(0x0811c), P(0x08124),
sys/dev/ic/ar9380reg.h
1170
P(0x08128), P(0x0812c), P(0x08130), P(0x08134), P(0x08138),
sys/dev/ic/ar9380reg.h
1171
P(0x0813c), P(0x08144), P(0x08168), P(0x0816c), P(0x08170),
sys/dev/ic/ar9380reg.h
1172
P(0x08174), P(0x08178), P(0x0817c), P(0x081c0), P(0x081c4),
sys/dev/ic/ar9380reg.h
1173
P(0x081d4), P(0x081ec), P(0x081f0), P(0x081f4), P(0x081f8),
sys/dev/ic/ar9380reg.h
1174
P(0x081fc), P(0x08240), P(0x08244), P(0x08248), P(0x0824c),
sys/dev/ic/ar9380reg.h
1175
P(0x08250), P(0x08254), P(0x08258), P(0x0825c), P(0x08260),
sys/dev/ic/ar9380reg.h
1176
P(0x08264), P(0x08268), P(0x0826c), P(0x08270), P(0x08274),
sys/dev/ic/ar9380reg.h
1177
P(0x08278), P(0x0827c), P(0x08284), P(0x08288), P(0x0828c),
sys/dev/ic/ar9380reg.h
1178
P(0x08294), P(0x08298), P(0x0829c), P(0x08300), P(0x08314),
sys/dev/ic/ar9380reg.h
1179
P(0x0831c), P(0x08328), P(0x0832c), P(0x08330), P(0x08334),
sys/dev/ic/ar9380reg.h
1180
P(0x08338), P(0x0833c), P(0x08340), P(0x08344), P(0x08348),
sys/dev/ic/ar9380reg.h
1181
P(0x0835c), P(0x08360), P(0x08364), P(0x08368), P(0x08370),
sys/dev/ic/ar9380reg.h
1182
P(0x08374), P(0x08378), P(0x0837c), P(0x08380), P(0x08384),
sys/dev/ic/ar9380reg.h
1183
P(0x08390), P(0x08394), P(0x08398), P(0x0839c), P(0x083a0),
sys/dev/ic/ar9380reg.h
1184
P(0x083a4), P(0x083a8), P(0x083ac), P(0x083b0), P(0x083b4),
sys/dev/ic/ar9380reg.h
1185
P(0x083b8), P(0x083bc), P(0x083c0), P(0x083c4), P(0x083c8),
sys/dev/ic/ar9380reg.h
1186
P(0x083cc), P(0x083d0), P(0x09800), P(0x09804), P(0x09808),
sys/dev/ic/ar9380reg.h
1187
P(0x0980c), P(0x09814), P(0x09818), P(0x0981c), P(0x09834),
sys/dev/ic/ar9380reg.h
1188
P(0x09838), P(0x0983c), P(0x09880), P(0x09884), P(0x098a4),
sys/dev/ic/ar9380reg.h
1189
P(0x098b0), P(0x098d0), P(0x098d4), P(0x098dc), P(0x098f0),
sys/dev/ic/ar9380reg.h
1190
P(0x098f4), P(0x09c04), P(0x09c08), P(0x09c0c), P(0x09c10),
sys/dev/ic/ar9380reg.h
1191
P(0x09c14), P(0x09c18), P(0x09c1c), P(0x09d00), P(0x09d04),
sys/dev/ic/ar9380reg.h
1192
P(0x09d08), P(0x09d0c), P(0x09d10), P(0x09d14), P(0x09d18),
sys/dev/ic/ar9380reg.h
1193
P(0x09d1c), P(0x09e08), P(0x09e24), P(0x09e28), P(0x09e30),
sys/dev/ic/ar9380reg.h
1194
P(0x09e34), P(0x09e38), P(0x09e40), P(0x09e4c), P(0x09e50),
sys/dev/ic/ar9380reg.h
1195
P(0x09fc0), P(0x09fc4), P(0x09fcc), P(0x0a20c), P(0x0a210),
sys/dev/ic/ar9380reg.h
1196
P(0x0a220), P(0x0a224), P(0x0a228), P(0x0a23c), P(0x0a244),
sys/dev/ic/ar9380reg.h
1197
P(0x0a2a0), P(0x0a2c0), P(0x0a2c8), P(0x0a2cc), P(0x0a2d4),
sys/dev/ic/ar9380reg.h
1198
P(0x0a2dc), P(0x0a2e0), P(0x0a2e4), P(0x0a2e8), P(0x0a2ec),
sys/dev/ic/ar9380reg.h
1199
P(0x0a2f0), P(0x0a2f4), P(0x0a2f8), P(0x0a344), P(0x0a34c),
sys/dev/ic/ar9380reg.h
1200
P(0x0a350), P(0x0a364), P(0x0a370), P(0x0a390), P(0x0a394),
sys/dev/ic/ar9380reg.h
1201
P(0x0a398), P(0x0a39c), P(0x0a3a0), P(0x0a3a4), P(0x0a3a8),
sys/dev/ic/ar9380reg.h
1202
P(0x0a3ac), P(0x0a3c0), P(0x0a3c4), P(0x0a3c8), P(0x0a3cc),
sys/dev/ic/ar9380reg.h
1203
P(0x0a3d0), P(0x0a3d4), P(0x0a3d8), P(0x0a3dc), P(0x0a3e0),
sys/dev/ic/ar9380reg.h
1204
P(0x0a3e4), P(0x0a3e8), P(0x0a3ec), P(0x0a3f0), P(0x0a3f4),
sys/dev/ic/ar9380reg.h
1205
P(0x0a3f8), P(0x0a3fc), P(0x0a400), P(0x0a404), P(0x0a408),
sys/dev/ic/ar9380reg.h
1206
P(0x0a40c), P(0x0a414), P(0x0a418), P(0x0a41c), P(0x0a420),
sys/dev/ic/ar9380reg.h
1207
P(0x0a424), P(0x0a428), P(0x0a42c), P(0x0a430), P(0x0a434),
sys/dev/ic/ar9380reg.h
1208
P(0x0a438), P(0x0a43c), P(0x0a440), P(0x0a444), P(0x0a448),
sys/dev/ic/ar9380reg.h
1209
P(0x0a44c), P(0x0a450), P(0x0a5c4), P(0x0a5c8), P(0x0a5cc),
sys/dev/ic/ar9380reg.h
1210
P(0x0a760), P(0x0a764), P(0x0a768), P(0x0a76c), P(0x0a770),
sys/dev/ic/ar9380reg.h
1211
P(0x0a774), P(0x0a778), P(0x0a780), P(0x0a7c0), P(0x0a7c4),
sys/dev/ic/ar9380reg.h
1212
P(0x0a7c8), P(0x0a7cc), P(0x0a7d0), P(0x0a7d4), P(0x0a7dc),
sys/dev/ic/ar9380reg.h
1213
P(0x16000), P(0x16004), P(0x16008), P(0x1600c), P(0x16040),
sys/dev/ic/ar9380reg.h
1214
P(0x1604c), P(0x16050), P(0x16054), P(0x16080), P(0x16084),
sys/dev/ic/ar9380reg.h
1215
P(0x16088), P(0x1608c), P(0x16090), P(0x16098), P(0x160a0),
sys/dev/ic/ar9380reg.h
1216
P(0x160a4), P(0x160a8), P(0x160b4), P(0x160c0), P(0x160c4),
sys/dev/ic/ar9380reg.h
1217
P(0x160c8), P(0x160cc), P(0x160d0), P(0x16100), P(0x16104),
sys/dev/ic/ar9380reg.h
1218
P(0x16108), P(0x16144), P(0x16148), P(0x16240), P(0x16244),
sys/dev/ic/ar9380reg.h
1219
P(0x16248), P(0x1624c), P(0x16280), P(0x16284), P(0x16288),
sys/dev/ic/ar9380reg.h
1220
P(0x1628c), P(0x16290), P(0x16380), P(0x16384), P(0x16388),
sys/dev/ic/ar9380reg.h
1221
P(0x1638c), P(0x16390), P(0x16394), P(0x16398), P(0x1639c),
sys/dev/ic/ar9380reg.h
1222
P(0x163a0), P(0x163a4), P(0x163a8), P(0x163ac), P(0x163b0),
sys/dev/ic/ar9380reg.h
1223
P(0x163b4), P(0x163b8), P(0x163bc), P(0x163c0), P(0x163c4),
sys/dev/ic/ar9380reg.h
1224
P(0x163c8), P(0x163cc), P(0x163d0), P(0x163d4), P(0x16c40),
sys/dev/ic/ar9380reg.h
1225
P(0x16c44)
sys/dev/ic/ar9380reg.h
1323
P(0x0a2dc), P(0x0a2e0), P(0x0a2e4), P(0x0a2e8), P(0x0a410),
sys/dev/ic/ar9380reg.h
1324
P(0x0a500), P(0x0a504), P(0x0a508), P(0x0a50c), P(0x0a510),
sys/dev/ic/ar9380reg.h
1325
P(0x0a514), P(0x0a518), P(0x0a51c), P(0x0a520), P(0x0a524),
sys/dev/ic/ar9380reg.h
1326
P(0x0a528), P(0x0a52c), P(0x0a530), P(0x0a534), P(0x0a538),
sys/dev/ic/ar9380reg.h
1327
P(0x0a53c), P(0x0a540), P(0x0a544), P(0x0a548), P(0x0a54c),
sys/dev/ic/ar9380reg.h
1328
P(0x0a550), P(0x0a554), P(0x0a558), P(0x0a55c), P(0x0a560),
sys/dev/ic/ar9380reg.h
1329
P(0x0a564), P(0x0a568), P(0x0a56c), P(0x0a570), P(0x0a574),
sys/dev/ic/ar9380reg.h
1330
P(0x0a578), P(0x0a57c), P(0x0a580), P(0x0a584), P(0x0a588),
sys/dev/ic/ar9380reg.h
1331
P(0x0a58c), P(0x0a590), P(0x0a594), P(0x0a598), P(0x0a59c),
sys/dev/ic/ar9380reg.h
1332
P(0x0a5a0), P(0x0a5a4), P(0x0a5a8), P(0x0a5ac), P(0x0a5b0),
sys/dev/ic/ar9380reg.h
1333
P(0x0a5b4), P(0x0a5b8), P(0x0a5bc), P(0x0a5c0), P(0x0a5c4),
sys/dev/ic/ar9380reg.h
1334
P(0x0a5c8), P(0x0a5cc), P(0x0a5d0), P(0x0a5d4), P(0x0a5d8),
sys/dev/ic/ar9380reg.h
1335
P(0x0a5dc), P(0x0a5e0), P(0x0a5e4), P(0x0a5e8), P(0x0a5ec),
sys/dev/ic/ar9380reg.h
1336
P(0x0a5f0), P(0x0a5f4), P(0x0a5f8), P(0x0a5fc), P(0x0a600),
sys/dev/ic/ar9380reg.h
1337
P(0x0a604), P(0x0a608), P(0x0a60c), P(0x0a610), P(0x0a614),
sys/dev/ic/ar9380reg.h
1338
P(0x0a618), P(0x0a61c), P(0x0a620), P(0x0a624), P(0x0a628),
sys/dev/ic/ar9380reg.h
1339
P(0x0a62c), P(0x0a630), P(0x0a634), P(0x0a638), P(0x0a63c),
sys/dev/ic/ar9380reg.h
1340
P(0x0b2dc), P(0x0b2e0), P(0x0b2e4), P(0x0b2e8), P(0x0c2dc),
sys/dev/ic/ar9380reg.h
1341
P(0x0c2e0), P(0x0c2e4), P(0x0c2e8), P(0x16044), P(0x16048),
sys/dev/ic/ar9380reg.h
1342
P(0x16068), P(0x16444), P(0x16448), P(0x16468), P(0x16844),
sys/dev/ic/ar9380reg.h
1343
P(0x16848), P(0x16868)
sys/dev/ic/ar9380reg.h
1579
P(0x098bc), P(0x0a410), P(0x0a458), P(0x0a500), P(0x0a504),
sys/dev/ic/ar9380reg.h
1580
P(0x0a508), P(0x0a50c), P(0x0a510), P(0x0a514), P(0x0a518),
sys/dev/ic/ar9380reg.h
1581
P(0x0a51c), P(0x0a520), P(0x0a524), P(0x0a528), P(0x0a52c),
sys/dev/ic/ar9380reg.h
1582
P(0x0a530), P(0x0a534), P(0x0a538), P(0x0a53c), P(0x0a540),
sys/dev/ic/ar9380reg.h
1583
P(0x0a544), P(0x0a548), P(0x0a54c), P(0x0a550), P(0x0a554),
sys/dev/ic/ar9380reg.h
1584
P(0x0a558), P(0x0a55c), P(0x0a560), P(0x0a564), P(0x0a568),
sys/dev/ic/ar9380reg.h
1585
P(0x0a56c), P(0x0a570), P(0x0a574), P(0x0a578), P(0x0a57c),
sys/dev/ic/ar9380reg.h
1586
P(0x0b500), P(0x0b504), P(0x0b508), P(0x0b50c), P(0x0b510),
sys/dev/ic/ar9380reg.h
1587
P(0x0b514), P(0x0b518), P(0x0b51c), P(0x0b520), P(0x0b524),
sys/dev/ic/ar9380reg.h
1588
P(0x0b528), P(0x0b52c), P(0x0b530), P(0x0b534), P(0x0b538),
sys/dev/ic/ar9380reg.h
1589
P(0x0b53c), P(0x0b540), P(0x0b544), P(0x0b548), P(0x0b54c),
sys/dev/ic/ar9380reg.h
1590
P(0x0b550), P(0x0b554), P(0x0b558), P(0x0b55c), P(0x0b560),
sys/dev/ic/ar9380reg.h
1591
P(0x0b564), P(0x0b568), P(0x0b56c), P(0x0b570), P(0x0b574),
sys/dev/ic/ar9380reg.h
1592
P(0x0b578), P(0x0b57c), P(0x16044), P(0x16048),
sys/dev/ic/ar9380reg.h
1623
P(0x0a000), P(0x0a004), P(0x0a008), P(0x0a00c), P(0x0a010),
sys/dev/ic/ar9380reg.h
1624
P(0x0a014), P(0x0a018), P(0x0a01c), P(0x0a020), P(0x0a024),
sys/dev/ic/ar9380reg.h
1625
P(0x0a028), P(0x0a02c), P(0x0a030), P(0x0a034), P(0x0a038),
sys/dev/ic/ar9380reg.h
1626
P(0x0a03c), P(0x0a040), P(0x0a044), P(0x0a048), P(0x0a04c),
sys/dev/ic/ar9380reg.h
1627
P(0x0a050), P(0x0a054), P(0x0a058), P(0x0a05c), P(0x0a060),
sys/dev/ic/ar9380reg.h
1628
P(0x0a064), P(0x0a068), P(0x0a06c), P(0x0a070), P(0x0a074),
sys/dev/ic/ar9380reg.h
1629
P(0x0a078), P(0x0a07c), P(0x0a080), P(0x0a084), P(0x0a088),
sys/dev/ic/ar9380reg.h
1630
P(0x0a08c), P(0x0a090), P(0x0a094), P(0x0a098), P(0x0a09c),
sys/dev/ic/ar9380reg.h
1631
P(0x0a0a0), P(0x0a0a4), P(0x0a0a8), P(0x0a0ac), P(0x0a0b0),
sys/dev/ic/ar9380reg.h
1632
P(0x0a0b4), P(0x0a0b8), P(0x0a0bc), P(0x0a0c0), P(0x0a0c4),
sys/dev/ic/ar9380reg.h
1633
P(0x0a0c8), P(0x0a0cc), P(0x0a0d0), P(0x0a0d4), P(0x0a0d8),
sys/dev/ic/ar9380reg.h
1634
P(0x0a0dc), P(0x0a0e0), P(0x0a0e4), P(0x0a0e8), P(0x0a0ec),
sys/dev/ic/ar9380reg.h
1635
P(0x0a0f0), P(0x0a0f4), P(0x0a0f8), P(0x0a0fc), P(0x0a100),
sys/dev/ic/ar9380reg.h
1636
P(0x0a104), P(0x0a108), P(0x0a10c), P(0x0a110), P(0x0a114),
sys/dev/ic/ar9380reg.h
1637
P(0x0a118), P(0x0a11c), P(0x0a120), P(0x0a124), P(0x0a128),
sys/dev/ic/ar9380reg.h
1638
P(0x0a12c), P(0x0a130), P(0x0a134), P(0x0a138), P(0x0a13c),
sys/dev/ic/ar9380reg.h
1639
P(0x0a140), P(0x0a144), P(0x0a148), P(0x0a14c), P(0x0a150),
sys/dev/ic/ar9380reg.h
1640
P(0x0a154), P(0x0a158), P(0x0a15c), P(0x0a160), P(0x0a164),
sys/dev/ic/ar9380reg.h
1641
P(0x0a168), P(0x0a16c), P(0x0a170), P(0x0a174), P(0x0a178),
sys/dev/ic/ar9380reg.h
1642
P(0x0a17c), P(0x0a180), P(0x0a184), P(0x0a188), P(0x0a18c),
sys/dev/ic/ar9380reg.h
1643
P(0x0a190), P(0x0a194), P(0x0a198), P(0x0a19c), P(0x0a1a0),
sys/dev/ic/ar9380reg.h
1644
P(0x0a1a4), P(0x0a1a8), P(0x0a1ac), P(0x0a1b0), P(0x0a1b4),
sys/dev/ic/ar9380reg.h
1645
P(0x0a1b8), P(0x0a1bc), P(0x0a1c0), P(0x0a1c4), P(0x0a1c8),
sys/dev/ic/ar9380reg.h
1646
P(0x0a1cc), P(0x0a1d0), P(0x0a1d4), P(0x0a1d8), P(0x0a1dc),
sys/dev/ic/ar9380reg.h
1647
P(0x0a1e0), P(0x0a1e4), P(0x0a1e8), P(0x0a1ec), P(0x0a1f0),
sys/dev/ic/ar9380reg.h
1648
P(0x0a1f4), P(0x0a1f8), P(0x0a1fc), P(0x0b000), P(0x0b004),
sys/dev/ic/ar9380reg.h
1649
P(0x0b008), P(0x0b00c), P(0x0b010), P(0x0b014), P(0x0b018),
sys/dev/ic/ar9380reg.h
1650
P(0x0b01c), P(0x0b020), P(0x0b024), P(0x0b028), P(0x0b02c),
sys/dev/ic/ar9380reg.h
1651
P(0x0b030), P(0x0b034), P(0x0b038), P(0x0b03c), P(0x0b040),
sys/dev/ic/ar9380reg.h
1652
P(0x0b044), P(0x0b048), P(0x0b04c), P(0x0b050), P(0x0b054),
sys/dev/ic/ar9380reg.h
1653
P(0x0b058), P(0x0b05c), P(0x0b060), P(0x0b064), P(0x0b068),
sys/dev/ic/ar9380reg.h
1654
P(0x0b06c), P(0x0b070), P(0x0b074), P(0x0b078), P(0x0b07c),
sys/dev/ic/ar9380reg.h
1655
P(0x0b080), P(0x0b084), P(0x0b088), P(0x0b08c), P(0x0b090),
sys/dev/ic/ar9380reg.h
1656
P(0x0b094), P(0x0b098), P(0x0b09c), P(0x0b0a0), P(0x0b0a4),
sys/dev/ic/ar9380reg.h
1657
P(0x0b0a8), P(0x0b0ac), P(0x0b0b0), P(0x0b0b4), P(0x0b0b8),
sys/dev/ic/ar9380reg.h
1658
P(0x0b0bc), P(0x0b0c0), P(0x0b0c4), P(0x0b0c8), P(0x0b0cc),
sys/dev/ic/ar9380reg.h
1659
P(0x0b0d0), P(0x0b0d4), P(0x0b0d8), P(0x0b0dc), P(0x0b0e0),
sys/dev/ic/ar9380reg.h
1660
P(0x0b0e4), P(0x0b0e8), P(0x0b0ec), P(0x0b0f0), P(0x0b0f4),
sys/dev/ic/ar9380reg.h
1661
P(0x0b0f8), P(0x0b0fc), P(0x0b100), P(0x0b104), P(0x0b108),
sys/dev/ic/ar9380reg.h
1662
P(0x0b10c), P(0x0b110), P(0x0b114), P(0x0b118), P(0x0b11c),
sys/dev/ic/ar9380reg.h
1663
P(0x0b120), P(0x0b124), P(0x0b128), P(0x0b12c), P(0x0b130),
sys/dev/ic/ar9380reg.h
1664
P(0x0b134), P(0x0b138), P(0x0b13c), P(0x0b140), P(0x0b144),
sys/dev/ic/ar9380reg.h
1665
P(0x0b148), P(0x0b14c), P(0x0b150), P(0x0b154), P(0x0b158),
sys/dev/ic/ar9380reg.h
1666
P(0x0b15c), P(0x0b160), P(0x0b164), P(0x0b168), P(0x0b16c),
sys/dev/ic/ar9380reg.h
1667
P(0x0b170), P(0x0b174), P(0x0b178), P(0x0b17c), P(0x0b180),
sys/dev/ic/ar9380reg.h
1668
P(0x0b184), P(0x0b188), P(0x0b18c), P(0x0b190), P(0x0b194),
sys/dev/ic/ar9380reg.h
1669
P(0x0b198), P(0x0b19c), P(0x0b1a0), P(0x0b1a4), P(0x0b1a8),
sys/dev/ic/ar9380reg.h
1670
P(0x0b1ac), P(0x0b1b0), P(0x0b1b4), P(0x0b1b8), P(0x0b1bc),
sys/dev/ic/ar9380reg.h
1671
P(0x0b1c0), P(0x0b1c4), P(0x0b1c8), P(0x0b1cc), P(0x0b1d0),
sys/dev/ic/ar9380reg.h
1672
P(0x0b1d4), P(0x0b1d8), P(0x0b1dc), P(0x0b1e0), P(0x0b1e4),
sys/dev/ic/ar9380reg.h
1673
P(0x0b1e8), P(0x0b1ec), P(0x0b1f0), P(0x0b1f4), P(0x0b1f8),
sys/dev/ic/ar9380reg.h
1674
P(0x0b1fc)
sys/dev/ic/ar9380reg.h
1808
P(0x0a000), P(0x0a004), P(0x0a008), P(0x0a00c), P(0x0a010),
sys/dev/ic/ar9380reg.h
1809
P(0x0a014), P(0x0a018), P(0x0a01c), P(0x0a020), P(0x0a024),
sys/dev/ic/ar9380reg.h
1810
P(0x0a028), P(0x0a02c), P(0x0a030), P(0x0a034), P(0x0a038),
sys/dev/ic/ar9380reg.h
1811
P(0x0a03c), P(0x0a040), P(0x0a044), P(0x0a048), P(0x0a04c),
sys/dev/ic/ar9380reg.h
1812
P(0x0a050), P(0x0a054), P(0x0a058), P(0x0a05c), P(0x0a060),
sys/dev/ic/ar9380reg.h
1813
P(0x0a064), P(0x0a068), P(0x0a06c), P(0x0a070), P(0x0a074),
sys/dev/ic/ar9380reg.h
1814
P(0x0a078), P(0x0a07c), P(0x0a080), P(0x0a084), P(0x0a088),
sys/dev/ic/ar9380reg.h
1815
P(0x0a08c), P(0x0a090), P(0x0a094), P(0x0a098), P(0x0a09c),
sys/dev/ic/ar9380reg.h
1816
P(0x0a0a0), P(0x0a0a4), P(0x0a0a8), P(0x0a0ac), P(0x0a0b0),
sys/dev/ic/ar9380reg.h
1817
P(0x0a0b4), P(0x0a0b8), P(0x0a0bc), P(0x0a0c0), P(0x0a0c4),
sys/dev/ic/ar9380reg.h
1818
P(0x0a0c8), P(0x0a0cc), P(0x0a0d0), P(0x0a0d4), P(0x0a0d8),
sys/dev/ic/ar9380reg.h
1819
P(0x0a0dc), P(0x0a0e0), P(0x0a0e4), P(0x0a0e8), P(0x0a0ec),
sys/dev/ic/ar9380reg.h
1820
P(0x0a0f0), P(0x0a0f4), P(0x0a0f8), P(0x0a0fc), P(0x0a100),
sys/dev/ic/ar9380reg.h
1821
P(0x0a104), P(0x0a108), P(0x0a10c), P(0x0a110), P(0x0a114),
sys/dev/ic/ar9380reg.h
1822
P(0x0a118), P(0x0a11c), P(0x0a120), P(0x0a124), P(0x0a128),
sys/dev/ic/ar9380reg.h
1823
P(0x0a12c), P(0x0a130), P(0x0a134), P(0x0a138), P(0x0a13c),
sys/dev/ic/ar9380reg.h
1824
P(0x0a140), P(0x0a144), P(0x0a148), P(0x0a14c), P(0x0a150),
sys/dev/ic/ar9380reg.h
1825
P(0x0a154), P(0x0a158), P(0x0a15c), P(0x0a160), P(0x0a164),
sys/dev/ic/ar9380reg.h
1826
P(0x0a168), P(0x0a16c), P(0x0a170), P(0x0a174), P(0x0a178),
sys/dev/ic/ar9380reg.h
1827
P(0x0a17c), P(0x0a180), P(0x0a184), P(0x0a188), P(0x0a18c),
sys/dev/ic/ar9380reg.h
1828
P(0x0a190), P(0x0a194), P(0x0a198), P(0x0a19c), P(0x0a1a0),
sys/dev/ic/ar9380reg.h
1829
P(0x0a1a4), P(0x0a1a8), P(0x0a1ac), P(0x0a1b0), P(0x0a1b4),
sys/dev/ic/ar9380reg.h
1830
P(0x0a1b8), P(0x0a1bc), P(0x0a1c0), P(0x0a1c4), P(0x0a1c8),
sys/dev/ic/ar9380reg.h
1831
P(0x0a1cc), P(0x0a1d0), P(0x0a1d4), P(0x0a1d8), P(0x0a1dc),
sys/dev/ic/ar9380reg.h
1832
P(0x0a1e0), P(0x0a1e4), P(0x0a1e8), P(0x0a1ec), P(0x0a1f0),
sys/dev/ic/ar9380reg.h
1833
P(0x0a1f4), P(0x0a1f8), P(0x0a1fc)
sys/dev/ic/ar9380reg.h
798
P(0x07010), P(0x01030), P(0x01070), P(0x010b0), P(0x08014),
sys/dev/ic/ar9380reg.h
799
P(0x0801c), P(0x08120), P(0x081d0), P(0x08318), P(0x1609c),
sys/dev/ic/ar9380reg.h
800
P(0x160ac), P(0x160b0), P(0x1610c), P(0x16140), P(0x1650c),
sys/dev/ic/ar9380reg.h
801
P(0x16540), P(0x1690c), P(0x16940), P(0x09810), P(0x09820),
sys/dev/ic/ar9380reg.h
802
P(0x09824), P(0x09828), P(0x0982c), P(0x09830), P(0x09c00),
sys/dev/ic/ar9380reg.h
803
P(0x09e00), P(0x09e04), P(0x09e0c), P(0x09e10), P(0x09e14),
sys/dev/ic/ar9380reg.h
804
P(0x09e18), P(0x09e1c), P(0x09e20), P(0x09e2c), P(0x09e3c),
sys/dev/ic/ar9380reg.h
805
P(0x09e44), P(0x09e48), P(0x09fc8), P(0x0a204), P(0x0a208),
sys/dev/ic/ar9380reg.h
806
P(0x0a22c), P(0x0a230), P(0x0a234), P(0x0a238), P(0x0a250),
sys/dev/ic/ar9380reg.h
807
P(0x0a254), P(0x0a258), P(0x0a25c), P(0x0a260), P(0x0a264),
sys/dev/ic/ar9380reg.h
808
P(0x0a280), P(0x0a284), P(0x0a288), P(0x0a28c), P(0x0a2c4),
sys/dev/ic/ar9380reg.h
809
P(0x0a2d0), P(0x0a2d8), P(0x0a358), P(0x0a830), P(0x0ae04),
sys/dev/ic/ar9380reg.h
810
P(0x0ae18), P(0x0ae1c), P(0x0ae20), P(0x0b284), P(0x0b830),
sys/dev/ic/ar9380reg.h
811
P(0x0be04), P(0x0be18), P(0x0be1c), P(0x0be20), P(0x0c284)
sys/dev/ic/ar9380reg.h
883
P(0x040a4), P(0x07008), P(0x07020), P(0x07034), P(0x07038),
sys/dev/ic/ar9380reg.h
884
P(0x07048), P(0x00008), P(0x00030), P(0x00034), P(0x00040),
sys/dev/ic/ar9380reg.h
885
P(0x00044), P(0x00048), P(0x0004c), P(0x00050), P(0x01040),
sys/dev/ic/ar9380reg.h
886
P(0x01044), P(0x01048), P(0x0104c), P(0x01050), P(0x01054),
sys/dev/ic/ar9380reg.h
887
P(0x01058), P(0x0105c), P(0x01060), P(0x01064), P(0x010f0),
sys/dev/ic/ar9380reg.h
888
P(0x01270), P(0x012b0), P(0x012f0), P(0x0143c), P(0x0147c),
sys/dev/ic/ar9380reg.h
889
P(0x08000), P(0x08004), P(0x08008), P(0x0800c), P(0x08018),
sys/dev/ic/ar9380reg.h
890
P(0x08020), P(0x08038), P(0x0803c), P(0x08040), P(0x08044),
sys/dev/ic/ar9380reg.h
891
P(0x08048), P(0x0804c), P(0x08054), P(0x08058), P(0x0805c),
sys/dev/ic/ar9380reg.h
892
P(0x08060), P(0x08064), P(0x08070), P(0x08074), P(0x08078),
sys/dev/ic/ar9380reg.h
893
P(0x0809c), P(0x080a0), P(0x080a4), P(0x080a8), P(0x080ac),
sys/dev/ic/ar9380reg.h
894
P(0x080b0), P(0x080b4), P(0x080b8), P(0x080bc), P(0x080c0),
sys/dev/ic/ar9380reg.h
895
P(0x080c4), P(0x080c8), P(0x080cc), P(0x080d0), P(0x080d4),
sys/dev/ic/ar9380reg.h
896
P(0x080d8), P(0x080dc), P(0x080e0), P(0x080e4), P(0x080e8),
sys/dev/ic/ar9380reg.h
897
P(0x080ec), P(0x080f0), P(0x080f4), P(0x080fc), P(0x08100),
sys/dev/ic/ar9380reg.h
898
P(0x08108), P(0x0810c), P(0x08110), P(0x08114), P(0x08118),
sys/dev/ic/ar9380reg.h
899
P(0x0811c), P(0x08124), P(0x08128), P(0x0812c), P(0x08130),
sys/dev/ic/ar9380reg.h
900
P(0x08134), P(0x08138), P(0x0813c), P(0x08144), P(0x08168),
sys/dev/ic/ar9380reg.h
901
P(0x0816c), P(0x081c0), P(0x081c4), P(0x081c8), P(0x081cc),
sys/dev/ic/ar9380reg.h
902
P(0x081ec), P(0x081f0), P(0x081f4), P(0x081f8), P(0x081fc),
sys/dev/ic/ar9380reg.h
903
P(0x08240), P(0x08244), P(0x08248), P(0x0824c), P(0x08250),
sys/dev/ic/ar9380reg.h
904
P(0x08254), P(0x08258), P(0x0825c), P(0x08260), P(0x08264),
sys/dev/ic/ar9380reg.h
905
P(0x08268), P(0x0826c), P(0x08270), P(0x08274), P(0x08278),
sys/dev/ic/ar9380reg.h
906
P(0x0827c), P(0x08284), P(0x08288), P(0x0828c), P(0x08294),
sys/dev/ic/ar9380reg.h
907
P(0x08298), P(0x0829c), P(0x08300), P(0x08314), P(0x0831c),
sys/dev/ic/ar9380reg.h
908
P(0x08328), P(0x0832c), P(0x08330), P(0x08334), P(0x08338),
sys/dev/ic/ar9380reg.h
909
P(0x0833c), P(0x08340), P(0x08344), P(0x08348), P(0x0835c),
sys/dev/ic/ar9380reg.h
910
P(0x08360), P(0x08364), P(0x08368), P(0x08370), P(0x08374),
sys/dev/ic/ar9380reg.h
911
P(0x08378), P(0x0837c), P(0x08380), P(0x08384), P(0x08390),
sys/dev/ic/ar9380reg.h
912
P(0x08394), P(0x08398), P(0x0839c), P(0x083a0), P(0x083a4),
sys/dev/ic/ar9380reg.h
913
P(0x083a8), P(0x083ac), P(0x083b0), P(0x083b4), P(0x083b8),
sys/dev/ic/ar9380reg.h
914
P(0x083bc), P(0x083c0), P(0x083c4), P(0x083c8), P(0x083cc),
sys/dev/ic/ar9380reg.h
915
P(0x083d0), P(0x09800), P(0x09804), P(0x09808), P(0x0980c),
sys/dev/ic/ar9380reg.h
916
P(0x09814), P(0x09818), P(0x0981c), P(0x09834), P(0x09838),
sys/dev/ic/ar9380reg.h
917
P(0x0983c), P(0x09880), P(0x09884), P(0x098a4), P(0x098b0),
sys/dev/ic/ar9380reg.h
918
P(0x098d0), P(0x098d4), P(0x098dc), P(0x098f0), P(0x098f4),
sys/dev/ic/ar9380reg.h
919
P(0x09c04), P(0x09c08), P(0x09c0c), P(0x09c10), P(0x09c14),
sys/dev/ic/ar9380reg.h
920
P(0x09c18), P(0x09c1c), P(0x09d00), P(0x09d04), P(0x09d08),
sys/dev/ic/ar9380reg.h
921
P(0x09d0c), P(0x09d10), P(0x09d14), P(0x09d18), P(0x09e08),
sys/dev/ic/ar9380reg.h
922
P(0x09e24), P(0x09e28), P(0x09e30), P(0x09e34), P(0x09e38),
sys/dev/ic/ar9380reg.h
923
P(0x09e40), P(0x09e4c), P(0x09e50), P(0x09e54), P(0x09fc0),
sys/dev/ic/ar9380reg.h
924
P(0x09fc4), P(0x09fcc), P(0x09fd0), P(0x0a20c), P(0x0a220),
sys/dev/ic/ar9380reg.h
925
P(0x0a224), P(0x0a228), P(0x0a23c), P(0x0a244), P(0x0a2a0),
sys/dev/ic/ar9380reg.h
926
P(0x0a2c0), P(0x0a2c8), P(0x0a2cc), P(0x0a2d4), P(0x0a2ec),
sys/dev/ic/ar9380reg.h
927
P(0x0a2f0), P(0x0a2f4), P(0x0a2f8), P(0x0a344), P(0x0a34c),
sys/dev/ic/ar9380reg.h
928
P(0x0a350), P(0x0a364), P(0x0a370), P(0x0a390), P(0x0a394),
sys/dev/ic/ar9380reg.h
929
P(0x0a398), P(0x0a39c), P(0x0a3a0), P(0x0a3a4), P(0x0a3a8),
sys/dev/ic/ar9380reg.h
930
P(0x0a3ac), P(0x0a3c0), P(0x0a3c4), P(0x0a3c8), P(0x0a3cc),
sys/dev/ic/ar9380reg.h
931
P(0x0a3d0), P(0x0a3d4), P(0x0a3d8), P(0x0a3dc), P(0x0a3e0),
sys/dev/ic/ar9380reg.h
932
P(0x0a3e4), P(0x0a3e8), P(0x0a3ec), P(0x0a3f0), P(0x0a3f4),
sys/dev/ic/ar9380reg.h
933
P(0x0a3f8), P(0x0a3fc), P(0x0a400), P(0x0a404), P(0x0a408),
sys/dev/ic/ar9380reg.h
934
P(0x0a40c), P(0x0a414), P(0x0a418), P(0x0a41c), P(0x0a420),
sys/dev/ic/ar9380reg.h
935
P(0x0a424), P(0x0a428), P(0x0a42c), P(0x0a430), P(0x0a434),
sys/dev/ic/ar9380reg.h
936
P(0x0a438), P(0x0a43c), P(0x0a440), P(0x0a444), P(0x0a448),
sys/dev/ic/ar9380reg.h
937
P(0x0a44c), P(0x0a450), P(0x0a458), P(0x0a640), P(0x0a644),
sys/dev/ic/ar9380reg.h
938
P(0x0a648), P(0x0a64c), P(0x0a670), P(0x0a674), P(0x0a678),
sys/dev/ic/ar9380reg.h
939
P(0x0a67c), P(0x0a680), P(0x0a684), P(0x0a688), P(0x0a690),
sys/dev/ic/ar9380reg.h
940
P(0x0a7c0), P(0x0a7c4), P(0x0a7c8), P(0x0a7cc), P(0x0a7d0),
sys/dev/ic/ar9380reg.h
941
P(0x0a7d4), P(0x0a7dc), P(0x0a8d0), P(0x0a8d4), P(0x0a8dc),
sys/dev/ic/ar9380reg.h
942
P(0x0a8f0), P(0x0a8f4), P(0x0b2d0), P(0x0b2d4), P(0x0b2ec),
sys/dev/ic/ar9380reg.h
943
P(0x0b2f0), P(0x0b2f4), P(0x0b2f8), P(0x0b408), P(0x0b40c),
sys/dev/ic/ar9380reg.h
944
P(0x0b420), P(0x0b8d0), P(0x0b8d4), P(0x0b8dc), P(0x0b8f0),
sys/dev/ic/ar9380reg.h
945
P(0x0b8f4), P(0x0c2d0), P(0x0c2d4), P(0x0c2ec), P(0x0c2f0),
sys/dev/ic/ar9380reg.h
946
P(0x0c2f4), P(0x0c2f8), P(0x0c408), P(0x0c40c), P(0x0c420),
sys/dev/ic/ar9380reg.h
947
P(0x16000), P(0x16004), P(0x16008), P(0x1600c), P(0x16040),
sys/dev/ic/ar9380reg.h
948
P(0x1604c), P(0x16050), P(0x16054), P(0x16058), P(0x1605c),
sys/dev/ic/ar9380reg.h
949
P(0x16060), P(0x16064), P(0x1606c), P(0x16080), P(0x16084),
sys/dev/ic/ar9380reg.h
950
P(0x16088), P(0x1608c), P(0x16090), P(0x16098), P(0x160a0),
sys/dev/ic/ar9380reg.h
951
P(0x160a4), P(0x160a8), P(0x160b4), P(0x160c0), P(0x160c4),
sys/dev/ic/ar9380reg.h
952
P(0x160c8), P(0x160cc), P(0x16100), P(0x16104), P(0x16108),
sys/dev/ic/ar9380reg.h
953
P(0x16144), P(0x16148), P(0x16280), P(0x16284), P(0x16288),
sys/dev/ic/ar9380reg.h
954
P(0x1628c), P(0x16290), P(0x16294), P(0x16380), P(0x16384),
sys/dev/ic/ar9380reg.h
955
P(0x16388), P(0x1638c), P(0x16390), P(0x16394), P(0x16398),
sys/dev/ic/ar9380reg.h
956
P(0x1639c), P(0x163a0), P(0x163a4), P(0x163a8), P(0x163ac),
sys/dev/ic/ar9380reg.h
957
P(0x163b0), P(0x163b4), P(0x163b8), P(0x163bc), P(0x163c0),
sys/dev/ic/ar9380reg.h
958
P(0x163c4), P(0x163c8), P(0x163cc), P(0x163d0), P(0x163d4),
sys/dev/ic/ar9380reg.h
959
P(0x16400), P(0x16404), P(0x16408), P(0x1640c), P(0x16440),
sys/dev/ic/ar9380reg.h
960
P(0x1644c), P(0x16450), P(0x16454), P(0x16458), P(0x1645c),
sys/dev/ic/ar9380reg.h
961
P(0x16460), P(0x16464), P(0x1646c), P(0x16500), P(0x16504),
sys/dev/ic/ar9380reg.h
962
P(0x16508), P(0x16544), P(0x16548), P(0x16780), P(0x16784),
sys/dev/ic/ar9380reg.h
963
P(0x16788), P(0x1678c), P(0x16790), P(0x16794), P(0x16798),
sys/dev/ic/ar9380reg.h
964
P(0x1679c), P(0x167a0), P(0x167a4), P(0x167a8), P(0x167ac),
sys/dev/ic/ar9380reg.h
965
P(0x167b0), P(0x167b4), P(0x167b8), P(0x167bc), P(0x167c0),
sys/dev/ic/ar9380reg.h
966
P(0x167c4), P(0x167c8), P(0x167cc), P(0x167d0), P(0x167d4),
sys/dev/ic/ar9380reg.h
967
P(0x16800), P(0x16804), P(0x16808), P(0x1680c), P(0x16840),
sys/dev/ic/ar9380reg.h
968
P(0x1684c), P(0x16850), P(0x16854), P(0x16858), P(0x1685c),
sys/dev/ic/ar9380reg.h
969
P(0x16860), P(0x16864), P(0x1686c), P(0x16900), P(0x16904),
sys/dev/ic/ar9380reg.h
970
P(0x16908), P(0x16944), P(0x16948), P(0x16b80), P(0x16b84),
sys/dev/ic/ar9380reg.h
971
P(0x16b88), P(0x16b8c), P(0x16b90), P(0x16b94), P(0x16b98),
sys/dev/ic/ar9380reg.h
972
P(0x16b9c), P(0x16ba0), P(0x16ba4), P(0x16ba8), P(0x16bac),
sys/dev/ic/ar9380reg.h
973
P(0x16bb0), P(0x16bb4), P(0x16bb8), P(0x16bbc), P(0x16bc0),
sys/dev/ic/ar9380reg.h
974
P(0x16bc4), P(0x16bc8), P(0x16bcc), P(0x16bd0), P(0x16bd4)
sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
660
unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L,
sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
696
P = 3 * wx - w;
sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
698
a = ix + P * l0;
sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
701
if ((ix % w) == 0 && P != 0)
sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
690
unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay, pixels;
sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
725
P = 3 * wx - w;
sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
727
a = ix + P * l0;
sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
730
if ((ix % w) == 0 && P != 0)
sys/dev/pci/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c
708
unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay, pixels;
sys/dev/pci/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c
743
P = 3 * wx - w;
sys/dev/pci/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c
745
a = ix + P * l0;
sys/dev/pci/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c
748
if ((ix % w) == 0 && P != 0)
sys/dev/pci/drm/display/drm_dp_mst_topology.c
618
P("type=%s\n", drm_dp_mst_req_type_str(req->req_type));
sys/dev/pci/drm/display/drm_dp_mst_topology.c
622
P("type=%s contents:\n", drm_dp_mst_req_type_str(req->req_type));
sys/dev/pci/drm/display/drm_dp_mst_topology.c
629
P("port=%d\n", req->u.port_num.port_number);
sys/dev/pci/drm/display/drm_dp_mst_topology.c
632
P("port=%d vcpi=%d pbn=%d sdp_streams=%d %*ph\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
640
P("port=%d vcpi=%d\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
645
P("port=%d dpcd_addr=%05x len=%d\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
650
P("port=%d addr=%05x len=%d: %*ph\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
657
P("port=%d num_tx=%d id=%d size=%d:\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
668
P("%d: id=%03d size=%03d no_stop_bit=%d tx_delay=%03d: %*ph\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
675
P("port=%d id=%d size=%d: %*ph\n",
sys/dev/pci/drm/display/drm_dp_mst_topology.c
682
P("stream_id=%u client_id=%*ph stream_event=%x "
sys/dev/pci/drm/display/drm_dp_mst_topology.c
692
P("???\n");
sys/dev/pci/drm/i915/display/intel_overlay.c
1515
P(OBUF_0Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1516
P(OBUF_1Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1517
P(OBUF_0U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1518
P(OBUF_0V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1519
P(OBUF_1U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1520
P(OBUF_1V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1521
P(OSTRIDE);
sys/dev/pci/drm/i915/display/intel_overlay.c
1522
P(YRGB_VPH);
sys/dev/pci/drm/i915/display/intel_overlay.c
1523
P(UV_VPH);
sys/dev/pci/drm/i915/display/intel_overlay.c
1524
P(HORZ_PH);
sys/dev/pci/drm/i915/display/intel_overlay.c
1525
P(INIT_PHS);
sys/dev/pci/drm/i915/display/intel_overlay.c
1526
P(DWINPOS);
sys/dev/pci/drm/i915/display/intel_overlay.c
1527
P(DWINSZ);
sys/dev/pci/drm/i915/display/intel_overlay.c
1528
P(SWIDTH);
sys/dev/pci/drm/i915/display/intel_overlay.c
1529
P(SWIDTHSW);
sys/dev/pci/drm/i915/display/intel_overlay.c
1530
P(SHEIGHT);
sys/dev/pci/drm/i915/display/intel_overlay.c
1531
P(YRGBSCALE);
sys/dev/pci/drm/i915/display/intel_overlay.c
1532
P(UVSCALE);
sys/dev/pci/drm/i915/display/intel_overlay.c
1533
P(OCLRC0);
sys/dev/pci/drm/i915/display/intel_overlay.c
1534
P(OCLRC1);
sys/dev/pci/drm/i915/display/intel_overlay.c
1535
P(DCLRKV);
sys/dev/pci/drm/i915/display/intel_overlay.c
1536
P(DCLRKM);
sys/dev/pci/drm/i915/display/intel_overlay.c
1537
P(SCLRKVH);
sys/dev/pci/drm/i915/display/intel_overlay.c
1538
P(SCLRKVL);
sys/dev/pci/drm/i915/display/intel_overlay.c
1539
P(SCLRKEN);
sys/dev/pci/drm/i915/display/intel_overlay.c
1540
P(OCONFIG);
sys/dev/pci/drm/i915/display/intel_overlay.c
1541
P(OCMD);
sys/dev/pci/drm/i915/display/intel_overlay.c
1542
P(OSTART_0Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1543
P(OSTART_1Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1544
P(OSTART_0U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1545
P(OSTART_0V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1546
P(OSTART_1U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1547
P(OSTART_1V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1548
P(OTILEOFF_0Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1549
P(OTILEOFF_1Y);
sys/dev/pci/drm/i915/display/intel_overlay.c
1550
P(OTILEOFF_0U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1551
P(OTILEOFF_0V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1552
P(OTILEOFF_1U);
sys/dev/pci/drm/i915/display/intel_overlay.c
1553
P(OTILEOFF_1V);
sys/dev/pci/drm/i915/display/intel_overlay.c
1554
P(FASTHSCALE);
sys/dev/pci/drm/i915/display/intel_overlay.c
1555
P(UVSCALEV);
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2275
P(heartbeat_interval_ms),
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2276
P(max_busywait_duration_ns),
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2277
P(preempt_timeout_ms),
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2278
P(stop_timeout_ms),
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2279
P(timeslice_duration_ms),
sys/dev/pci/ixgbe_type.h
2865
#define IXGBE_PVFCTRL(P) (0x00300 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2866
#define IXGBE_PVFSTATUS(P) (0x00008 + (0 * (P)))
sys/dev/pci/ixgbe_type.h
2867
#define IXGBE_PVFLINKS(P) (0x042A4 + (0 * (P)))
sys/dev/pci/ixgbe_type.h
2868
#define IXGBE_PVFRTIMER(P) (0x00048 + (0 * (P)))
sys/dev/pci/ixgbe_type.h
2869
#define IXGBE_PVFMAILBOX(P) (0x04C00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2870
#define IXGBE_PVFRXMEMWRAP(P) (0x03190 + (0 * (P)))
sys/dev/pci/ixgbe_type.h
2871
#define IXGBE_PVTEICR(P) (0x00B00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2872
#define IXGBE_PVTEICS(P) (0x00C00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2873
#define IXGBE_PVTEIMS(P) (0x00D00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2874
#define IXGBE_PVTEIMC(P) (0x00E00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2875
#define IXGBE_PVTEIAC(P) (0x00F00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2876
#define IXGBE_PVTEIAM(P) (0x04D00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2877
#define IXGBE_PVTEITR(P) (((P) < 24) ? (0x00820 + ((P) * 4)) : \
sys/dev/pci/ixgbe_type.h
2878
(0x012300 + (((P) - 24) * 4)))
sys/dev/pci/ixgbe_type.h
2879
#define IXGBE_PVTIVAR(P) (0x12500 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2880
#define IXGBE_PVTIVAR_MISC(P) (0x04E00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2881
#define IXGBE_PVTRSCINT(P) (0x12000 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2882
#define IXGBE_VFPBACL(P) (0x110C8 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2883
#define IXGBE_PVFRDBAL(P) ((P < 64) ? (0x01000 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2884
: (0x0D000 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2885
#define IXGBE_PVFRDBAH(P) ((P < 64) ? (0x01004 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2886
: (0x0D004 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2887
#define IXGBE_PVFRDLEN(P) ((P < 64) ? (0x01008 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2888
: (0x0D008 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2889
#define IXGBE_PVFRDH(P) ((P < 64) ? (0x01010 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2890
: (0x0D010 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2891
#define IXGBE_PVFRDT(P) ((P < 64) ? (0x01018 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2892
: (0x0D018 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2893
#define IXGBE_PVFRXDCTL(P) ((P < 64) ? (0x01028 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2894
: (0x0D028 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2895
#define IXGBE_PVFSRRCTL(P) ((P < 64) ? (0x01014 + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2896
: (0x0D014 + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2897
#define IXGBE_PVFPSRTYPE(P) (0x0EA00 + (4 * (P)))
sys/dev/pci/ixgbe_type.h
2898
#define IXGBE_PVFTDBAL(P) (0x06000 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2899
#define IXGBE_PVFTDBAH(P) (0x06004 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2900
#define IXGBE_PVFTDLEN(P) (0x06008 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2901
#define IXGBE_PVFTDH(P) (0x06010 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2902
#define IXGBE_PVFTDT(P) (0x06018 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2903
#define IXGBE_PVFTXDCTL(P) (0x06028 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2904
#define IXGBE_PVFTDWBAL(P) (0x06038 + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2905
#define IXGBE_PVFTDWBAH(P) (0x0603C + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
2906
#define IXGBE_PVFDCA_RXCTRL(P) (((P) < 64) ? (0x0100C + (0x40 * (P))) \
sys/dev/pci/ixgbe_type.h
2907
: (0x0D00C + (0x40 * ((P) - 64))))
sys/dev/pci/ixgbe_type.h
2908
#define IXGBE_PVFDCA_TXCTRL(P) (0x0600C + (0x40 * (P)))
sys/dev/pci/ixgbe_type.h
4478
#define IXGBE_KRM_PORT_CAR_GEN_CTRL(P) ((P) ? 0x8010 : 0x4010)
sys/dev/pci/ixgbe_type.h
4479
#define IXGBE_KRM_LINK_S1(P) ((P) ? 0x8200 : 0x4200)
sys/dev/pci/ixgbe_type.h
4480
#define IXGBE_KRM_LINK_CTRL_1(P) ((P) ? 0x820C : 0x420C)
sys/dev/pci/ixgbe_type.h
4481
#define IXGBE_KRM_AN_CNTL_1(P) ((P) ? 0x822C : 0x422C)
sys/dev/pci/ixgbe_type.h
4482
#define IXGBE_KRM_AN_CNTL_4(P) ((P) ? 0x8238 : 0x4238)
sys/dev/pci/ixgbe_type.h
4483
#define IXGBE_KRM_AN_CNTL_8(P) ((P) ? 0x8248 : 0x4248)
sys/dev/pci/ixgbe_type.h
4484
#define IXGBE_KRM_PCS_KX_AN(P) ((P) ? 0x9918 : 0x5918)
sys/dev/pci/ixgbe_type.h
4485
#define IXGBE_KRM_PCS_KX_AN_LP(P) ((P) ? 0x991C : 0x591C)
sys/dev/pci/ixgbe_type.h
4486
#define IXGBE_KRM_SGMII_CTRL(P) ((P) ? 0x82A0 : 0x42A0)
sys/dev/pci/ixgbe_type.h
4487
#define IXGBE_KRM_LP_BASE_PAGE_HIGH(P) ((P) ? 0x836C : 0x436C)
sys/dev/pci/ixgbe_type.h
4488
#define IXGBE_KRM_DSP_TXFFE_STATE_4(P) ((P) ? 0x8634 : 0x4634)
sys/dev/pci/ixgbe_type.h
4489
#define IXGBE_KRM_DSP_TXFFE_STATE_5(P) ((P) ? 0x8638 : 0x4638)
sys/dev/pci/ixgbe_type.h
4490
#define IXGBE_KRM_RX_TRN_LINKUP_CTRL(P) ((P) ? 0x8B00 : 0x4B00)
sys/dev/pci/ixgbe_type.h
4491
#define IXGBE_KRM_PMD_DFX_BURNIN(P) ((P) ? 0x8E00 : 0x4E00)
sys/dev/pci/ixgbe_type.h
4492
#define IXGBE_KRM_PMD_FLX_MASK_ST20(P) ((P) ? 0x9054 : 0x5054)
sys/dev/pci/ixgbe_type.h
4493
#define IXGBE_KRM_TX_COEFF_CTRL_1(P) ((P) ? 0x9520 : 0x5520)
sys/dev/pci/ixgbe_type.h
4494
#define IXGBE_KRM_RX_ANA_CTL(P) ((P) ? 0x9A00 : 0x5A00)
sys/lib/libsa/blowfish.c
421
c->P[i] = c->P[i] ^ temp;
sys/lib/libsa/blowfish.c
430
c->P[i] = datal;
sys/lib/libsa/blowfish.c
431
c->P[i + 1] = datar;
sys/lib/libsa/blowfish.c
459
c->P[i] = c->P[i] ^ temp;
sys/lib/libsa/blowfish.c
470
c->P[i] = datal;
sys/lib/libsa/blowfish.c
471
c->P[i + 1] = datar;
sys/lib/libsa/blowfish.c
63
u_int32_t *p = c->P;
sys/lib/libsa/blowfish.c
88
u_int32_t *p = c->P;
sys/lib/libsa/blowfish.h
48
u_int32_t P[BLF_N + 2]; /* Subkeys */
sys/sys/mount.h
537
#define VFS_MOUNT(MP, PATH, DATA, NDP, P) \
sys/sys/mount.h
538
(*(MP)->mnt_op->vfs_mount)(MP, PATH, DATA, NDP, P)
sys/sys/mount.h
539
#define VFS_START(MP, FLAGS, P) (*(MP)->mnt_op->vfs_start)(MP, FLAGS, P)
sys/sys/mount.h
540
#define VFS_UNMOUNT(MP, FORCE, P) (*(MP)->mnt_op->vfs_unmount)(MP, FORCE, P)
sys/sys/mount.h
542
#define VFS_QUOTACTL(MP,C,U,A,P) (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A, P)
sys/sys/mount.h
543
#define VFS_STATFS(MP, SBP, P) (*(MP)->mnt_op->vfs_statfs)(MP, SBP, P)
sys/sys/mount.h
544
#define VFS_SYNC(MP, W, S, C, P) (*(MP)->mnt_op->vfs_sync)(MP, W, S, C, P)
usr.bin/lam/lam.c
119
int ch, P, S, F, T;
usr.bin/lam/lam.c
126
P = S = F = T = 0; /* capitalized options */
usr.bin/lam/lam.c
130
P = (ch == 'P');
usr.bin/lam/lam.c
178
ip->pad = P;
usr.bin/lam/lam.c
184
if (F || P) {
usr.bin/mail/cmdtab.c
56
{ "delete", { deletecmd }, W|P|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
59
{ "undelete", { undeletecmd }, P|MSGLIST, MDELETED,MMNDEL },
usr.bin/mail/lex.c
365
switch (com->c_argtype & ~(F|P|I|M|T|W|R)) {
usr.bin/mail/lex.c
508
if (value("autoprint") != NULL && com->c_argtype & P)
usr.bin/mail/list.c
202
if ((com->c_argtype & ~(F|P|I|M|T|W|R))
usr.bin/make/parse.c
186
{ P(NODE_EXEC), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
187
{ P(NODE_IGNORE), SPECIAL_IGNORE, OP_IGNORE },
usr.bin/make/parse.c
188
{ P(NODE_INCLUDES), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
189
{ P(NODE_INVISIBLE), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
190
{ P(NODE_JOIN), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
191
{ P(NODE_LIBS), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
192
{ P(NODE_MADE), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
193
{ P(NODE_MAIN), SPECIAL_MAIN, 0 },
usr.bin/make/parse.c
194
{ P(NODE_MAKE), SPECIAL_MAKE, OP_MAKE },
usr.bin/make/parse.c
195
{ P(NODE_MAKEFLAGS), SPECIAL_MFLAGS, 0 },
usr.bin/make/parse.c
196
{ P(NODE_MFLAGS), SPECIAL_MFLAGS, 0 },
usr.bin/make/parse.c
197
{ P(NODE_NOTMAIN), SPECIAL_NOTMAIN, OP_NOTMAIN },
usr.bin/make/parse.c
198
{ P(NODE_NOTPARALLEL), SPECIAL_NOTPARALLEL, 0 },
usr.bin/make/parse.c
199
{ P(NODE_NO_PARALLEL), SPECIAL_NOTPARALLEL, 0 },
usr.bin/make/parse.c
200
{ P(NODE_NULL), SPECIAL_DEPRECATED, 0 },
usr.bin/make/parse.c
201
{ P(NODE_OPTIONAL), SPECIAL_OPTIONAL, OP_OPTIONAL },
usr.bin/make/parse.c
202
{ P(NODE_ORDER), SPECIAL_ORDER, 0 },
usr.bin/make/parse.c
203
{ P(NODE_PARALLEL), SPECIAL_PARALLEL, 0 },
usr.bin/make/parse.c
204
{ P(NODE_PATH), SPECIAL_PATH, 0 },
usr.bin/make/parse.c
205
{ P(NODE_PHONY), SPECIAL_PHONY, OP_PHONY },
usr.bin/make/parse.c
206
{ P(NODE_PRECIOUS), SPECIAL_PRECIOUS, OP_PRECIOUS },
usr.bin/make/parse.c
207
{ P(NODE_RECURSIVE), SPECIAL_MAKE, OP_MAKE },
usr.bin/make/parse.c
208
{ P(NODE_SILENT), SPECIAL_SILENT, OP_SILENT },
usr.bin/make/parse.c
209
{ P(NODE_SINGLESHELL), SPECIAL_NOTHING, 0 },
usr.bin/make/parse.c
210
{ P(NODE_SUFFIXES), SPECIAL_SUFFIXES, 0 },
usr.bin/make/parse.c
211
{ P(NODE_USE), SPECIAL_USE, OP_USE },
usr.bin/make/parse.c
212
{ P(NODE_WAIT), SPECIAL_WAIT, 0 },
usr.bin/make/parse.c
213
{ P(NODE_CHEAP), SPECIAL_CHEAP, OP_CHEAP },
usr.bin/make/parse.c
214
{ P(NODE_EXPENSIVE), SPECIAL_EXPENSIVE, OP_EXPENSIVE },
usr.bin/make/parse.c
215
{ P(NODE_POSIX), SPECIAL_NOTHING, 0 },
usr.bin/make/parse.c
216
{ P(NODE_SCCS_GET), SPECIAL_NOTHING, 0 },
usr.bin/rpcgen/rpc_svcout.c
679
P("\n");
usr.bin/rpcgen/rpc_svcout.c
680
P("char *svc_caller()\n");
usr.bin/rpcgen/rpc_svcout.c
681
P("{\n");
usr.bin/rpcgen/rpc_svcout.c
682
P(" struct sockaddr_in actual;\n");
usr.bin/rpcgen/rpc_svcout.c
683
P(" struct hostent *hp;\n");
usr.bin/rpcgen/rpc_svcout.c
684
P(" static struct in_addr prev;\n");
usr.bin/rpcgen/rpc_svcout.c
685
P(" static char cname[256];\n\n");
usr.bin/rpcgen/rpc_svcout.c
687
P(" actual = *svc_getcaller(caller);\n\n");
usr.bin/rpcgen/rpc_svcout.c
689
P(" if (memcmp((char *)&actual.sin_addr, (char *)&prev,\n");
usr.bin/rpcgen/rpc_svcout.c
690
P(" sizeof(struct in_addr)) == 0)\n");
usr.bin/rpcgen/rpc_svcout.c
691
P(" return (cname);\n\n");
usr.bin/rpcgen/rpc_svcout.c
693
P(" prev = actual.sin_addr;\n\n");
usr.bin/rpcgen/rpc_svcout.c
695
P(" hp = gethostbyaddr((char *) &actual.sin_addr, sizeof(actual.sin_addr), AF_INET);\n");
usr.bin/rpcgen/rpc_svcout.c
696
P(" if (hp == NULL) { /* dummy one up */\n");
usr.bin/rpcgen/rpc_svcout.c
697
P(" extern char *inet_ntoa();\n");
usr.bin/rpcgen/rpc_svcout.c
698
P(" strlcpy(cname, inet_ntoa(actual.sin_addr), sizeof cname);\n");
usr.bin/rpcgen/rpc_svcout.c
699
P(" } else {\n");
usr.bin/rpcgen/rpc_svcout.c
700
P(" strlcpy(cname, hp->h_name, sizeof cname);\n");
usr.bin/rpcgen/rpc_svcout.c
701
P(" }\n\n");
usr.bin/rpcgen/rpc_svcout.c
703
P(" return (cname);\n");
usr.bin/rpcgen/rpc_svcout.c
704
P("}\n");
usr.bin/tcpbench/tcpbench.c
414
P(tcpi, last_ack_recv, "%u")
usr.bin/tcpbench/tcpbench.c
415
P(tcpi, last_ack_sent, "%u")
usr.bin/tcpbench/tcpbench.c
416
P(tcpi, last_data_recv, "%u")
usr.bin/tcpbench/tcpbench.c
417
P(tcpi, last_data_sent, "%u")
usr.bin/tcpbench/tcpbench.c
418
P(tcpi, max_sndwnd, "%u")
usr.bin/tcpbench/tcpbench.c
419
P(tcpi, options, "%hhu")
usr.bin/tcpbench/tcpbench.c
420
P(tcpi, rcv_adv, "%u")
usr.bin/tcpbench/tcpbench.c
421
P(tcpi, rcv_mss, "%u")
usr.bin/tcpbench/tcpbench.c
422
P(tcpi, rcv_nxt, "%u")
usr.bin/tcpbench/tcpbench.c
423
P(tcpi, rcv_ooopack, "%u")
usr.bin/tcpbench/tcpbench.c
424
P(tcpi, rcv_space, "%u")
usr.bin/tcpbench/tcpbench.c
425
P(tcpi, rcv_up, "%u")
usr.bin/tcpbench/tcpbench.c
426
P(tcpi, rcv_wscale, "%hhu")
usr.bin/tcpbench/tcpbench.c
427
P(tcpi, rfbuf_cnt, "%u")
usr.bin/tcpbench/tcpbench.c
428
P(tcpi, rfbuf_ts, "%u")
usr.bin/tcpbench/tcpbench.c
429
P(tcpi, rtt, "%u")
usr.bin/tcpbench/tcpbench.c
430
P(tcpi, rttmin, "%u")
usr.bin/tcpbench/tcpbench.c
431
P(tcpi, rttvar, "%u")
usr.bin/tcpbench/tcpbench.c
432
P(tcpi, snd_cwnd, "%u")
usr.bin/tcpbench/tcpbench.c
433
P(tcpi, snd_max, "%u")
usr.bin/tcpbench/tcpbench.c
434
P(tcpi, snd_mss, "%u")
usr.bin/tcpbench/tcpbench.c
435
P(tcpi, snd_nxt, "%u")
usr.bin/tcpbench/tcpbench.c
436
P(tcpi, snd_rexmitpack, "%u")
usr.bin/tcpbench/tcpbench.c
437
P(tcpi, snd_ssthresh, "%u")
usr.bin/tcpbench/tcpbench.c
438
P(tcpi, snd_una, "%u")
usr.bin/tcpbench/tcpbench.c
439
P(tcpi, snd_wl1, "%u")
usr.bin/tcpbench/tcpbench.c
440
P(tcpi, snd_wl2, "%u")
usr.bin/tcpbench/tcpbench.c
441
P(tcpi, snd_wnd, "%u")
usr.bin/tcpbench/tcpbench.c
442
P(tcpi, snd_wscale, "%hhu")
usr.bin/tcpbench/tcpbench.c
443
P(tcpi, snd_zerowin, "%u")
usr.bin/tcpbench/tcpbench.c
444
P(tcpi, so_rcv_sb_cc, "%u")
usr.bin/tcpbench/tcpbench.c
445
P(tcpi, so_rcv_sb_hiwat, "%u")
usr.bin/tcpbench/tcpbench.c
446
P(tcpi, so_rcv_sb_lowat, "%u")
usr.bin/tcpbench/tcpbench.c
447
P(tcpi, so_rcv_sb_wat, "%u")
usr.bin/tcpbench/tcpbench.c
448
P(tcpi, so_snd_sb_cc, "%u")
usr.bin/tcpbench/tcpbench.c
449
P(tcpi, so_snd_sb_hiwat, "%u")
usr.bin/tcpbench/tcpbench.c
450
P(tcpi, so_snd_sb_lowat, "%u")
usr.bin/tcpbench/tcpbench.c
451
P(tcpi, so_snd_sb_wat, "%u")
usr.bin/tcpbench/tcpbench.c
452
P(tcpi, ts_recent, "%u")
usr.bin/tcpbench/tcpbench.c
453
P(tcpi, ts_recent_age, "%u")
usr.sbin/procmap/procmap.c
412
printf("proc->p_vmspace %p = {", P(vmspace));
usr.sbin/procmap/procmap.c
440
printf("%s %p = {", thing, P(vm_map));
usr.sbin/procmap/procmap.c
477
printf("MAP %p: [0x%lx->0x%lx]\n", P(vm_map),
usr.sbin/procmap/procmap.c
662
P(uvm_obj) = vme->object.uvm_obj;
usr.sbin/procmap/procmap.c
667
P(uvn) = P(uvm_obj);
usr.sbin/procmap/procmap.c
671
P(vp) = D(uvn, uvm_vnode)->u_vnode;
usr.sbin/procmap/procmap.c
678
P(amap) = vme->aref.ar_amap;
usr.sbin/procmap/procmap.c
685
if (P(vp) != NULL && D(vp, vnode)->v_mount != NULL) {
usr.sbin/procmap/procmap.c
686
P(vfs) = D(vp, vnode)->v_mount;
usr.sbin/procmap/procmap.c
698
P(&data) = D(vp, vnode)->v_data; \
usr.sbin/procmap/procmap.c
788
inode ? name : "", P(vp));
usr.sbin/procmap/procmap.c
839
printf(" [%p]", P(vp));
usr.sbin/procmap/procmap.c
903
P(&kdev) = P(uvm_obj);
usr.sbin/procmap/procmap.c
946
P(&svp) = P(vp);
usr.sbin/procmap/procmap.c
954
if (ce->ce_vp == P(&svp) && ce->ce_cid == cid)
usr.sbin/procmap/procmap.c
956
if (ce && ce->ce_vp == P(&svp) && ce->ce_cid == cid) {
usr.sbin/procmap/procmap.c
966
P(&svp) = ce->ce_pvp;
usr.sbin/unbound/sldns/keyraw.c
246
BIGNUM *Q=NULL, *P=NULL, *G=NULL, *Y=NULL;
usr.sbin/unbound/sldns/keyraw.c
247
if(!sldns_key_dsa_buf_bignum(key, len, &P, &Q, &G, &Y)) {
usr.sbin/unbound/sldns/keyraw.c
257
dsa->p = P;
usr.sbin/unbound/sldns/keyraw.c
264
if (!DSA_set0_pqg(dsa, P, Q, G)) {
usr.sbin/unbound/sldns/keyraw.c
267
BN_free(P);
usr.sbin/unbound/validator/val_secalgo.c
1124
SECItem P = {siBuffer, NULL, 0};
usr.sbin/unbound/validator/val_secalgo.c
1144
P.data = key+offset;
usr.sbin/unbound/validator/val_secalgo.c
1145
P.len = length;
usr.sbin/unbound/validator/val_secalgo.c
1159
if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.prime, &P)) {