Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc46 make32=false
49 0) make32=true
51 1) make32=false
55 make32=true
60 if $make32; then
84 if $make32; then
105 if $make32; then
143 if $make32; then
151 if $make32; then
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c64 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro
773 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
808 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()
826 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
864 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()
866 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()