astat             249 drivers/media/pci/bt8xx/bt878.c 	u32 stat, astat, mask;
astat             259 drivers/media/pci/bt8xx/bt878.c 		if (!(astat = (stat & mask)))
astat             262 drivers/media/pci/bt8xx/bt878.c 		btwrite(astat, BT878_AINT_STAT);	/* try to clear interrupt condition */
astat             265 drivers/media/pci/bt8xx/bt878.c 		if (astat & (BT878_ASCERR | BT878_AOCERR)) {
astat             270 drivers/media/pci/bt8xx/bt878.c 				       (astat & BT878_ASCERR) ? " SCERR" :
astat             272 drivers/media/pci/bt8xx/bt878.c 				       (astat & BT878_AOCERR) ? " OCERR" :
astat             276 drivers/media/pci/bt8xx/bt878.c 		if (astat & (BT878_APABORT | BT878_ARIPERR | BT878_APPERR)) {
astat             281 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_APABORT) ? " PABORT" :
astat             283 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_ARIPERR) ? " RIPERR" :
astat             285 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_APPERR) ? " PPERR" :
astat             289 drivers/media/pci/bt8xx/bt878.c 		if (astat & (BT878_AFDSR | BT878_AFTRGT | BT878_AFBUS)) {
astat             294 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_AFDSR) ? " FDSR" : "",
astat             295 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_AFTRGT) ? " FTRGT" :
astat             297 drivers/media/pci/bt8xx/bt878.c 				     (astat & BT878_AFBUS) ? " FBUS" : "",
astat             301 drivers/media/pci/bt8xx/bt878.c 		if (astat & BT878_ARISCI) {
astat            3751 drivers/media/pci/bt8xx/bttv-driver.c 	u32 stat,astat;
astat            3763 drivers/media/pci/bt8xx/bttv-driver.c 		astat=stat&btread(BT848_INT_MASK);
astat            3764 drivers/media/pci/bt8xx/bttv-driver.c 		if (!astat)
astat            3776 drivers/media/pci/bt8xx/bttv-driver.c 			bttv_print_irqbits(stat,astat);
astat            3792 drivers/media/pci/bt8xx/bttv-driver.c 		if (astat&BT848_INT_VSYNC)
astat            3795 drivers/media/pci/bt8xx/bttv-driver.c 		if ((astat & BT848_INT_GPINT) && btv->remote) {
astat            3799 drivers/media/pci/bt8xx/bttv-driver.c 		if (astat & BT848_INT_I2CDONE) {
astat            3804 drivers/media/pci/bt8xx/bttv-driver.c 		if ((astat & BT848_INT_RISCI)  &&  (stat & (4<<28)))
astat            3807 drivers/media/pci/bt8xx/bttv-driver.c 		if ((astat & BT848_INT_RISCI)  &&  (stat & (2<<28)))
astat            3810 drivers/media/pci/bt8xx/bttv-driver.c 		if ((astat & BT848_INT_RISCI)  &&  (stat & (1<<28)))
astat            3813 drivers/media/pci/bt8xx/bttv-driver.c 		if ((astat & BT848_INT_HLOCK)  &&  btv->opt_automute)
astat            3817 drivers/media/pci/bt8xx/bttv-driver.c 		if (astat & (BT848_INT_SCERR|BT848_INT_OCERR)) {
astat            3820 drivers/media/pci/bt8xx/bttv-driver.c 				(astat & BT848_INT_SCERR) ? "SCERR" : "",
astat            3821 drivers/media/pci/bt8xx/bttv-driver.c 				(astat & BT848_INT_OCERR) ? "OCERR" : "",
astat            3823 drivers/media/pci/bt8xx/bttv-driver.c 			bttv_print_irqbits(stat,astat);
astat            3828 drivers/media/pci/bt8xx/bttv-driver.c 		if (fdsr && astat & BT848_INT_FDSR) {
astat            3838 drivers/media/pci/bt8xx/bttv-driver.c 			if (count > 8 || !(astat & BT848_INT_GPINT)) {
astat            3851 drivers/media/pci/bt8xx/bttv-driver.c 			bttv_print_irqbits(stat,astat);
astat             820 drivers/media/pci/cx88/cx88-tvaudio.c 	if (core->astat != reg)
astat             824 drivers/media/pci/cx88/cx88-tvaudio.c 	core->astat = reg;
astat             384 drivers/media/pci/cx88/cx88.h 	u32                        astat;
astat             993 drivers/net/ieee802154/adf7242.c 			u8 astat;
astat             995 drivers/net/ieee802154/adf7242.c 			adf7242_read_reg(lp, REG_AUTO_STATUS, &astat);
astat             996 drivers/net/ieee802154/adf7242.c 			astat &= AUTO_STATUS_MASK;
astat             999 drivers/net/ieee802154/adf7242.c 				astat,
astat            1000 drivers/net/ieee802154/adf7242.c 				astat == SUCCESS ? "SUCCESS" : "",
astat            1001 drivers/net/ieee802154/adf7242.c 				astat ==
astat            1003 drivers/net/ieee802154/adf7242.c 				astat == FAILURE_CSMACA ? "FAILURE_CSMACA" : "",
astat            1004 drivers/net/ieee802154/adf7242.c 				astat == FAILURE_NOACK ? "FAILURE_NOACK" : "");
astat            1007 drivers/net/ieee802154/adf7242.c 			lp->tx_stat = astat;