Searched refs:astat (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Dbt878.c271 u32 stat, astat, mask; local
281 if (!(astat = (stat & mask)))
284 btwrite(astat, BT878_AINT_STAT); /* try to clear interupt condition */
287 if (astat & (BT878_ASCERR | BT878_AOCERR)) {
291 (astat & BT878_ASCERR) ? " SCERR" :
293 (astat & BT878_AOCERR) ? " OCERR" :
297 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) {
302 (astat & BT878_APABORT) ? " PABORT" :
304 (astat & BT878_ARIPERR) ? " RIPERR" :
306 (astat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Duser.h52 unsigned long astat; member in struct:user_regs_struct
H A Dptrace.h34 long astat; member in struct:pt_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c412 u32 stat, astat; local
420 astat = stat & saaread(SAA7146_IER);
421 if (!astat)
424 saawrite(astat, SAA7146_ISR);
425 if (astat & SAA7146_PSR_DEBI_S) {
428 if (astat & SAA7146_PSR_PIN1) {
470 if (astat & SAA7146_PSR_PPEF) {
473 if (astat & SAA7146_PSR_PABO) {
476 if (astat & SAA7146_PSR_PPED) {
479 if (astat
[all...]
H A Dzoran_device.c1250 u32 astat,
1414 u32 stat, astat; local
1444 astat = stat & IRQ_MASK;
1445 if (!astat) {
1450 "zoran_irq: astat: 0x%08x, mask: 0x%08x\n",
1451 astat, btread(ZR36057_ICR));
1452 if (astat & zr->card.vsync_int) { // SW
1544 if (astat & ZR36057_ISR_CodRepIRQ) {
1554 if (astat & ZR36057_ISR_JPEGRepIRQ) {
1621 if ((astat
1249 error_handler(struct zoran *zr, u32 astat, u32 stat) argument
[all...]
H A Dplanb.c1312 unsigned int stat, astat; local
1320 astat = stat & pb->intr_mask;
1322 & ~astat & stat & ~PLANB_GEN_IRQ);
1323 IDEBUG("PlanB: stat = %X, astat = %X\n", stat, astat);
1325 if(astat & PLANB_FRM_IRQ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dprocess.c164 regs->pc, regs->astat, regs->seqstat, regs->rets);
304 dump->regs.astat = regs->astat;
H A Dsignal.c80 RESTORE(astat);
145 SETUP(astat);
H A Dasm-offsets.c114 DEFINE(PT_ASTAT, offsetof(struct pt_regs, astat));
H A Dtraps.c635 rdusp(), fp->astat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dbtaudio.c825 u32 stat,astat; local
832 astat = stat & btread(REG_INT_MASK);
833 if (!astat)
836 btwrite(astat,REG_INT_STAT);
845 if (astat & (1 << i))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c4409 u32 stat,astat; local
4424 astat=stat&btread(BT848_INT_MASK);
4425 if (!astat)
4438 bttv_print_irqbits(stat,astat);
4451 if (astat&BT848_INT_VSYNC)
4454 if ((astat & BT848_INT_GPINT) && btv->remote) {
4459 if (astat & BT848_INT_I2CDONE) {
4464 if ((astat & BT848_INT_RISCI) && (stat & (4<<28)))
4467 if ((astat & BT848_INT_RISCI) && (stat & (2<<28)))
4470 if ((astat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88.h331 u32 astat; member in struct:cx88_core
H A Dcx88-tvaudio.c786 if (core->astat != reg)
790 core->astat = reg;

Completed in 121 milliseconds