Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx_chip.h543 #define CHK_MSPRO(ms_card) (((ms_card)->ms_type & 0xFF) == TYPE_MSPRO)
544 #define CHK_HG8BIT(ms_card) (CHK_MSPRO(ms_card) && (((ms_card)->ms_type & HG8BIT) == HG8BIT))
545 #define CHK_MSXC(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_XC))
546 #define CHK_MSHG(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
548 #define CHK_MS8BIT(ms_card) (((ms_card)->ms_type & MS_8BIT))
549 #define CHK_MS4BIT(ms_card) (((ms_card)->ms_type & MS_4BIT))
560 u16 ms_type; member
Dms.c477 ms_card->ms_type = 0; in ms_prepare_reset()
602 ms_card->ms_type |= TYPE_MSPRO; in ms_identify_media_type()
607 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
610 ms_card->ms_type |= MS_HG; in ms_identify_media_type()
612 ms_card->ms_type &= 0x0F; in ms_identify_media_type()
710 ms_card->ms_type |= MS_8BIT; in ms_switch_8bit_bus()
967 ms_card->ms_type |= MS_XC; in ms_read_attribute_info()
1855 ms_card->ms_type |= TYPE_MS; in reset_ms()
2044 ms_card->ms_type |= MS_4BIT; in reset_ms()
2471 ms_card->ms_type = 0; in reset_ms_card()
[all …]
/linux-2.6.39/drivers/net/igb/
De1000_hw.h397 enum e1000_ms_type ms_type; member
De1000_phy.c772 switch (phy->ms_type) { in igb_copper_link_setup_igp()
Digb_main.c1905 hw->phy.ms_type = e1000_ms_hw_default; in igb_probe()
/linux-2.6.39/drivers/net/e1000e/
Dhw.h861 enum e1000_ms_type ms_type; member
Dphy.c887 switch (phy->ms_type) { in e1000e_copper_link_setup_igp()
Dnetdev.c5916 adapter->hw.phy.ms_type = e1000_ms_hw_default; in e1000_probe()