Home
last modified time | relevance | path

Searched refs:ms_type (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rts5139/
Drts51x_chip.h556 (((ms_card)->ms_type & 0xFF) == TYPE_MSPRO)
558 (CHK_MSPRO(ms_card) && (((ms_card)->ms_type & HG8BIT) == HG8BIT))
560 (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_XC))
562 (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
564 #define CHK_MS8BIT(ms_card) (((ms_card)->ms_type & MS_8BIT))
565 #define CHK_MS4BIT(ms_card) (((ms_card)->ms_type & MS_4BIT))
576 u16 ms_type; member
Dms.c575 ms_card->ms_type = 0; in ms_prepare_reset()
697 ms_card->ms_type |= TYPE_MSPRO; in ms_identify_media_type()
703 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
706 ms_card->ms_type |= MS_HG; in ms_identify_media_type()
708 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
802 ms_card->ms_type |= MS_8BIT; in ms_switch_8bit_bus()
1053 ms_card->ms_type |= MS_XC;
2041 ms_card->ms_type |= TYPE_MS;
2193 ms_card->ms_type |= MS_4BIT;
2616 ms_card->ms_type = 0;
[all …]
/drivers/net/ethernet/intel/igb/
De1000_hw.h434 enum e1000_ms_type ms_type; member
De1000_phy.c792 switch (phy->ms_type) { in igb_copper_link_setup_igp()
2449 switch (hw->phy.ms_type) { in igb_set_master_slave_mode()
Digb_main.c2111 hw->phy.ms_type = e1000_ms_hw_default; in igb_probe()
/drivers/net/ethernet/intel/e1000e/
Dhw.h573 enum e1000_ms_type ms_type; member
Dphy.c625 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
Dnetdev.c6630 adapter->hw.phy.ms_type = e1000_ms_hw_default; in e1000_probe()