Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D82596.c118 #define WSWAPscb(x) ((struct i596_scb *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
128 #define WSWAPscb(x) ((struct i596_scb *)((long)x)) macro
686 lp->iscp.scb = WSWAPscb(virt_to_bus((void *)&lp->scb)); in init_i596_mem()