Home
last modified time | relevance | path

Searched refs:phyd (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/phy/mediatek/
A Dphy-mtk-tphy.c804 void __iomem *phyd = u3_banks->phyd; in sata_phy_instance_init() local
808 tmp = readl(phyd + ANA_RG_CTRL_SIGNAL6); in sata_phy_instance_init()
811 writel(tmp, phyd + ANA_RG_CTRL_SIGNAL6); in sata_phy_instance_init()
823 tmp = readl(phyd + ANA_RG_CTRL_SIGNAL4); in sata_phy_instance_init()
826 writel(tmp, phyd + ANA_RG_CTRL_SIGNAL4); in sata_phy_instance_init()
833 tmp = readl(phyd + PHYD_DESIGN_OPTION2); in sata_phy_instance_init()
836 writel(tmp, phyd + PHYD_DESIGN_OPTION2); in sata_phy_instance_init()
838 tmp = readl(phyd + PHYD_DESIGN_OPTION9); in sata_phy_instance_init()
843 writel(tmp, phyd + PHYD_DESIGN_OPTION9); in sata_phy_instance_init()
845 tmp = readl(phyd + ANA_RG_CTRL_SIGNAL1); in sata_phy_instance_init()
[all …]
/linux/net/mac80211/
A Ddebugfs.c56 debugfs_create_file(#name, 0400, phyd, local, &name## _ops)
59 debugfs_create_file(#name, mode, phyd, local, &name## _ops);
649 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local
652 if (!phyd) in debugfs_hw_add()
655 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add()
683 phyd, &local->aql_threshold); in debugfs_hw_add()
685 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
/linux/net/wireless/
A Ddebugfs.c99 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
103 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add() local
/linux/drivers/net/wireless/intel/iwlegacy/
A Ddebug.c1318 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register() local
1321 dir_drv = debugfs_create_dir(name, phyd); in il_dbgfs_register()

Completed in 13 milliseconds