box_mask           46 lib/packing.c  				       int *box_end_bit, u8 *box_mask)
box_mask           57 lib/packing.c  	*box_mask = GENMASK_ULL(new_box_start_bit, new_box_end_bit);
box_mask          134 lib/packing.c  		u8  box_mask;
box_mask          162 lib/packing.c  		box_mask  = GENMASK_ULL(box_start_bit, box_end_bit);
box_mask          180 lib/packing.c  			pval = ((u8 *)pbuf)[box_addr] & box_mask;
box_mask          185 lib/packing.c  							   &box_mask);
box_mask          201 lib/packing.c  							   &box_mask);
box_mask          204 lib/packing.c  			((u8 *)pbuf)[box_addr] &= ~box_mask;