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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Dbt878.c274 u32 stat, astat, mask; local
284 if (!(astat = (stat & mask)))
287 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */
290 if (astat & (BT878_ASCERR | BT878_AOCERR)) {
295 (astat & BT878_ASCERR) ? " SCERR" :
297 (astat & BT878_AOCERR) ? " OCERR" :
301 if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) {
306 (astat & BT878_APABORT) ? " PABORT" :
308 (astat & BT878_ARIPERR) ? " RIPERR" :
310 (astat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c414 u32 stat, astat; local
422 astat = stat & saaread(SAA7146_IER);
423 if (!astat)
426 saawrite(astat, SAA7146_ISR);
427 if (astat & SAA7146_PSR_DEBI_S) {
430 if (astat & SAA7146_PSR_PIN1) {
472 if (astat & SAA7146_PSR_PPEF) {
475 if (astat & SAA7146_PSR_PABO) {
478 if (astat & SAA7146_PSR_PPED) {
481 if (astat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dptrace.h42 long astat; member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_device.c1229 u32 astat,
1347 u32 stat, astat; local
1377 astat = stat & IRQ_MASK;
1378 if (!astat) {
1383 "zoran_irq: astat: 0x%08x, mask: 0x%08x\n",
1384 astat, btread(ZR36057_ICR));
1385 if (astat & zr->card.vsync_int) { // SW
1460 if (astat & ZR36057_ISR_CodRepIRQ) {
1469 if ((astat & ZR36057_ISR_JPEGRepIRQ) &&
1526 if ((astat
1228 error_handler(struct zoran *zr, u32 astat, u32 stat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dpseudodbg.c70 val = &fp->astat;
H A Dkgdb.c51 gdb_regs[BFIN_ASTAT] = regs->astat;
69 gdb_regs[BFIN_CC] = (regs->astat >> 5) & 1;
H A Dsignal.c68 RESTORE(astat);
133 SETUP(astat);
H A Dasm-offsets.c92 DEFINE(PT_ASTAT, offsetof(struct pt_regs, astat));
H A Dtrace.c978 rdusp(), fp->astat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-nfs.c1056 enum sunrpc_accept_stat astat; local
1087 astat = (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
1088 switch (astat) {
1119 printf(" ar_stat %d", astat);
1124 TCHECK2(*dp, sizeof(astat));
1125 return ((u_int32_t *) (sizeof(astat) + ((char *)dp)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c4065 u32 stat,astat; local
4080 astat=stat&btread(BT848_INT_MASK);
4081 if (!astat)
4094 bttv_print_irqbits(stat,astat);
4107 if (astat&BT848_INT_VSYNC)
4110 if ((astat & BT848_INT_GPINT) && btv->remote) {
4115 if (astat & BT848_INT_I2CDONE) {
4120 if ((astat & BT848_INT_RISCI) && (stat & (4<<28)))
4123 if ((astat & BT848_INT_RISCI) && (stat & (2<<28)))
4126 if ((astat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-tvaudio.c806 if (core->astat != reg)
810 core->astat = reg;
H A Dcx88.h359 u32 astat; member in struct:cx88_core

Completed in 221 milliseconds