Searched refs:PIA_DDR (Results 1 – 2 of 2) sorted by relevance
202 pia(p)->crb |= PIA_DDR; /* make data register visible - default */ in mfc3_data_forward()224 pia(p)->crb &= ~PIA_DDR; in mfc3_save_state()226 pia(p)->crb |= PIA_DDR; in mfc3_save_state()228 pia(p)->cra &= ~PIA_DDR; in mfc3_save_state()230 pia(p)->cra |= PIA_DDR; in mfc3_save_state()236 pia(p)->crb &= ~PIA_DDR; in mfc3_restore_state()238 pia(p)->crb |= PIA_DDR; in mfc3_restore_state()240 pia(p)->cra &= ~PIA_DDR; in mfc3_restore_state()242 pia(p)->cra |= PIA_DDR; in mfc3_restore_state()301 pp->crb = PIA_DDR|32|8; in parport_mfc3_init()[all …]
48 #define PIA_DDR (1<<2) macro