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

/netbsd-current/sys/arch/dreamcast/dev/microcode/
H A Daica_arm.c53 #define CH_WRITE_1(ch,off,val) REG_WRITE_1(((ch) << 7) + (off), val) macro
310 CH_WRITE_1(0, 0x24, 0); /* middle
354 CH_WRITE_1(0, 0x29, 0xff - (aicacmd->l_param & 0xff));
355 CH_WRITE_1(1, 0x29, 0xff - (aicacmd->r_param & 0xff));

Completed in 123 milliseconds