Home
last modified time | relevance | path

Searched refs:new_with_exact_mask (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);
109 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881);
H A Dqt2025.rs40 const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043a400);
/linux/rust/kernel/net/
H A Dphy.rs700 pub const fn new_with_exact_mask(id: u32) -> Self { in new_with_exact_mask() method