Home
last modified time | relevance | path

Searched refs:DM9000_PIDL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddm9000x.h43 #define DM9000_PIDL 0x2A macro
H A Ddm9000x.c231 id_val |= DM9000_ior(DM9000_PIDL) << 16; in dm9000_probe()
274 if ((DM9000_ior(DM9000_PIDL) != 0x0) || in dm9000_reset()
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h43 #define DM9000_PIDL 0x2A macro
H A Ddm9000.c1616 id_val |= (u32)ior(db, DM9000_PIDL) << 16; in dm9000_probe()