Searched refs:param0 (Results 1 - 30 of 30) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c22 static int bdc_issue_cmd(struct bdc *bdc, u32 cmd_sc, u32 param0, bdc_issue_cmd() argument
29 bdc_writel(bdc->regs, BDC_CMDPAR0, param0); bdc_issue_cmd()
57 u32 param0, u32 param1, u32 param2) bdc_submit_cmd()
65 "%s:CMDSC:%08x cmdsc:%08x param0=%08x param1=%08x param2=%08x\n", bdc_submit_cmd()
66 __func__, temp, cmd_sc, param0, param1, param2); bdc_submit_cmd()
73 ret = bdc_issue_cmd(bdc, cmd_sc, param0, param1, param2); bdc_submit_cmd()
146 u32 param0, param1, param2, cmd_sc; bdc_config_ep() local
153 param0 = lower_32_bits(ep->bd_list.bd_table_array[0]->dma); bdc_config_ep()
155 cpu_to_le32s(&param0); bdc_config_ep()
158 dev_dbg(bdc->dev, "%s: param0=%08x param1=%08x", bdc_config_ep()
159 __func__, param0, param1); bdc_config_ep()
217 ret = bdc_submit_cmd(bdc, cmd_sc, param0, param1, param2); bdc_config_ep()
233 u32 param0, param1; bdc_ep_bla() local
238 param0 = lower_32_bits(dma_addr); bdc_ep_bla()
240 cpu_to_le32s(&param0); bdc_ep_bla()
246 return bdc_submit_cmd(bdc, cmd_sc, param0, param1, 0); bdc_ep_bla()
265 u32 param0, param1; bdc_function_wake_fh() local
268 param0 = param1 = 0; bdc_function_wake_fh()
271 param0 |= TRA_PACKET; bdc_function_wake_fh()
272 param0 |= (bdc->dev_addr << 25); bdc_function_wake_fh()
275 dev_dbg(bdc->dev, "param0=%08x param1=%08x\n", param0, param1); bdc_function_wake_fh()
277 return bdc_submit_cmd(bdc, cmd_sc, param0, param1, 0); bdc_function_wake_fh()
56 bdc_submit_cmd(struct bdc *bdc, u32 cmd_sc, u32 param0, u32 param1, u32 param2) bdc_submit_cmd() argument
H A Dbdc.h379 u32 param0; member in struct:bdc_cmd_params
/linux-4.4.14/drivers/usb/dwc3/
H A Dtrace.h188 __field(u32, param0)
195 __entry->param0 = params->param0;
201 __entry->cmd, __entry->param0,
H A Dgadget.c322 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR0(ep), params->param0); dwc3_send_gadget_ep_cmd()
465 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc)) dwc3_gadget_set_ep_config()
472 params.param0 |= DWC3_DEPCFG_BURST_SIZE(burst); dwc3_gadget_set_ep_config()
476 params.param0 |= DWC3_DEPCFG_IGN_SEQ_NUM; dwc3_gadget_set_ep_config()
479 params.param0 |= DWC3_DEPCFG_ACTION_RESTORE; dwc3_gadget_set_ep_config()
508 params.param0 |= DWC3_DEPCFG_FIFO_NUMBER(dep->number >> 1); dwc3_gadget_set_ep_config()
525 params.param0 = DWC3_DEPXFERCFG_NUM_XFER_RES(1); dwc3_gadget_set_xfer_resource()
1016 params.param0 = upper_32_bits(req->trb_dma); __dwc3_gadget_kick_transfer()
H A Dcore.h1004 * @param0: first parameter
1009 u32 param0; member in struct:dwc3_gadget_ep_cmd_params
H A Dep0.c96 params.param0 = upper_32_bits(dwc->ep0_trb_addr); dwc3_ep0_start_trans()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.h72 int mdfld_dsi_send_gen_short(struct mdfld_dsi_pkg_sender *sender, u8 param0,
H A Dmdfld_dsi_pkg_sender.c465 int mdfld_dsi_send_gen_short(struct mdfld_dsi_pkg_sender *sender, u8 param0, mdfld_dsi_send_gen_short() argument
485 data[0] = param0; mdfld_dsi_send_gen_short()
490 data[0] = param0; mdfld_dsi_send_gen_short()
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_download.c295 u16 param0, param1; prism2_download_volatile() local
324 param0 = param->start_addr & 0xffff; prism2_download_volatile()
331 param0)) { prism2_download_volatile()
354 (HFA384X_PROGMODE_DISABLE << 8), param0)) { prism2_download_volatile()
552 u16 param0, param1; prism2_download_block() local
557 param0 = addr & 0xffff; prism2_download_block()
565 param0)) { prism2_download_block()
H A Dhostap_hw.c233 "(type=%d, cmd=0x%04x, param0=0x%04x)\n", prism2_clear_cmd_queue()
235 entry->param0); prism2_clear_cmd_queue()
299 HFA384X_OUTW(entry->param0, HFA384X_PARAM0_OFF); hfa384x_cmd_issue()
313 * @param0: value for Param0 register
321 static int hfa384x_cmd(struct net_device *dev, u16 cmd, u16 param0, hfa384x_cmd() argument
356 entry->param0 = param0; hfa384x_cmd()
448 "param0=0x%04x, EVSTAT=%04x INTEN=%04x)\n", dev->name, hfa384x_cmd()
449 res, entry, entry->type, entry->cmd, entry->param0, reg, hfa384x_cmd()
484 * @param0: value for Param0 register
494 static int hfa384x_cmd_callback(struct net_device *dev, u16 cmd, u16 param0, hfa384x_cmd_callback() argument
522 entry->param0 = param0; hfa384x_cmd_callback()
549 * @param0: value for Param0 register
554 static int __hfa384x_cmd_no_wait(struct net_device *dev, u16 cmd, u16 param0, __hfa384x_cmd_no_wait() argument
576 HFA384X_OUTW(param0, HFA384X_PARAM0_OFF); __hfa384x_cmd_no_wait()
587 * @param0: value for Param0 register
589 static int hfa384x_cmd_wait(struct net_device *dev, u16 cmd, u16 param0) hfa384x_cmd_wait() argument
594 res = __hfa384x_cmd_no_wait(dev, cmd, param0, 4); hfa384x_cmd_wait()
637 * @param0: value for Param0 register
640 u16 param0) hfa384x_cmd_no_wait()
642 return __hfa384x_cmd_no_wait(dev, cmd, param0, 6); hfa384x_cmd_no_wait()
639 hfa384x_cmd_no_wait(struct net_device *dev, u16 cmd, u16 param0) hfa384x_cmd_no_wait() argument
H A Dhostap_wlan.h556 u16 cmd, param0, param1; member in struct:hostap_cmd_queue
584 int (*cmd)(struct net_device *dev, u16 cmd, u16 param0, u16 *param1,
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_bsg.h85 uint32_t param0; member in struct:qla84_mgmt_param::__anon9975::__anon9977
H A Dqla_bsg.c1210 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.config.param0); qla84xx_mgmt_cmd()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddrxk_hard.h203 u16 param0; /* General purpous param */ member in struct:drxk_ofdm_sc_cmd_t
H A Ddrxd_hard.c1334 u16 subCmd, u16 param0, u16 param1) SC_ProcStartCommand()
1349 Write16(state, SC_RA_RAM_PARAM0__A, param0, 0); SC_ProcStartCommand()
1358 u16 subCmd, u16 param0, u16 param1) SC_SetPrefParamCommand()
1373 status = Write16(state, SC_RA_RAM_PARAM0__A, param0, 0); SC_SetPrefParamCommand()
1333 SC_ProcStartCommand(struct drxd_state *state, u16 subCmd, u16 param0, u16 param1) SC_ProcStartCommand() argument
1357 SC_SetPrefParamCommand(struct drxd_state *state, u16 subCmd, u16 param0, u16 param1) SC_SetPrefParamCommand() argument
H A Ddrxk_hard.c3221 u16 param0, u16 param1, u16 param2, dvbt_sc_command()
3278 status |= write16(state, OFDM_SC_RA_RAM_PARAM0__A, param0); dvbt_sc_command()
3320 status = read16(state, OFDM_SC_RA_RAM_PARAM0__A, &(param0)); dvbt_sc_command()
3219 dvbt_sc_command(struct drxk_state *state, u16 cmd, u16 subcmd, u16 param0, u16 param1, u16 param2, u16 param3, u16 param4) dvbt_sc_command() argument
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dhermes.c105 static int hermes_issue_cmd(struct hermes *hw, u16 cmd, u16 param0, hermes_issue_cmd() argument
123 hermes_write_regn(hw, PARAM0, param0); hermes_issue_cmd()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_adminq_cmd.h48 __le32 param0; member in struct:i40e_aq_desc::__anon7042::__anon7043
54 __le32 param0; member in struct:i40e_aq_desc::__anon7042::__anon7044
1343 * this generic struct to pass the SEID in param0
1566 /* set in param0 for get phy abilities to report qualified modules */
H A Di40e_virtchnl.h102 * Reply from PF has its major/minor versions also in param0 and param1.
H A Di40e_adminq.c184 desc->params.external.param0 = 0; i40e_alloc_arq_bufs()
H A Di40e_common.c322 le32_to_cpu(aq_desc->params.internal.param0), i40evf_debug_aq()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1570 &desc->params.internal.param0, i40e_dbg_command_write()
1598 desc->params.internal.param0, i40e_dbg_command_write()
1618 &desc->params.internal.param0, i40e_dbg_command_write()
1659 desc->params.internal.param0, i40e_dbg_command_write()
1970 dev_info(&pf->pdev->dev, " send aq_cmd <flags> <opcode> <datalen> <retval> <cookie_h> <cookie_l> <param0> <param1> <param2> <param3>\n"); i40e_dbg_command_write()
1971 dev_info(&pf->pdev->dev, " send indirect aq_cmd <flags> <opcode> <datalen> <retval> <cookie_h> <cookie_l> <param0> <param1> <param2> <param3> <buffer_len>\n"); i40e_dbg_command_write()
H A Di40e_adminq_cmd.h48 __le32 param0; member in struct:i40e_aq_desc::__anon7010::__anon7011
54 __le32 param0; member in struct:i40e_aq_desc::__anon7010::__anon7012
1346 * this generic struct to pass the SEID in param0
1569 /* set in param0 for get phy abilities to report qualified modules */
H A Di40e_virtchnl.h102 * Reply from PF has its major/minor versions also in param0 and param1.
H A Di40e_adminq.c197 desc->params.external.param0 = 0; i40e_alloc_arq_bufs()
H A Di40e_common.c322 le32_to_cpu(aq_desc->params.internal.param0), i40e_debug_aq()
1596 desc.params.external.param0 |= i40e_aq_get_phy_capabilities()
1600 desc.params.external.param0 |= i40e_aq_get_phy_capabilities()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_hwi.h317 __le32 param0; member in struct:port_ctl_req
331 __le32 param0; member in struct:hw_event_ack_req
H A Dpm80xx_hwi.h410 __le32 param0; member in struct:port_ctl_req
422 __le32 param0; member in struct:hw_event_ack_req
H A Dpm8001_hwi.c3327 * @param0: parameter 0.
3331 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) pm8001_hw_event_ack_req()
3343 payload.param0 = cpu_to_le32(param0); pm8001_hw_event_ack_req()
3330 pm8001_hw_event_ack_req(struct pm8001_hba_info *pm8001_ha, u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) pm8001_hw_event_ack_req() argument
H A Dpm80xx_hwi.c2834 * @param0: parameter 0.
2838 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) pm80xx_hw_event_ack_req()
2850 payload.param0 = cpu_to_le32(param0); pm80xx_hw_event_ack_req()
2837 pm80xx_hw_event_ack_req(struct pm8001_hba_info *pm8001_ha, u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) pm80xx_hw_event_ack_req() argument

Completed in 1713 milliseconds