HomeSort by relevance Sort by last modified time
    Searched refs:DM9000_DATA (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/net/
dm9000x.c 147 DM9000_outb((((u8 *) data_ptr)[i] & 0xff), DM9000_DATA);
156 DM9000_outw(((u16 *) data_ptr)[i], DM9000_DATA);
164 DM9000_outl(((u32 *) data_ptr)[i], DM9000_DATA);
171 ((u8 *) data_ptr)[i] = DM9000_inb(DM9000_DATA);
180 ((u16 *) data_ptr)[i] = DM9000_inw(DM9000_DATA);
188 ((u32 *) data_ptr)[i] = DM9000_inl(DM9000_DATA);
197 tmpdata = DM9000_inl(DM9000_DATA);
206 *RxStatus = __le16_to_cpu(DM9000_inw(DM9000_DATA));
207 *RxLen = __le16_to_cpu(DM9000_inw(DM9000_DATA));
215 __le16_to_cpu(DM9000_inb(DM9000_DATA)
    [all...]
  /external/u-boot/include/configs/
at91sam9261ek.h 79 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)
devkit8000.h 54 #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400)
colibri_pxa270.h 71 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)
M5253DEMO.h 59 # define DM9000_DATA (CONFIG_DM9000_BASE + 4)
pm9261.h 185 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)

Completed in 200 milliseconds