Searched refs:new_with_exact_mask (Results 1 – 3 of 3) sorted by relevance
45 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1861);109 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881);
40 const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043a400);
700 pub const fn new_with_exact_mask(id: u32) -> Self { in new_with_exact_mask() method