Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxbow.c162 xbow_mlreset(xbow_t * xbow) in xbow_mlreset() argument
171 xbow_set_simulated_regs(xbow_t *xbow, int port) in xbow_set_simulated_regs() argument
176 xbow->xb_link(port).link_status = (1<<31); in xbow_set_simulated_regs()
180 xbow->xb_link(port).link_aux_status = XB_AUX_STAT_PRESENT; in xbow_set_simulated_regs()
184 xbow->xb_link(port).link_control = 0x0; in xbow_set_simulated_regs()
207 xbow_t *xbow; in xbow_attach() local
234 xbow = (xbow_t *) kmalloc(sizeof(xbow_t), GFP_KERNEL); in xbow_attach()
238 xbow_set_simulated_regs(xbow, 0xe); in xbow_attach()
239 xbow_set_simulated_regs(xbow, 0xf); in xbow_attach()
241 xbow = (xbow_t *) xtalk_piotrans_addr(conn, 0, 0, sizeof(xbow_t), 0); in xbow_attach()
[all …]
DMakefile18 xbow.o xtalk.o shubio.o ioc4/ioc4_if.o
Dml_iograph.c347 slotid_t get_widget_slotnum(int xbow, int widget); in io_xswitch_widget_init()
/linux-2.4.37.9/include/asm-ia64/sn/xtalk/
Dxbow.h786 extern int xbow_widget_present(xbow_t * xbow, int port);