Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-cadence-xspi.c242 u32 cmd_regs[6]) in cdns_xspi_trigger_command()
349 u32 cmd_regs[6]; in cdns_xspi_send_stig_command() local
363 memset(cmd_regs, 0, sizeof(cmd_regs)); in cdns_xspi_send_stig_command()
367 cmd_regs[4] = CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_4(op, in cdns_xspi_send_stig_command()
370 cdns_xspi_trigger_command(cdns_xspi, cmd_regs); in cdns_xspi_send_stig_command()
373 cmd_regs[0] = CDNS_XSPI_STIG_DONE_FLAG; in cdns_xspi_send_stig_command()
374 cmd_regs[1] = CDNS_XSPI_CMD_FLD_DSEQ_CMD_1(op); in cdns_xspi_send_stig_command()
375 cmd_regs[2] = CDNS_XSPI_CMD_FLD_DSEQ_CMD_2(op); in cdns_xspi_send_stig_command()
376 cmd_regs[3] = CDNS_XSPI_CMD_FLD_DSEQ_CMD_3(op); in cdns_xspi_send_stig_command()
377 cmd_regs[4] = CDNS_XSPI_CMD_FLD_DSEQ_CMD_4(op, in cdns_xspi_send_stig_command()
[all …]
/linux/arch/powerpc/platforms/cell/
A 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/drivers/net/wireless/broadcom/b43/
A 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/drivers/usb/cdns3/
A Dcdnsp-ring.c790 u32 portsc, cmd_regs; in cdnsp_handle_port_status() local
823 cmd_regs = readl(&pdev->op_regs->command); in cdnsp_handle_port_status()
824 if (!(cmd_regs & CMD_R_S)) in cdnsp_handle_port_status()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c1322 struct pbf_pN_cmd_regs cmd_regs[] = { in bnx2x_tx_hw_flushed() local
1376 for (i = 0; i < ARRAY_SIZE(cmd_regs); i++) in bnx2x_tx_hw_flushed()
1377 bnx2x_pbf_pN_cmd_flushed(bp, &cmd_regs[i], poll_count); in bnx2x_tx_hw_flushed()

Completed in 37 milliseconds