Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dphy-packet-definitions.h32 #define PHY_CONFIG_GAP_COUNT_MASK 0x003f0000 macro
70 return (quadlet & PHY_CONFIG_GAP_COUNT_MASK) >> PHY_CONFIG_GAP_COUNT_SHIFT; in phy_packet_phy_config_get_gap_count()
75 *quadlet &= ~PHY_CONFIG_GAP_COUNT_MASK; in phy_packet_phy_config_set_gap_count()
76 *quadlet |= (gap_count << PHY_CONFIG_GAP_COUNT_SHIFT) & PHY_CONFIG_GAP_COUNT_MASK; in phy_packet_phy_config_set_gap_count()