Searched refs:ms_type (Results 1 – 8 of 8) sorted by relevance
562 #define CHK_MSPRO(ms_card) (((ms_card)->ms_type & 0xFF) == TYPE_MSPRO)564 (((ms_card)->ms_type & HG8BIT) == HG8BIT))566 ((ms_card)->ms_type & MS_XC))568 ((ms_card)->ms_type & MS_HG))570 #define CHK_MS8BIT(ms_card) (((ms_card)->ms_type & MS_8BIT))571 #define CHK_MS4BIT(ms_card) (((ms_card)->ms_type & MS_4BIT))582 u16 ms_type; member
497 ms_card->ms_type = 0; in ms_prepare_reset()650 ms_card->ms_type |= TYPE_MSPRO; in ms_identify_media_type()658 ms_card->ms_type &= 0x0F; in ms_identify_media_type()661 ms_card->ms_type |= MS_HG; in ms_identify_media_type()663 ms_card->ms_type &= 0x0F; in ms_identify_media_type()761 ms_card->ms_type |= MS_8BIT; in ms_switch_8bit_bus()1012 ms_card->ms_type |= MS_XC;1892 ms_card->ms_type |= TYPE_MS;2084 ms_card->ms_type |= MS_4BIT;2509 ms_card->ms_type = 0;[all …]
409 enum e1000_ms_type ms_type; member
829 switch (phy->ms_type) { in igb_copper_link_setup_igp()2615 switch (hw->phy.ms_type) { in igb_set_master_slave_mode()
3263 hw->phy.ms_type = e1000_ms_hw_default; in igb_probe()
610 enum e1000_ms_type ms_type; member
600 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
7518 adapter->hw.phy.ms_type = e1000_ms_hw_default; in e1000_probe()