Lines Matching refs:le16_to_cpu
237 return le16_to_cpu(*(volatile u16 *)(addr + (u_long)dev->iobase)); in INW()
541 !(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_C); in eepro100_init()
549 if (!(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_OK)) { in eepro100_init()
551 le16_to_cpu (tx_ring[tx_cur].status)); in eepro100_init()
577 for (i = 0; !(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_C); in eepro100_init()
586 if (!(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_OK)) { in eepro100_init()
588 le16_to_cpu (tx_ring[tx_cur].status)); in eepro100_init()
636 for (i = 0; !(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_C); in eepro100_send()
644 if (!(le16_to_cpu (tx_ring[tx_cur].status) & CONFIG_SYS_STATUS_OK)) { in eepro100_send()
646 le16_to_cpu (tx_ring[tx_cur].status)); in eepro100_send()
665 status = le16_to_cpu (rx_ring[rx_next].status); in eepro100_recv()