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

/netbsd-current/sys/arch/mac68k/obio/
H A Dif_mc_obio.c193 psc_reg2(PSC_ENETRD_CTL) = 0x8800;
194 psc_reg2(PSC_ENETRD_CTL) = 0x1000;
195 psc_reg2(PSC_ENETRD_CMD + PSC_SET0) = 0x1100;
196 psc_reg2(PSC_ENETRD_CMD + PSC_SET1) = 0x1100;
199 psc_reg2(PSC_ENETWR_CTL) = 0x8800;
200 psc_reg2(PSC_ENETWR_CTL) = 0x1000;
201 psc_reg2(PSC_ENETWR_CMD + PSC_SET0) = 0x1100;
202 psc_reg2(PSC_ENETWR_CMD + PSC_SET1) = 0x1100;
212 psc_reg2(PSC_ENETWR_CTL) = 0x9000;
213 psc_reg2(PSC_ENETRD_CT
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpsc.c99 psc_reg2(PSC_CTLBASE + (i << 4)) = 0x8800;
100 psc_reg2(PSC_CTLBASE + (i << 4)) = 0x1000;
101 psc_reg2(PSC_CMDBASE + (i << 5)) = 0x1100;
102 psc_reg2(PSC_CMDBASE + (i << 5) + PSC_SET1) = 0x1100;
347 *rset = (psc_reg2(chan_ctrl) & 1) << 4;
353 (void)psc_reg2(rset_cmd);
358 psc_reg2(rset_cmd) = 0x8200;
360 psc_reg2(rset_cmd) = 0x200;
362 psc_reg2(rset_cmd) = 0x100;
363 psc_reg2(rset_cm
[all...]
/netbsd-current/sys/arch/mac68k/include/
H A Dpsc.h38 #define psc_reg2(r) (*((volatile u_int16_t *)(PSCBase+r))) macro

Completed in 179 milliseconds