Searched refs:new_mask2bits (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dqe_io.c58 u32 new_mask2bits; local
81 new_mask2bits = (u32) (dir << (QE_PIO_PINS -
89 out_be32(&par_io->cpdir2, new_mask2bits | tmp_val);
94 out_be32(&par_io->cpdir1, new_mask2bits | tmp_val);
101 new_mask2bits = (u32) (assignment << (QE_PIO_PINS -
108 out_be32(&par_io->cppar2, new_mask2bits | tmp_val);
113 out_be32(&par_io->cppar1, new_mask2bits | tmp_val);

Completed in 51 milliseconds