[go: nahoru, domu]

Searched defs:data_status (Results 1 - 6 of 6) sorted by relevance

/drivers/mtd/nand/
H A Dsm_common.h15 uint8_t data_status; member in struct:sm_oob
44 return hweight16(oob->data_status) >= 5;
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c511 BUG_ON(!(be32_to_cpu(descr->data_status) & GELIC_DESCR_TX_TAIL));
522 descr->data_status = 0;
807 descr->data_status = 0;
899 descr->data_status = cpu_to_be32(GELIC_DESCR_TX_TAIL);
927 u32 data_status, data_error; local
929 data_status = be32_to_cpu(descr->data_status);
955 if ((data_status & GELIC_DESCR_DATA_STATUS_CHK_MASK) &&
H A Dspider_net.c420 hwdescr->data_status = 0;
690 hwdescr->data_status = 0;
959 u32 data_status = hwdescr->data_status; local
973 if ( ( (data_status & SPIDER_NET_DATA_STATUS_CKSUM_MASK) ==
979 if (data_status & SPIDER_NET_VLAN_PACKET) {
1069 hwd->dmac_cmd_status, hwd->data_status,
1200 "data_status=x%08x, data_error=x%08x\n",
1201 hwdescr->data_status, hwdescr->data_error);
1213 pr_err("data_status
[all...]
H A Dps3_gelic_net.h76 /* RX descriptor data_status bits */
97 /* TX descriptor data_status bits */
253 __be32 data_status; member in struct:gelic_descr
H A Dspider_net.h393 u32 data_status; member in struct:spider_net_hw_descr
415 /* descriptor data_status bits */
/drivers/mmc/host/
H A Datmel-mci.c117 * @data_status: Snapshot of SR taken upon completion of the current
169 * interrupts must be disabled and @data_status updated with a
198 u32 data_status; member in struct:atmel_mci
1145 host->data_status = 0;
1820 status = host->data_status;
1895 host->data_status = status;
1965 host->data_status = status;
2017 host->data_status = status;

Completed in 156 milliseconds