Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_test.c251 if (bdp->flags & IS_ICH && loopback_mode == PHY_LOOPBACK) in e100_diag_config_loopback()
De100.h476 #define IS_ICH 0x00000020 macro
De100_phy.c192 if (!(bdp->flags & IS_ICH)) { in e100_phy_id_detect()
De100_main.c623 bdp->flags |= IS_ICH; in e100_found1()
2297 if ((bdp->flags & IS_ICH) && in e100_start_cu()
2304 (bdp->flags & IS_BACHELOR) && (!(bdp->flags & IS_ICH))) { in e100_start_cu()
2857 if (bdp->flags & IS_ICH) in e100_load_microcode()