Home | History | Annotate | Download | only in pci

Lines Matching defs:psb

1348 	struct play_slot_ctrl_bank *psb;
1405 psb = sc->pbankp[0];
1406 memset(psb, 0, sizeof(*psb));
1407 psb->format = htole32(format);
1408 psb->pgbase = htole32(s);
1409 psb->pgloopend = htole32(l);
1411 psb->pgdeltaend = htole32((param->sample_rate * 65536 / 48000) << 12);
1412 psb->lpfkend = htole32(yds_get_lpfk(param->sample_rate));
1413 psb->eggainend = htole32(gain);
1414 psb->lpfq = htole32(yds_get_lpfq(param->sample_rate));
1415 psb->pgdelta = htole32(psb->pgdeltaend);
1416 psb->lpfk = htole32(yds_get_lpfk(param->sample_rate));
1417 psb->eggain = htole32(gain);
1422 psb = sc->pbankp[i*2];
1425 *psb = *(sc->pbankp[0]);
1429 psb->lchgain = psb->lchgainend = htole32(gain);
1431 psb->lchgain = psb->lchgainend = 0;
1432 psb->rchgain = psb->rchgainend = htole32(gain);
1433 psb->format |= htole32(PSLT_FORMAT_RCH);
1437 psb->lchgain = psb->rchgain = htole32(gain);
1438 psb->lchgainend = psb->rchgainend = htole32(gain);
1441 *(sc->pbankp[i*2+1]) = *psb;