Home
last modified time | relevance | path

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

/linux/drivers/firewire/
A Dphy-packet-definitions.h30 #define PHY_CONFIG_GAP_COUNT_OPTIMIZATION_MASK 0x00400000 macro
59 …return (quadlet & PHY_CONFIG_GAP_COUNT_OPTIMIZATION_MASK) >> PHY_CONFIG_GAP_COUNT_OPTIMIZATION_SHI… in phy_packet_phy_config_get_gap_count_optimization()
64 *quadlet &= ~PHY_CONFIG_GAP_COUNT_OPTIMIZATION_MASK; in phy_packet_phy_config_set_gap_count_optimization()
65 …_optimization << PHY_CONFIG_GAP_COUNT_OPTIMIZATION_SHIFT) & PHY_CONFIG_GAP_COUNT_OPTIMIZATION_MASK; in phy_packet_phy_config_set_gap_count_optimization()

Completed in 4 milliseconds