Lines Matching refs:cpu_to_le32
295 *(vu_long *) ((addr + dev->iobase)) = cpu_to_le32(command); in OUTL()
622 txd.bufptr = cpu_to_le32((u32) & txb[0]); in ns8382x_init_txd()
649 cpu_to_le32((i + 1 < in ns8382x_init_rxd()
653 rxd[i].extsts = cpu_to_le32((u32) 0x0); in ns8382x_init_rxd()
654 rxd[i].cmdsts = cpu_to_le32((u32) RX_BUF_SIZE); in ns8382x_init_rxd()
655 rxd[i].bufptr = cpu_to_le32((u32) & rxb[i * RX_BUF_SIZE]); in ns8382x_init_rxd()
749 txd.link = cpu_to_le32(0x0); in ns8382x_send()
750 txd.bufptr = cpu_to_le32(phys_to_bus((u32)packet)); in ns8382x_send()
751 txd.extsts = cpu_to_le32(0x0); in ns8382x_send()
752 txd.cmdsts = cpu_to_le32(DescOwn | length); in ns8382x_send()
824 rxd[cur_rx].cmdsts = cpu_to_le32(RX_BUF_SIZE); in ns8382x_poll()
825 rxd[cur_rx].bufptr = cpu_to_le32((u32) & rxb[cur_rx * RX_BUF_SIZE]); in ns8382x_poll()