Lines Matching refs:cpu_to_le32
247 *(volatile u32 *)((addr + (u_long)dev->iobase)) = cpu_to_le32(command); in OUTL()
527 cfg_cmd->link = cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_init()
563 ias_cmd->link = cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_init()
616 tx_ring[tx_cur].count = cpu_to_le32 (tx_threshold); in eepro100_send()
618 cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_send()
620 cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_cur].tx_buf_addr0)); in eepro100_send()
622 cpu_to_le32 (phys_to_bus ((u_long) packet)); in eepro100_send()
623 tx_ring[tx_cur].tx_buf_size0 = cpu_to_le32 (length); in eepro100_send()
691 rx_ring[rx_next].count = cpu_to_le32 (PKTSIZE_ALIGN << 16); in eepro100_recv()
882 cpu_to_le32 (phys_to_bus in init_rx_ring()
885 rx_ring[i].count = cpu_to_le32 (PKTSIZE_ALIGN << 16); in init_rx_ring()