Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsun3_82586.c65 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro
774 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
809 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()
827 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
865 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()
867 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
Dni52.c134 #define make32(ptr16) ((void __iomem *)(p->memtop + (short) (ptr16))) macro
960 rbd = make32(readw(&p->rfd_top->rbd_offset)); in ni52_rcv_int()
989 rbd = make32(readw(&rbd->next)); in ni52_rcv_int()
1007 p->rfd_top = make32(readw(&p->rfd_top->next)); /* step to next RFD */ in ni52_rcv_int()
D3c523.c120 #define make32(ptr16) (p->memtop + (short) (ptr16) ) macro
980 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in elmc_rcv_int()
1010 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in elmc_rcv_int()