bd_status         637 drivers/net/ethernet/freescale/enetc/enetc.c 		u32 bd_status;
bd_status         647 drivers/net/ethernet/freescale/enetc/enetc.c 		bd_status = le32_to_cpu(rxbd->r.lstatus);
bd_status         648 drivers/net/ethernet/freescale/enetc/enetc.c 		if (!bd_status)
bd_status         668 drivers/net/ethernet/freescale/enetc/enetc.c 		if (unlikely(bd_status &
bd_status         671 drivers/net/ethernet/freescale/enetc/enetc.c 			while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
bd_status         673 drivers/net/ethernet/freescale/enetc/enetc.c 				bd_status = le32_to_cpu(rxbd->r.lstatus);
bd_status         689 drivers/net/ethernet/freescale/enetc/enetc.c 		while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
bd_status         690 drivers/net/ethernet/freescale/enetc/enetc.c 			bd_status = le32_to_cpu(rxbd->r.lstatus);
bd_status         693 drivers/net/ethernet/freescale/enetc/enetc.c 			if (bd_status & ENETC_RXBD_LSTATUS_F) {
bd_status         241 drivers/net/ethernet/freescale/ucc_geth.c 	u32 bd_status;
bd_status         249 drivers/net/ethernet/freescale/ucc_geth.c 		bd_status = in_be32((u32 __iomem *)bd);
bd_status         261 drivers/net/ethernet/freescale/ucc_geth.c 	} while (!(bd_status & R_W));
bd_status        3084 drivers/net/ethernet/freescale/ucc_geth.c 	u32 bd_status;
bd_status        3097 drivers/net/ethernet/freescale/ucc_geth.c 	bd_status = in_be32((u32 __iomem *)bd);
bd_status        3113 drivers/net/ethernet/freescale/ucc_geth.c 	bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len;
bd_status        3116 drivers/net/ethernet/freescale/ucc_geth.c 	out_be32((u32 __iomem *)bd, bd_status);
bd_status        3119 drivers/net/ethernet/freescale/ucc_geth.c 	if (!(bd_status & T_W))
bd_status        3158 drivers/net/ethernet/freescale/ucc_geth.c 	u32 bd_status;
bd_status        3169 drivers/net/ethernet/freescale/ucc_geth.c 	bd_status = in_be32((u32 __iomem *)bd);
bd_status        3172 drivers/net/ethernet/freescale/ucc_geth.c 	while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) {
bd_status        3174 drivers/net/ethernet/freescale/ucc_geth.c 		length = (u16) ((bd_status & BD_LENGTH_MASK) - 4);
bd_status        3180 drivers/net/ethernet/freescale/ucc_geth.c 		    (!(bd_status & (R_F | R_L))) ||
bd_status        3181 drivers/net/ethernet/freescale/ucc_geth.c 		    (bd_status & R_ERRORS_FATAL)) {
bd_status        3219 drivers/net/ethernet/freescale/ucc_geth.c 		if (bd_status & R_W)
bd_status        3224 drivers/net/ethernet/freescale/ucc_geth.c 		bd_status = in_be32((u32 __iomem *)bd);
bd_status        3238 drivers/net/ethernet/freescale/ucc_geth.c 	u32 bd_status;
bd_status        3241 drivers/net/ethernet/freescale/ucc_geth.c 	bd_status = in_be32((u32 __iomem *)bd);
bd_status        3244 drivers/net/ethernet/freescale/ucc_geth.c 	while ((bd_status & T_R) == 0) {
bd_status        3270 drivers/net/ethernet/freescale/ucc_geth.c 		if (!(bd_status & T_W))
bd_status        3274 drivers/net/ethernet/freescale/ucc_geth.c 		bd_status = in_be32((u32 __iomem *)bd);
bd_status          83 drivers/net/wan/fsl_ucc_hdlc.c 	u16 bd_status;
bd_status         301 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status = R_E_S | R_I_S;
bd_status         303 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status = R_E_S | R_I_S | R_W_S;
bd_status         305 drivers/net/wan/fsl_ucc_hdlc.c 		iowrite16be(bd_status, &priv->rx_bd_base[i].status);
bd_status         312 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status =  T_I_S | T_TC_S;
bd_status         314 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status =  T_I_S | T_TC_S | T_W_S;
bd_status         316 drivers/net/wan/fsl_ucc_hdlc.c 		iowrite16be(bd_status, &priv->tx_bd_base[i].status);
bd_status         352 drivers/net/wan/fsl_ucc_hdlc.c 	u16 bd_status;
bd_status         399 drivers/net/wan/fsl_ucc_hdlc.c 	bd_status = ioread16be(&bd->status);
bd_status         412 drivers/net/wan/fsl_ucc_hdlc.c 	bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S;
bd_status         415 drivers/net/wan/fsl_ucc_hdlc.c 	iowrite16be(bd_status, &bd->status);
bd_status         418 drivers/net/wan/fsl_ucc_hdlc.c 	if (!(bd_status & T_W_S))
bd_status         454 drivers/net/wan/fsl_ucc_hdlc.c 	u16 bd_status;
bd_status         458 drivers/net/wan/fsl_ucc_hdlc.c 	bd_status = ioread16be(&bd->status);
bd_status         461 drivers/net/wan/fsl_ucc_hdlc.c 	while ((bd_status & T_R_S) == 0) {
bd_status         464 drivers/net/wan/fsl_ucc_hdlc.c 		if (bd_status & T_UN_S) { /* Underrun */
bd_status         468 drivers/net/wan/fsl_ucc_hdlc.c 		if (bd_status & T_CT_S) { /* Carrier lost */
bd_status         498 drivers/net/wan/fsl_ucc_hdlc.c 		if (!(bd_status & T_W_S))
bd_status         502 drivers/net/wan/fsl_ucc_hdlc.c 		bd_status = ioread16be(&bd->status);
bd_status         519 drivers/net/wan/fsl_ucc_hdlc.c 	u16 bd_status;
bd_status         524 drivers/net/wan/fsl_ucc_hdlc.c 	bd_status = ioread16be(&bd->status);
bd_status         527 drivers/net/wan/fsl_ucc_hdlc.c 	while (!((bd_status & (R_E_S)) || (--rx_work_limit < 0))) {
bd_status         528 drivers/net/wan/fsl_ucc_hdlc.c 		if (bd_status & (RX_BD_ERRORS)) {
bd_status         531 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_CD_S)
bd_status         533 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_OV_S)
bd_status         535 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_CR_S)
bd_status         537 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_AB_S)
bd_status         539 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_NO_S)
bd_status         541 drivers/net/wan/fsl_ucc_hdlc.c 			if (bd_status & R_LG_S)
bd_status         592 drivers/net/wan/fsl_ucc_hdlc.c 		iowrite16be((bd_status & R_W_S) | R_E_S | R_I_S, &bd->status);
bd_status         595 drivers/net/wan/fsl_ucc_hdlc.c 		if (bd_status & R_W_S) {
bd_status         607 drivers/net/wan/fsl_ucc_hdlc.c 		bd_status = ioread16be(&bd->status);
bd_status         927 drivers/net/wan/fsl_ucc_hdlc.c 	u16 bd_status;
bd_status         992 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status = R_E_S | R_I_S;
bd_status         994 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status = R_E_S | R_I_S | R_W_S;
bd_status         996 drivers/net/wan/fsl_ucc_hdlc.c 		iowrite16be(bd_status, &priv->rx_bd_base[i].status);
bd_status        1003 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status =  T_I_S | T_TC_S;
bd_status        1005 drivers/net/wan/fsl_ucc_hdlc.c 			bd_status =  T_I_S | T_TC_S | T_W_S;
bd_status        1007 drivers/net/wan/fsl_ucc_hdlc.c 		iowrite16be(bd_status, &priv->tx_bd_base[i].status);
bd_status         149 drivers/net/wireless/intel/ipw2x00/ipw2100.h 	struct bd_status status;
bd_status          99 drivers/spi/spi-pic32-sqi.c 	u32 bd_status;	/* reserved */
bd_status         310 drivers/spi/spi-pic32-sqi.c 		bd->bd_status = 0;