Home
last modified time | relevance | path

Searched defs:PHY_DEVICE_ID (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dax88796b_rust.rs45 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1861); constant
109 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881); constant
129 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_model_mask(0x003b1841); constant
H A Dqt2025.rs40 const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043a400); constant
/linux/rust/kernel/net/
H A Dphy.rs586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0); constant