Searched refs:PIA_DDR (Results 1 – 2 of 2) sorted by relevance
203 pia(p)->crb |= PIA_DDR; /* make data register visible - default */ in mfc3_data_forward()225 pia(p)->crb &= ~PIA_DDR; in mfc3_save_state()227 pia(p)->crb |= PIA_DDR; in mfc3_save_state()229 pia(p)->cra &= ~PIA_DDR; in mfc3_save_state()231 pia(p)->cra |= PIA_DDR; in mfc3_save_state()237 pia(p)->crb &= ~PIA_DDR; in mfc3_restore_state()239 pia(p)->crb |= PIA_DDR; in mfc3_restore_state()241 pia(p)->cra &= ~PIA_DDR; in mfc3_restore_state()243 pia(p)->cra |= PIA_DDR; in mfc3_restore_state()302 pp->crb = PIA_DDR|32|8; in parport_mfc3_init()[all …]
48 #define PIA_DDR (1<<2) macro