Searched refs:cycx_poke (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/linux/ |
D | cycx_drv.h | 60 extern int cycx_poke(struct cycx_hw *hw, u32 addr, void *buf, u32 len);
|
/linux-2.6.39/drivers/net/wan/ |
D | cycx_x25.c | 727 cycx_poke(&card->hw, 0, &z, sizeof(z)); in cycx_x25_irq_handler() 728 cycx_poke(&card->hw, X25_RXMBOX_OFFS, &z, sizeof(z)); in cycx_x25_irq_handler() 1051 cycx_poke(&card->hw, X25_MBOX_OFFS, &c, sizeof(c) - sizeof(c.buf)); in x25_exec() 1055 cycx_poke(&card->hw, addr, d1, len1); in x25_exec() 1061 cycx_poke(&card->hw, addr + len1, d2, 249); in x25_exec() 1062 cycx_poke(&card->hw, addr1, ((u8*)d2) + 249, in x25_exec() 1065 cycx_poke(&card->hw, addr + len1, d2, len2); in x25_exec()
|
D | cycx_drv.c | 232 EXPORT_SYMBOL(cycx_poke); 233 int cycx_poke(struct cycx_hw *hw, u32 addr, void *buf, u32 len) in cycx_poke() function
|