Home
last modified time | relevance | path

Searched refs:status_word (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daha1740.c122 } status_word; in aha1740_makecode() local
125 status_word = * (struct statusword *) status; in aha1740_makecode()
131 if (!status_word.don) /* Anything abnormal was detected */ in aha1740_makecode()
133 if ( (status[1]&0x18) || status_word.sc ) /*Additional info available*/ in aha1740_makecode()
139 if ( status_word.dor ) in aha1740_makecode()
162 if ( status_word.qf ) in aha1740_makecode()
/linux-2.4.37.9/arch/i386/math-emu/
Dstatus_w.h49 #define status_word() \ macro
Dfpu_aux.c69 *(short *) &FPU_EAX = status_word(); in fstsw_ax()
Dload_store.c259 FPU_put_user(status_word(),(unsigned short *) data_address); in FPU_load_store()
Derrors.c128 partial_status = status_word(); in FPU_printall()
Dreg_ld_str.c1307 FPU_put_user(status_word(), (unsigned short *) (d+2)); in fstenv()
1334 partial_status = status_word() | 0xffff0000; in fstenv()
/linux-2.4.37.9/drivers/net/
Dsungem.c362 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()
663 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()
694 u64 status = cpu_to_le64(rxd->status_word); in gem_rx()
1456 rxd->status_word = 0; in gem_clean_rings()
1505 rxd->status_word = 0; in gem_init_rings()
1520 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
Dsungem.h839 u64 status_word; member