Searched refs:mac_reset (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/pci/controller/ |
| H A D | pcie-mediatek-gen3.c | 201 struct reset_control *mac_reset; member 900 pcie->mac_reset = devm_reset_control_get_optional_exclusive(dev, "mac"); in mtk_pcie_parse_port() 901 if (IS_ERR(pcie->mac_reset)) { in mtk_pcie_parse_port() 902 ret = PTR_ERR(pcie->mac_reset); in mtk_pcie_parse_port() 1059 reset_control_assert(pcie->mac_reset); in mtk_pcie_power_up() 1083 reset_control_deassert(pcie->mac_reset); in mtk_pcie_power_up() 1099 reset_control_assert(pcie->mac_reset); in mtk_pcie_power_up() 1116 reset_control_assert(pcie->mac_reset); in mtk_pcie_power_down()
|
| /linux-6.15/arch/m68k/mac/ |
| H A D | misc.c | 454 void mac_reset(void) in mac_reset() function 477 unsigned long virt = (unsigned long) mac_reset; in mac_reset() 478 unsigned long phys = virt_to_phys(mac_reset); in mac_reset()
|
| H A D | config.c | 134 mach_reset = mac_reset; in config_mac()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | macintosh.h | 16 extern void mac_reset(void);
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | vsc7326.c | 423 static int mac_reset(struct cmac *mac) in mac_reset() function 551 mac_reset(mac); in mac_disable() 667 .reset = mac_reset,
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | lmac_common.h | 129 int (*mac_reset)(void *cgxd, int lmac_id, u8 pf_req_flr); member
|
| H A D | rpm.c | 40 .mac_reset = rpm_lmac_reset, 75 .mac_reset = rpm_lmac_reset,
|
| H A D | rvu_cgx.c | 1348 if (mac_ops->mac_reset(cgxd, lmac, !is_vf(pcifunc))) in rvu_mac_reset()
|
| H A D | cgx.c | 1895 .mac_reset = cgx_lmac_reset,
|
| /linux-6.15/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 377 struct reset_control *mac_reset; member 955 reset_control_assert(ag->mac_reset); in ag71xx_fast_reset() 957 reset_control_deassert(ag->mac_reset); in ag71xx_fast_reset() 1360 reset_control_assert(ag->mac_reset); in ag71xx_hw_init() 1362 reset_control_deassert(ag->mac_reset); in ag71xx_hw_init() 1834 ag->mac_reset = devm_reset_control_get(&pdev->dev, "mac"); in ag71xx_probe() 1835 if (IS_ERR(ag->mac_reset)) in ag71xx_probe() 1836 return dev_err_probe(&pdev->dev, PTR_ERR(ag->mac_reset), in ag71xx_probe()
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa_defs_svc.h | 459 u32 mac_reset; /* # of MAC reset to bring lnk up */ member
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-driver-mlxreg-io | 483 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/mac_reset 490 When mac_reset is written 1, the ASIC MT52132 is released
|