Searched refs:make32 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sun3_82586.c | 65 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro 755 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int() 791 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int() 809 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int() 847 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int() 849 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
|
D | ni52.c | 135 #define make32(ptr16) (p->memtop + (short) (ptr16) ) macro 905 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in ni52_rcv_int() 943 rbd = (struct rbd_struct *) make32(rbd->next); in ni52_rcv_int() 961 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in ni52_rcv_int() 999 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in ni52_rcv_int() 1001 rfds = (struct rfd_struct *) make32(rfds->next); in ni52_rcv_int()
|
D | 3c523.c | 122 #define make32(ptr16) (p->memtop + (short) (ptr16) ) macro 963 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in elmc_rcv_int() 995 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in elmc_rcv_int()
|
/linux-2.4.37.9/drivers/cdrom/ |
D | sbpcd.c | 929 static INLINE u_int make32(u_int rh, u_int rl) in make32() function 2459 D_S[d].SubQ_run_tot=make32(make16(0,infobuf[i]),make16(infobuf[i+1],infobuf[i+2])); /* msf-bin */ in cc_ReadSubQ() 2464 D_S[d].SubQ_run_trk=make32(make16(0,infobuf[i]),make16(infobuf[i+1],infobuf[i+2])); /* msf-bin */ in cc_ReadSubQ() 2738 …if (fam1_drive) D_S[d].CDsize_frm=msf2blk(make32(make16(0,infobuf[0]),make16(infobuf[1],infobuf[2]… in cc_ReadCapacity() 2739 else if (fam0_drive) D_S[d].CDsize_frm=make32(make16(0,infobuf[0]),make16(infobuf[1],infobuf[2])); in cc_ReadCapacity() 2741 …else if (fam2_drive) D_S[d].CDsize_frm=make32(make16(infobuf[0],infobuf[1]),make16(infobuf[2],info… in cc_ReadCapacity() 2804 D_S[d].lba_multi=msf2blk(make32(make16(0,infobuf[5]),make16(infobuf[6],infobuf[7]))); in cc_ReadTocDescr() 2822 D_S[d].msf_multi_n[count]=make32(make16(0,infobuf[5]),make16(infobuf[6],infobuf[7])); in cc_ReadTocDescr() 2835 D_S[d].size_msf=make32(make16(0,infobuf[2]),make16(infobuf[3],infobuf[4])); in cc_ReadTocDescr() 2841 D_S[d].size_msf=make32(make16(infobuf[8],infobuf[9]),make16(infobuf[10],infobuf[11])); in cc_ReadTocDescr() [all …]
|