Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A D82596.c114 #define WSWAPscb(x) ((struct i596_scb *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
131 #define WSWAPscb(x) ((struct i596_scb *)((long)x))
664 lp->iscp.scb = WSWAPscb(virt_to_bus((void *)&lp->scb)); in init_i596_mem()