Searched refs:status_word (Results 1 – 8 of 8) sorted by relevance
122 } status_word; in aha1740_makecode() local125 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()
49 #define status_word() \ macro
69 *(short *) &FPU_EAX = status_word(); in fstsw_ax()
259 FPU_put_user(status_word(),(unsigned short *) data_address); in FPU_load_store()
128 partial_status = status_word(); in FPU_printall()
1307 FPU_put_user(status_word(), (unsigned short *) (d+2)); in fstenv()1334 partial_status = status_word() | 0xffff0000; in fstenv()
362 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()
839 u64 status_word; member