Home
last modified time | relevance | path

Searched refs:DM9000_DATA (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddm9000x.c156 DM9000_outw(((u16 *) data_ptr)[i], DM9000_DATA); in dm9000_outblk_16bit()
171 ((u8 *) data_ptr)[i] = DM9000_inb(DM9000_DATA); in dm9000_inblk_8bit()
197 tmpdata = DM9000_inl(DM9000_DATA); in dm9000_rx_status_32bit()
207 *RxLen = __le16_to_cpu(DM9000_inw(DM9000_DATA)); in dm9000_rx_status_16bit()
215 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit()
216 (DM9000_inb(DM9000_DATA) << 8)); in dm9000_rx_status_8bit()
218 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit()
219 (DM9000_inb(DM9000_DATA) << 8)); in dm9000_rx_status_8bit()
478 rxbyte = DM9000_inb(DM9000_DATA) & 0x03; in dm9000_rx()
569 return DM9000_inb(DM9000_DATA); in DM9000_ior()
[all …]
/openbmc/u-boot/include/configs/
H A Dci20.h41 #define DM9000_DATA (CONFIG_DM9000_BASE + 2) macro
H A Ddevkit8000.h51 #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400) macro
H A Dat91sam9261ek.h77 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
H A Dcolibri_pxa270.h71 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
H A DM5253DEMO.h59 # define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
H A Dpm9261.h181 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro