Home
last modified time | relevance | path

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

/openbmc/openbmc/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
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c66 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro
770 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
805 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()
823 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
861 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()
863 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()