Searched refs:cyc2x_writeb (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | cycx_drv.c | 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() [all …]
|