Lines Matching refs:cyc2x_writeb
91 #define cyc2x_writeb(b, addr) writeb(b, addr) macro
207 cyc2x_writeb(0, hw->dpmbase); in cycx_inten()
255 cyc2x_writeb(*(u8*)buf, hw->dpmbase + addr); in cycx_poke()
292 cyc2x_writeb(*buffer++, pt_code++); in reset_load()
311 cyc2x_writeb(0xea, addr + 0x30); in cycx_start()
312 cyc2x_writeb(0x00, addr + 0x31); in cycx_start()
313 cyc2x_writeb(0xc4, addr + 0x32); in cycx_start()
314 cyc2x_writeb(0x00, addr + 0x33); in cycx_start()
315 cyc2x_writeb(0x00, addr + 0x34); in cycx_start()
326 cyc2x_writeb(0xea, pt_start++); /* jmp to f000:3f00 */ in cycx_reset_boot()
327 cyc2x_writeb(0x00, pt_start++); in cycx_reset_boot()
328 cyc2x_writeb(0xfc, pt_start++); in cycx_reset_boot()
329 cyc2x_writeb(0x00, pt_start++); in cycx_reset_boot()
330 cyc2x_writeb(0xf0, pt_start); in cycx_reset_boot()
334 cyc2x_writeb(0, addr + START_CPU); in cycx_reset_boot()
531 cyc2x_writeb(FIXED_BUFFERS, hw->dpmbase + CONF_OFFSET); in cycx_bootcfg()
564 cyc2x_writeb(0, addr + RST_ENABLE); in reset_cyc2x()
566 cyc2x_writeb(0, addr + RST_DISABLE); in reset_cyc2x()