new_mask2bits      53 drivers/soc/fsl/qe/qe_io.c 	u32 new_mask2bits;
new_mask2bits      76 drivers/soc/fsl/qe/qe_io.c 	new_mask2bits = (u32) (dir << (QE_PIO_PINS -
new_mask2bits      84 drivers/soc/fsl/qe/qe_io.c 		out_be32(&par_io->cpdir2, new_mask2bits | tmp_val);
new_mask2bits      89 drivers/soc/fsl/qe/qe_io.c 		out_be32(&par_io->cpdir1, new_mask2bits | tmp_val);
new_mask2bits      96 drivers/soc/fsl/qe/qe_io.c 	new_mask2bits = (u32) (assignment << (QE_PIO_PINS -
new_mask2bits     103 drivers/soc/fsl/qe/qe_io.c 		out_be32(&par_io->cppar2, new_mask2bits | tmp_val);
new_mask2bits     108 drivers/soc/fsl/qe/qe_io.c 		out_be32(&par_io->cppar1, new_mask2bits | tmp_val);