Home
last modified time | relevance | path

Searched refs:cmd_regs (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/cell/
Diommu.c114 void __iomem *cmd_regs; member
387 iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset; in cell_iommu_enable_hardware()
412 reg = in_be64(iommu->cmd_regs + IOC_IOCmd_Cfg) | IOC_IOCmd_Cfg_TE; in cell_iommu_enable_hardware()
413 out_be64(iommu->cmd_regs + IOC_IOCmd_Cfg, reg); in cell_iommu_enable_hardware()
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_ht.c539 static const u16 cmd_regs[3] = { B43_PHY_HT_TXPCTL_CMD_C1, in b43_phy_ht_tx_power_ctl() local
560 b43_phy_write(dev, cmd_regs[i], 0x32); in b43_phy_ht_tx_power_ctl()
566 b43_phy_write(dev, cmd_regs[i], in b43_phy_ht_tx_power_ctl()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1311 struct pbf_pN_cmd_regs cmd_regs[] = { in bnx2x_tx_hw_flushed() local
1365 for (i = 0; i < ARRAY_SIZE(cmd_regs); i++) in bnx2x_tx_hw_flushed()
1366 bnx2x_pbf_pN_cmd_flushed(bp, &cmd_regs[i], poll_count); in bnx2x_tx_hw_flushed()