Home
last modified time | relevance | path

Searched refs:cycxhw_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcycx_drv.h53 } cycxhw_t; typedef
56 extern int cycx_setup (cycxhw_t *hw, void *sfm, u32 len);
57 extern int cycx_down (cycxhw_t *hw);
58 extern int cycx_peek (cycxhw_t *hw, u32 addr, void *buf, u32 len);
59 extern int cycx_poke (cycxhw_t *hw, u32 addr, void *buf, u32 len);
62 extern void cycx_inten (cycxhw_t *hw);
63 extern void cycx_intr (cycxhw_t *hw);
Dcyclomx.h48 cycxhw_t hw; /* hardware configuration */
/linux-2.4.37.9/drivers/net/wan/
Dcycx_drv.c76 static int load_cyc2x(cycxhw_t *hw, cfm_t *cfm, u32 len);
77 static void cycx_bootcfg(cycxhw_t *hw);
152 int cycx_setup(cycxhw_t *hw, void *cfm, u32 len) in cycx_setup()
196 int cycx_down(cycxhw_t *hw) in cycx_down()
205 void cycx_inten(cycxhw_t *hw) in cycx_inten()
212 void cycx_intr(cycxhw_t *hw) in cycx_intr()
239 int cycx_peek(cycxhw_t *hw, u32 addr, void *buf, u32 len) in cycx_peek()
252 int cycx_poke(cycxhw_t *hw, u32 addr, void *buf, u32 len) in cycx_poke()
401 static int load_cyc2x(cycxhw_t *hw, cfm_t *cfm, u32 len) in load_cyc2x()
528 static void cycx_bootcfg(cycxhw_t *hw) in cycx_bootcfg()
Dcycx_main.c224 memset(&card->hw, 0, sizeof(cycxhw_t)); in setup()