Searched refs:SMI_EN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | mdio-octeon.c | 55 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_probe() 75 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_probe() 88 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_remove()
|
H A D | mdio-thunder.c | 92 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in thunder_mdiobus_pci_probe() 130 oct_mdio_writeq(0, bus->register_base + SMI_EN); in thunder_mdiobus_pci_remove()
|
H A D | mdio-cavium.h | 16 #define SMI_EN 0x20 macro
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-octeon.c | 55 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_probe() 77 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_probe() 90 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in octeon_mdiobus_remove()
|
H A D | mdio-thunder.c | 92 oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); in thunder_mdiobus_pci_probe() 132 oct_mdio_writeq(0, bus->register_base + SMI_EN); in thunder_mdiobus_pci_remove()
|
H A D | mdio-cavium.h | 16 #define SMI_EN 0x20 macro
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | iTCO_wdt.c | 75 #define SMI_EN(p) ((p)->smi_res->start) macro 494 /* The TCO logic uses the TCO_EN bit in the SMI_EN register */ in iTCO_wdt_probe() 499 (u64)SMI_EN(p)); in iTCO_wdt_probe() 536 val32 = inl(SMI_EN(p)); in iTCO_wdt_probe() 538 outl(val32, SMI_EN(p)); in iTCO_wdt_probe()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | iTCO_wdt.c | 73 #define SMI_EN(p) ((p)->smi_res->start) macro 490 /* The TCO logic uses the TCO_EN bit in the SMI_EN register */ in iTCO_wdt_probe() 495 (u64)SMI_EN(p)); in iTCO_wdt_probe() 529 val32 = inl(SMI_EN(p)); in iTCO_wdt_probe() 531 outl(val32, SMI_EN(p)); in iTCO_wdt_probe()
|
Completed in 4 milliseconds