Home
last modified time | relevance | path

Searched refs:xbow_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxbow.c67 xbow_t *base; /* PIO pointer to crossbow chip */
93 void xbow_mlreset(xbow_t *);
96 int xbow_widget_present(xbow_t *, int);
97 static int xbow_link_alive(xbow_t *, int);
162 xbow_mlreset(xbow_t * xbow) in xbow_mlreset()
171 xbow_set_simulated_regs(xbow_t *xbow, int port) in xbow_set_simulated_regs()
207 xbow_t *xbow; in xbow_attach()
233 … printk("xbow_attach: XBRIDGE_REGS_SIM FIXME: allocating %ld bytes for xbow_s\n", sizeof(xbow_t)); in xbow_attach()
234 xbow = (xbow_t *) kmalloc(sizeof(xbow_t), GFP_KERNEL); in xbow_attach()
241 xbow = (xbow_t *) xtalk_piotrans_addr(conn, 0, 0, sizeof(xbow_t), 0); in xbow_attach()
[all …]
/linux-2.4.37.9/include/asm-ia64/sn/xtalk/
Dxbow.h210 } xbow_t; typedef
786 extern int xbow_widget_present(xbow_t * xbow, int port);
790 void xbow_mlreset(xbow_t *);