Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx_chip.h551 #define CHK_MSPRO(ms_card) (((ms_card)->ms_type & 0xFF) == TYPE_MSPRO)
552 #define CHK_HG8BIT(ms_card) (CHK_MSPRO(ms_card) && (((ms_card)->ms_type & HG8BIT) == HG8BIT))
553 #define CHK_MSXC(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_XC))
554 #define CHK_MSHG(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
556 #define CHK_MS8BIT(ms_card) (((ms_card)->ms_type & MS_8BIT))
557 #define CHK_MS4BIT(ms_card) (((ms_card)->ms_type & MS_4BIT))
568 u16 ms_type; member
Dms.c549 ms_card->ms_type = 0; in ms_prepare_reset()
728 ms_card->ms_type |= TYPE_MSPRO; in ms_identify_media_type()
737 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
740 ms_card->ms_type |= MS_HG; in ms_identify_media_type()
742 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
855 ms_card->ms_type |= MS_8BIT; in ms_switch_8bit_bus()
1157 ms_card->ms_type |= MS_XC; in ms_read_attribute_info()
2173 ms_card->ms_type |= TYPE_MS; in reset_ms()
2385 ms_card->ms_type |= MS_4BIT; in reset_ms()
2839 ms_card->ms_type = 0; in reset_ms_card()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h427 enum e1000_ms_type ms_type; member
De1000_phy.c850 switch (phy->ms_type) { in igb_copper_link_setup_igp()
2495 switch (hw->phy.ms_type) { in igb_set_master_slave_mode()
Digb_main.c2350 hw->phy.ms_type = e1000_ms_hw_default; in igb_probe()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h582 enum e1000_ms_type ms_type; member
Dphy.c618 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
Dnetdev.c6887 adapter->hw.phy.ms_type = e1000_ms_hw_default; in e1000_probe()