ord                37 arch/riscv/include/asm/bitops.h #define __test_and_op_bit_ord(op, mod, nr, addr, ord)		\
ord                42 arch/riscv/include/asm/bitops.h 		__AMO(op) #ord " %0, %2, %1"			\
ord                49 arch/riscv/include/asm/bitops.h #define __op_bit_ord(op, mod, nr, addr, ord)			\
ord                51 arch/riscv/include/asm/bitops.h 		__AMO(op) #ord " zero, %1, %0"			\
ord               829 drivers/block/amiflop.c 	unsigned char ord;
ord               862 drivers/block/amiflop.c 			hdr.magic, hdr.track, hdr.sect, hdr.ord,
ord               885 drivers/block/amiflop.c 			       hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt,
ord               944 drivers/block/amiflop.c 	hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt;
ord               500 drivers/crypto/ccp/ccp-dev.c 	snprintf(ccp->name, MAX_CCP_NAME_LEN, "ccp-%u", sp->ord);
ord               501 drivers/crypto/ccp/ccp-dev.c 	snprintf(ccp->rngname, MAX_CCP_NAME_LEN, "ccp-%u-rng", sp->ord);
ord               343 drivers/crypto/ccp/ccp-dev.h 	unsigned int ord;
ord                67 drivers/crypto/ccp/psp-dev.c 	snprintf(psp->name, sizeof(psp->name), "psp-%u", sp->ord);
ord               185 drivers/crypto/ccp/sp-dev.c 	sp->ord = atomic_inc_return(&sp_ordinal);
ord               186 drivers/crypto/ccp/sp-dev.c 	snprintf(sp->name, SP_MAX_NAME_LEN, "sp-%u", sp->ord);
ord                65 drivers/crypto/ccp/sp-dev.h 	unsigned int ord;
ord               267 drivers/dma/dma-jz4780.c 	int ord = ffs(val) - 1;
ord               276 drivers/dma/dma-jz4780.c 	if (ord == 3)
ord               277 drivers/dma/dma-jz4780.c 		ord = 2;
ord               278 drivers/dma/dma-jz4780.c 	else if (ord > jzdma->soc_data->transfer_ord_max)
ord               279 drivers/dma/dma-jz4780.c 		ord = jzdma->soc_data->transfer_ord_max;
ord               281 drivers/dma/dma-jz4780.c 	*shift = ord;
ord               283 drivers/dma/dma-jz4780.c 	switch (ord) {
ord                56 drivers/gpu/drm/amd/display/modules/vmid/vmid.c 	uint16_t ord = dc_get_vmid_use_vector(core_vmid->dc);
ord                60 drivers/gpu/drm/amd/display/modules/vmid/vmid.c 		if (ord & (1u << i))
ord              2290 drivers/infiniband/core/cma.c 			event.param.conn.responder_resources = iw_event->ord;
ord              2307 drivers/infiniband/core/cma.c 		event.param.conn.responder_resources = iw_event->ord;
ord              2345 drivers/infiniband/core/cma.c 	event.param.conn.responder_resources = iw_event->ord;
ord              3895 drivers/infiniband/core/cma.c 		iw_param.ord = conn_param->initiator_depth;
ord              3990 drivers/infiniband/core/cma.c 	iw_param.ord = conn_param->initiator_depth;
ord               834 drivers/infiniband/hw/cxgb3/cxio_hal.c 	wqe->ord = cpu_to_be32(attr->ord);
ord               346 drivers/infiniband/hw/cxgb3/cxio_wr.h 	u32 ord;
ord               371 drivers/infiniband/hw/cxgb3/cxio_wr.h 	__be32 ord;		/* 6 */
ord               760 drivers/infiniband/hw/cxgb3/iwch_cm.c 	event.ird = event.ord = 8;
ord               782 drivers/infiniband/hw/cxgb3/iwch_cm.c 	event.ird = event.ord = 8;
ord               912 drivers/infiniband/hw/cxgb3/iwch_cm.c 	attrs.max_ord = ep->ord;
ord              1798 drivers/infiniband/hw/cxgb3/iwch_cm.c 	if ((conn_param->ord > qp->rhp->attr.max_rdma_read_qp_depth) ||
ord              1810 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->ord = conn_param->ord;
ord              1815 drivers/infiniband/hw/cxgb3/iwch_cm.c 	pr_debug("%s %d ird %d ord %d\n", __func__, __LINE__, ep->ird, ep->ord);
ord              1820 drivers/infiniband/hw/cxgb3/iwch_cm.c 	attrs.max_ord = ep->ord;
ord              1906 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->ord = conn_param->ord;
ord              1908 drivers/infiniband/hw/cxgb3/iwch_cm.c 	if (peer2peer && ep->ord == 0)
ord              1909 drivers/infiniband/hw/cxgb3/iwch_cm.c 		ep->ord = 1;
ord               193 drivers/infiniband/hw/cxgb3/iwch_cm.h 	u32 ord;
ord               842 drivers/infiniband/hw/cxgb3/iwch_qp.c 	init_attr.ord = qhp->attr.max_ord;
ord               851 drivers/infiniband/hw/cxgb3/iwch_qp.c 		if (init_attr.ord == 0 && qhp->attr.mpa_attr.initiator)
ord               852 drivers/infiniband/hw/cxgb3/iwch_qp.c 			init_attr.ord = 1;
ord              1002 drivers/infiniband/hw/cxgb4/cm.c 			 ep->ord);
ord              1004 drivers/infiniband/hw/cxgb4/cm.c 		mpa_v2_params.ord = htons((u16)ep->ord);
ord              1009 drivers/infiniband/hw/cxgb4/cm.c 				mpa_v2_params.ord |=
ord              1012 drivers/infiniband/hw/cxgb4/cm.c 				mpa_v2_params.ord |=
ord              1096 drivers/infiniband/hw/cxgb4/cm.c 		mpa_v2_params.ord = htons(((u16)ep->ord) | (peer2peer ?
ord              1178 drivers/infiniband/hw/cxgb4/cm.c 		mpa_v2_params.ord = htons((u16)ep->ord);
ord              1184 drivers/infiniband/hw/cxgb4/cm.c 				mpa_v2_params.ord |=
ord              1187 drivers/infiniband/hw/cxgb4/cm.c 				mpa_v2_params.ord |=
ord              1333 drivers/infiniband/hw/cxgb4/cm.c 			event.ord = ep->ird;
ord              1334 drivers/infiniband/hw/cxgb4/cm.c 			event.ird = ep->ord;
ord              1342 drivers/infiniband/hw/cxgb4/cm.c 			event.ord = cur_max_read_depth(ep->com.dev);
ord              1374 drivers/infiniband/hw/cxgb4/cm.c 		event.ord = ep->ord;
ord              1382 drivers/infiniband/hw/cxgb4/cm.c 		event.ord = cur_max_read_depth(ep->com.dev);
ord              1404 drivers/infiniband/hw/cxgb4/cm.c 	event.ird = ep->ord;
ord              1405 drivers/infiniband/hw/cxgb4/cm.c 	event.ord = ep->ird;
ord              1567 drivers/infiniband/hw/cxgb4/cm.c 			resp_ord = ntohs(mpa_v2_params->ord) &
ord              1570 drivers/infiniband/hw/cxgb4/cm.c 				 resp_ird, resp_ord, ep->ird, ep->ord);
ord              1586 drivers/infiniband/hw/cxgb4/cm.c 			if (ep->ord > resp_ird) {
ord              1588 drivers/infiniband/hw/cxgb4/cm.c 					ep->ord = resp_ird;
ord              1595 drivers/infiniband/hw/cxgb4/cm.c 				ep->ord = resp_ird;
ord              1600 drivers/infiniband/hw/cxgb4/cm.c 				if (ntohs(mpa_v2_params->ord) &
ord              1604 drivers/infiniband/hw/cxgb4/cm.c 				else if (ntohs(mpa_v2_params->ord) &
ord              1634 drivers/infiniband/hw/cxgb4/cm.c 	attrs.max_ord = ep->ord;
ord              1795 drivers/infiniband/hw/cxgb4/cm.c 			ep->ord = ntohs(mpa_v2_params->ord) &
ord              1797 drivers/infiniband/hw/cxgb4/cm.c 			ep->ord = min_t(u32, ep->ord,
ord              1800 drivers/infiniband/hw/cxgb4/cm.c 				 ep->ird, ep->ord);
ord              1803 drivers/infiniband/hw/cxgb4/cm.c 					if (ntohs(mpa_v2_params->ord) &
ord              1807 drivers/infiniband/hw/cxgb4/cm.c 					else if (ntohs(mpa_v2_params->ord) &
ord              3140 drivers/infiniband/hw/cxgb4/cm.c 	if ((conn_param->ord > cur_max_read_depth(ep->com.dev)) ||
ord              3147 drivers/infiniband/hw/cxgb4/cm.c 		if (conn_param->ord > ep->ird) {
ord              3149 drivers/infiniband/hw/cxgb4/cm.c 				conn_param->ord = ep->ird;
ord              3152 drivers/infiniband/hw/cxgb4/cm.c 				ep->ord = conn_param->ord;
ord              3159 drivers/infiniband/hw/cxgb4/cm.c 		if (conn_param->ird < ep->ord) {
ord              3161 drivers/infiniband/hw/cxgb4/cm.c 			    ep->ord <= h->rdev.lldi.max_ordird_qp) {
ord              3162 drivers/infiniband/hw/cxgb4/cm.c 				conn_param->ird = ep->ord;
ord              3170 drivers/infiniband/hw/cxgb4/cm.c 	ep->ord = conn_param->ord;
ord              3182 drivers/infiniband/hw/cxgb4/cm.c 	pr_debug("ird %d ord %d\n", ep->ird, ep->ord);
ord              3192 drivers/infiniband/hw/cxgb4/cm.c 	attrs.max_ord = ep->ord;
ord              3309 drivers/infiniband/hw/cxgb4/cm.c 	if ((conn_param->ord > cur_max_read_depth(dev)) ||
ord              3333 drivers/infiniband/hw/cxgb4/cm.c 	ep->ord = conn_param->ord;
ord              3335 drivers/infiniband/hw/cxgb4/cm.c 	if (peer2peer && ep->ord == 0)
ord              3336 drivers/infiniband/hw/cxgb4/cm.c 		ep->ord = 1;
ord               715 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	__be16 ord;
ord               895 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 ord;
ord              1755 drivers/infiniband/hw/cxgb4/qp.c 		 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord);
ord               252 drivers/infiniband/hw/cxgb4/restrack.c 		if (rdma_nl_put_driver_u32(msg, "ord", ep->ord))
ord               244 drivers/infiniband/hw/i40iw/i40iw_cm.c 		event->ord = cm_node->ord_size;
ord               281 drivers/infiniband/hw/i40iw/i40iw_cm.c 		event.ord = cm_node->ord_size;
ord              2940 drivers/infiniband/hw/i40iw/i40iw_cm.c 	i40iw_record_ird_ord(cm_node, conn_param->ird, conn_param->ord);
ord               132 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	event.ord = params->cm_info->ord;
ord               152 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		event.ord = params->cm_info->ord;
ord               619 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		 conn_param->ord, conn_param->ird, conn_param->private_data,
ord               622 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	cm_info->ord = conn_param->ord;
ord               750 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	params.ord = conn_param->ord;
ord                71 drivers/infiniband/sw/siw/iwarp.h 	__be16 ord;
ord               330 drivers/infiniband/sw/siw/siw_cm.c 		event.ord = cep->ord;
ord               332 drivers/infiniband/sw/siw/siw_cm.c 		event.ird = cep->ord;
ord               333 drivers/infiniband/sw/siw/siw_cm.c 		event.ord = cep->ird;
ord               654 drivers/infiniband/sw/siw/siw_cm.c 		cep->ord = ntohs(v2->ird) & MPA_IRD_ORD_MASK;
ord               655 drivers/infiniband/sw/siw/siw_cm.c 		cep->ord = min(cep->ord, SIW_MAX_ORD_QP);
ord               656 drivers/infiniband/sw/siw/siw_cm.c 		cep->ird = ntohs(v2->ord) & MPA_IRD_ORD_MASK;
ord               661 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.v2_ctrl.ord = htons(cep->ord);
ord               674 drivers/infiniband/sw/siw/siw_cm.c 			if (v2->ord & MPA_V2_RDMA_WRITE_RTR)
ord               675 drivers/infiniband/sw/siw/siw_cm.c 				cep->mpa.v2_ctrl.ord |= MPA_V2_RDMA_WRITE_RTR;
ord               676 drivers/infiniband/sw/siw/siw_cm.c 			else if (v2->ord & MPA_V2_RDMA_READ_RTR)
ord               677 drivers/infiniband/sw/siw/siw_cm.c 				cep->mpa.v2_ctrl.ord |= MPA_V2_RDMA_READ_RTR;
ord               679 drivers/infiniband/sw/siw/siw_cm.c 				cep->mpa.v2_ctrl.ord |= MPA_V2_RDMA_WRITE_RTR;
ord               791 drivers/infiniband/sw/siw/siw_cm.c 		rep_ord = ntohs(v2->ord) & MPA_IRD_ORD_MASK;
ord               801 drivers/infiniband/sw/siw/siw_cm.c 		if (cep->ord > rep_ird && relaxed_ird_negotiation == false) {
ord               802 drivers/infiniband/sw/siw/siw_cm.c 			siw_dbg_cep(cep, "ord %d, rep_ird %d\n", cep->ord,
ord               811 drivers/infiniband/sw/siw/siw_cm.c 		cep->ord = rep_ird;
ord               827 drivers/infiniband/sw/siw/siw_cm.c 				cep->mpa.v2_ctrl_req.ord &
ord               834 drivers/infiniband/sw/siw/siw_cm.c 			if ((mpa_p2p_mode & v2->ord) == 0) {
ord               842 drivers/infiniband/sw/siw/siw_cm.c 					    v2->ord & (MPA_V2_RDMA_WRITE_RTR |
ord               853 drivers/infiniband/sw/siw/siw_cm.c 			mpa_p2p_mode = v2->ord & (MPA_V2_RDMA_WRITE_RTR |
ord               863 drivers/infiniband/sw/siw/siw_cm.c 	qp_attrs.orq_size = cep->ord;
ord              1352 drivers/infiniband/sw/siw/siw_cm.c 	    params->ord > sdev->attrs.max_ord)
ord              1444 drivers/infiniband/sw/siw/siw_cm.c 	cep->ord = params->ord;
ord              1446 drivers/infiniband/sw/siw/siw_cm.c 	if (p2p_mode && cep->ord == 0)
ord              1447 drivers/infiniband/sw/siw/siw_cm.c 		cep->ord = 1;
ord              1488 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.v2_ctrl.ord = htons(cep->ord);
ord              1492 drivers/infiniband/sw/siw/siw_cm.c 			cep->mpa.v2_ctrl.ord |= rtr_type;
ord              1496 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.v2_ctrl_req.ord = cep->mpa.v2_ctrl.ord;
ord              1608 drivers/infiniband/sw/siw/siw_cm.c 	if (params->ord > sdev->attrs.max_ord ||
ord              1613 drivers/infiniband/sw/siw/siw_cm.c 			qp_id(qp), params->ord, sdev->attrs.max_ord,
ord              1632 drivers/infiniband/sw/siw/siw_cm.c 		if (params->ord > cep->ord) {
ord              1634 drivers/infiniband/sw/siw/siw_cm.c 				params->ord = cep->ord;
ord              1637 drivers/infiniband/sw/siw/siw_cm.c 				cep->ord = params->ord;
ord              1653 drivers/infiniband/sw/siw/siw_cm.c 		if (cep->mpa.v2_ctrl.ord &
ord              1659 drivers/infiniband/sw/siw/siw_cm.c 		cep->mpa.v2_ctrl.ord =
ord              1660 drivers/infiniband/sw/siw/siw_cm.c 			htons(params->ord & MPA_IRD_ORD_MASK) |
ord              1661 drivers/infiniband/sw/siw/siw_cm.c 			(cep->mpa.v2_ctrl.ord & ~MPA_V2_MASK_IRD_ORD);
ord              1667 drivers/infiniband/sw/siw/siw_cm.c 	cep->ord = params->ord;
ord              1673 drivers/infiniband/sw/siw/siw_cm.c 	qp_attrs.orq_size = cep->ord;
ord                57 drivers/infiniband/sw/siw/siw_cm.h 	int ord;
ord              10089 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	__le32 ord;
ord                54 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	__be16 ord;
ord               773 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		mpa_ord = ntohs(mpa_v2->ord);
ord               779 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		ep->cm_info.ord = (u8)min_t(u16,
ord               808 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		ep->cm_info.ord = QED_IWARP_ORD_DEFAULT;
ord               815 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		   mpa_rev, ep->cm_info.ord, ep->cm_info.ird, ep->rtr_type,
ord               877 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	p_mpa_ramrod->common.out_rq.ord = ep->cm_info.ord;
ord               923 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		   ep->cm_info.ord, ep->rtr_type, ep->mpa_rev, reject);
ord               963 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		mpa_ord = ntohs(mpa_v2_params->ord);
ord               966 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		ep->cm_info.ord = (u8)(mpa_ird & MPA_V2_IRD_ORD_MASK);
ord               992 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		   ep->mpa_rev, ep->cm_info.ord, ep->cm_info.ird);
ord              1025 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		   ep->mpa_rev, ep->cm_info.ord, ep->cm_info.ird);
ord              1033 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		ep->qp->max_rd_atomic_req = ep->cm_info.ord;
ord              1128 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		mpa_ord = (u16)ep->cm_info.ord;
ord              1144 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		mpa_v2_params->ord = htons(mpa_ord);
ord              1150 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			   mpa_v2_params->ord,
ord              1172 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	if ((iparams->cm_info.ord > QED_IWARP_ORD_DEFAULT) ||
ord              1176 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			  iparams->qp->icid, iparams->cm_info.ord,
ord              1205 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	ep->cm_info.ord = iparams->cm_info.ord;
ord              1212 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	if ((ep->rtr_type & MPA_RTR_TYPE_ZERO_READ) && (ep->cm_info.ord == 0))
ord              1213 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		ep->cm_info.ord = 1;
ord              1474 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	if ((iparams->ord > QED_IWARP_ORD_DEFAULT) ||
ord              1480 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			   ep->tcp_cid, iparams->ord, iparams->ord);
ord              1494 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		if (iparams->ord > ep->cm_info.ird)
ord              1495 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			iparams->ord = ep->cm_info.ird;
ord              1503 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 	ep->cm_info.ord = iparams->ord;
ord              1574 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 		   cm_info->private_data_len, cm_info->ord, cm_info->ird);
ord               517 drivers/net/wireless/intel/ipw2x00/ipw2100.c static int ipw2100_get_ordinal(struct ipw2100_priv *priv, u32 ord,
ord               533 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	if (IS_ORDINAL_TABLE_ONE(ordinals, ord)) {
ord               545 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			       ordinals->table1_addr + (ord << 2), &addr);
ord               553 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	if (IS_ORDINAL_TABLE_TWO(ordinals, ord)) {
ord               555 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		ord -= IPW_START_ORD_TAB_2;
ord               559 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			       ordinals->table2_addr + (ord << 3), &addr);
ord               564 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			       ordinals->table2_addr + (ord << 3) + sizeof(u32),
ord               591 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	       "in table 2\n", ord);
ord               596 drivers/net/wireless/intel/ipw2x00/ipw2100.c static int ipw2100_set_ordinal(struct ipw2100_priv *priv, u32 ord, u32 * val,
ord               602 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	if (IS_ORDINAL_TABLE_ONE(ordinals, ord)) {
ord               610 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			       ordinals->table1_addr + (ord << 2), &addr);
ord               620 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	if (IS_ORDINAL_TABLE_TWO(ordinals, ord))
ord              1120 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	struct ipw2100_ordinals *ord = &priv->ordinals;
ord              1125 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		      &ord->table1_addr);
ord              1128 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		      &ord->table2_addr);
ord              1130 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	read_nic_dword(priv->net_dev, ord->table1_addr, &ord->table1_size);
ord              1131 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	read_nic_dword(priv->net_dev, ord->table2_addr, &ord->table2_size);
ord              1133 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	ord->table2_size &= 0x0000FFFF;
ord              1135 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	IPW_DEBUG_INFO("table 1 size: %d\n", ord->table1_size);
ord              1136 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	IPW_DEBUG_INFO("table 2 size: %d\n", ord->table2_size);
ord               676 drivers/net/wireless/intel/ipw2x00/ipw2200.c static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
ord               680 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	IPW_DEBUG_ORD("ordinal = %i\n", ord);
ord               693 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	switch (IPW_ORD_TABLE_ID_MASK & ord) {
ord               703 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		ord &= IPW_ORD_TABLE_VALUE_MASK;
ord               706 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (ord > priv->table0_len) {
ord               708 drivers/net/wireless/intel/ipw2x00/ipw2200.c 				      "max (%i)\n", ord, priv->table0_len);
ord               720 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			      ord, priv->table0_addr + (ord << 2));
ord               723 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		ord <<= 2;
ord               724 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		*((u32 *) val) = ipw_read32(priv, priv->table0_addr + ord);
ord               737 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		ord &= IPW_ORD_TABLE_VALUE_MASK;
ord               740 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (ord > priv->table1_len) {
ord               753 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		    ipw_read_reg32(priv, (priv->table1_addr + (ord << 2)));
ord               768 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		ord &= IPW_ORD_TABLE_VALUE_MASK;
ord               771 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (ord > priv->table2_len) {
ord               777 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		addr = ipw_read_reg32(priv, priv->table2_addr + (ord << 3));
ord               783 drivers/net/wireless/intel/ipw2x00/ipw2200.c 				   priv->table2_addr + (ord << 3) +
ord               108 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_READ_SW(ww, type, ord)					\
ord               109 drivers/scsi/aic94xx/aic94xx_reg.c static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha,		\
ord               114 drivers/scsi/aic94xx/aic94xx_reg.c 	return asd_read_##ord(asd_ha, (unsigned long)map_offs);	\
ord               117 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_WRITE_SW(ww, type, ord)					\
ord               118 drivers/scsi/aic94xx/aic94xx_reg.c static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha,	\
ord               123 drivers/scsi/aic94xx/aic94xx_reg.c 	asd_write_##ord(asd_ha, (unsigned long)map_offs, val);		\
ord               197 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_WRITE_REG(type, ord)                                  \
ord               198 drivers/scsi/aic94xx/aic94xx_reg.c void asd_write_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg, type val)\
ord               206 drivers/scsi/aic94xx/aic94xx_reg.c 		asd_write_swa_##ord (asd_ha, reg,val);            \
ord               209 drivers/scsi/aic94xx/aic94xx_reg.c 		asd_write_swb_##ord (asd_ha, reg, val);           \
ord               212 drivers/scsi/aic94xx/aic94xx_reg.c 		asd_write_swc_##ord (asd_ha, reg, val);           \
ord               216 drivers/scsi/aic94xx/aic94xx_reg.c 		asd_write_swb_##ord (asd_ha, reg, val);           \
ord               247 drivers/scsi/aic94xx/aic94xx_reg.c #define ASD_READ_REG(type, ord)                                   \
ord               248 drivers/scsi/aic94xx/aic94xx_reg.c type asd_read_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg)   \
ord               257 drivers/scsi/aic94xx/aic94xx_reg.c 		val = asd_read_swa_##ord (asd_ha, reg);           \
ord               260 drivers/scsi/aic94xx/aic94xx_reg.c 		val = asd_read_swb_##ord (asd_ha, reg);           \
ord               263 drivers/scsi/aic94xx/aic94xx_reg.c 		val = asd_read_swc_##ord (asd_ha, reg);           \
ord               267 drivers/scsi/aic94xx/aic94xx_reg.c 		val = asd_read_swb_##ord (asd_ha, reg);           \
ord                59 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_READ_OCM(type, ord, S)                                    \
ord                60 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_read_ocm_##ord (struct asd_ha_struct *asd_ha,  \
ord                73 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_WRITE_OCM(type, ord, S)                                    \
ord                74 drivers/scsi/aic94xx/aic94xx_reg.h static inline void asd_write_ocm_##ord (struct asd_ha_struct *asd_ha,  \
ord                86 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_DDBSITE_READ(type, ord)                                        \
ord                87 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_ddbsite_read_##ord (struct asd_ha_struct *asd_ha,   \
ord                93 drivers/scsi/aic94xx/aic94xx_reg.h 	return asd_read_reg_##ord (asd_ha, CTXACCESS);                     \
ord               112 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_DDBSITE_WRITE(type, ord)                                       \
ord               113 drivers/scsi/aic94xx/aic94xx_reg.h static inline void asd_ddbsite_write_##ord (struct asd_ha_struct *asd_ha,  \
ord               119 drivers/scsi/aic94xx/aic94xx_reg.h 	asd_write_reg_##ord (asd_ha, CTXACCESS, val);                      \
ord               139 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_SCBSITE_READ(type, ord)                                        \
ord               140 drivers/scsi/aic94xx/aic94xx_reg.h static inline type asd_scbsite_read_##ord (struct asd_ha_struct *asd_ha,   \
ord               146 drivers/scsi/aic94xx/aic94xx_reg.h 	return asd_read_reg_##ord (asd_ha, CTXACCESS);                     \
ord               165 drivers/scsi/aic94xx/aic94xx_reg.h #define ASD_SCBSITE_WRITE(type, ord)                                       \
ord               166 drivers/scsi/aic94xx/aic94xx_reg.h static inline void asd_scbsite_write_##ord (struct asd_ha_struct *asd_ha,  \
ord               172 drivers/scsi/aic94xx/aic94xx_reg.h 	asd_write_reg_##ord (asd_ha, CTXACCESS, val);                      \
ord              3575 drivers/target/iscsi/iscsi_target.c 	int ord, cpu;
ord              3584 drivers/target/iscsi/iscsi_target.c 	ord = conn->bitmap_id % cpumask_weight(cpu_online_mask);
ord              3586 drivers/target/iscsi/iscsi_target.c 		if (ord-- == 0) {
ord              1558 fs/ext4/mballoc.c 	int ord;
ord              1590 fs/ext4/mballoc.c 		ord = mb_find_order_for_block(e4b, start);
ord              1592 fs/ext4/mballoc.c 		if (((start >> ord) << ord) == start && len >= (1 << ord)) {
ord              1594 fs/ext4/mballoc.c 			mlen = 1 << ord;
ord              1595 fs/ext4/mballoc.c 			buddy = mb_find_buddy(e4b, ord, &max);
ord              1596 fs/ext4/mballoc.c 			BUG_ON((start >> ord) >= max);
ord              1597 fs/ext4/mballoc.c 			mb_set_bit(start >> ord, buddy);
ord              1598 fs/ext4/mballoc.c 			e4b->bd_info->bb_counters[ord]--;
ord              1607 fs/ext4/mballoc.c 			ret = len | (ord << 16);
ord              1610 fs/ext4/mballoc.c 		BUG_ON(ord <= 0);
ord              1611 fs/ext4/mballoc.c 		buddy = mb_find_buddy(e4b, ord, &max);
ord              1612 fs/ext4/mballoc.c 		mb_set_bit(start >> ord, buddy);
ord              1613 fs/ext4/mballoc.c 		e4b->bd_info->bb_counters[ord]--;
ord              1615 fs/ext4/mballoc.c 		ord--;
ord              1616 fs/ext4/mballoc.c 		cur = (start >> ord) & ~1U;
ord              1617 fs/ext4/mballoc.c 		buddy = mb_find_buddy(e4b, ord, &max);
ord              1620 fs/ext4/mballoc.c 		e4b->bd_info->bb_counters[ord]++;
ord              1621 fs/ext4/mballoc.c 		e4b->bd_info->bb_counters[ord]++;
ord               204 include/linux/bitmap.h extern unsigned int bitmap_ord_to_pos(const unsigned long *bitmap, unsigned int ord, unsigned int nbits);
ord               494 include/linux/qed/qed_rdma_if.h 	u8 ord;
ord               544 include/linux/qed/qed_rdma_if.h 	u8 ord;
ord                57 include/rdma/iw_cm.h 	u8 ord;
ord               104 include/rdma/iw_cm.h 	u32 ord;
ord               747 lib/bitmap.c   unsigned int bitmap_ord_to_pos(const unsigned long *buf, unsigned int ord, unsigned int nbits)
ord               752 lib/bitmap.c   	     pos < nbits && ord;
ord               754 lib/bitmap.c   		ord--;
ord              1993 sound/pci/korg1212/korg1212.c #define MON_MIXER(ord,c_name)									\
ord              2001 sound/pci/korg1212/korg1212.c 		.private_value = ord,								\
ord              2010 sound/pci/korg1212/korg1212.c 		.private_value = ord,								\
ord              2019 sound/pci/korg1212/korg1212.c 		.private_value = ord,								\