Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Ddm9000x.c157 DM9000_outw(((u16 *) data_ptr)[i], DM9000_DATA); in dm9000_outblk_16bit()
172 ((u8 *) data_ptr)[i] = DM9000_inb(DM9000_DATA); in dm9000_inblk_8bit()
198 tmpdata = DM9000_inl(DM9000_DATA); in dm9000_rx_status_32bit()
208 *RxLen = __le16_to_cpu(DM9000_inw(DM9000_DATA)); in dm9000_rx_status_16bit()
216 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit()
217 (DM9000_inb(DM9000_DATA) << 8)); in dm9000_rx_status_8bit()
219 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit()
220 (DM9000_inb(DM9000_DATA) << 8)); in dm9000_rx_status_8bit()
479 rxbyte = DM9000_inb(DM9000_DATA) & 0x03; in dm9000_rx()
570 return DM9000_inb(DM9000_DATA); in DM9000_ior()
[all …]
/u-boot/include/configs/
A Dci20.h39 #define DM9000_DATA (CONFIG_DM9000_BASE + 2) macro
A Ddevkit8000.h49 #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400) macro
A Dat91sam9261ek.h77 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
A Dcolibri_pxa270.h66 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
A DM5253DEMO.h50 # define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro
A Dpm9261.h180 #define DM9000_DATA (CONFIG_DM9000_BASE + 4) macro

Completed in 12 milliseconds