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

/freebsd-current/sys/dev/ppc/
H A Dppc_isa.c169 w_ctr(ppc, ctr);
267 w_ctr(ppc, ctr_sav);
H A Dppc.c185 w_ctr(ppc, ctr | PCD); /* set direction to 1 */
226 w_ctr(ppc, ctr & ~PCD); /* set direction to 0 */
254 w_ctr(ppc, ctr_sav);
260 w_ctr(ppc, ctr_sav);
270 w_ctr(ppc, 0x0c); /* To avoid missing PS2 ports */
1891 w_ctr(ppc, byte);
H A Dppcreg.h165 #define w_ctr(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_SPP_CTR, byte)) macro

Completed in 169 milliseconds