Home
last modified time | relevance | path

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

/drivers/soc/fsl/qe/
Dqe_io.c52 u32 new_mask2bits; in __par_io_config_pin() local
75 new_mask2bits = (u32) (dir << (QE_PIO_PINS - in __par_io_config_pin()
82 qe_iowrite32be(new_mask2bits | tmp_val, &par_io->cpdir2); in __par_io_config_pin()
86 qe_iowrite32be(new_mask2bits | tmp_val, &par_io->cpdir1); in __par_io_config_pin()
93 new_mask2bits = (u32) (assignment << (QE_PIO_PINS - in __par_io_config_pin()
99 qe_iowrite32be(new_mask2bits | tmp_val, &par_io->cppar2); in __par_io_config_pin()
103 qe_iowrite32be(new_mask2bits | tmp_val, &par_io->cppar1); in __par_io_config_pin()