Searched refs:phw (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi6205.c142 static int wait_dsp_ack(struct hpi_hw_obj *phw, int state, int timeout_us);
144 static void send_dsp_command(struct hpi_hw_obj *phw, int cmd);
259 struct hpi_hw_obj *phw = pao->priv; local
265 if (hpi_check_control_cache(phw->p_cache, phm, phr))
276 hpi_sync_control_cache(phw->p_cache, phm, phr);
514 struct hpi_hw_obj *phw; local
521 phw = (struct hpi_hw_obj *)pao->priv;
526 iowrite32(C6205_HDCR_WARMRESET, phw->prHDCR);
538 struct hpi_hw_obj *phw = pao->priv; local
552 phw
743 struct hpi_hw_obj *phw; local
793 struct hpi_hw_obj *phw = pao->priv; local
892 struct hpi_hw_obj *phw = pao->priv; local
921 struct hpi_hw_obj *phw = pao->priv; local
953 struct hpi_hw_obj *phw = pao->priv; local
1054 struct hpi_hw_obj *phw = pao->priv; local
1086 struct hpi_hw_obj *phw = pao->priv; local
1105 struct hpi_hw_obj *phw = pao->priv; local
1194 struct hpi_hw_obj *phw = pao->priv; local
1223 struct hpi_hw_obj *phw = pao->priv; local
1262 struct hpi_hw_obj *phw = pao->priv; local
1313 struct hpi_hw_obj *phw = pao->priv; local
1342 struct hpi_hw_obj *phw = pao->priv; local
1593 struct hpi_hw_obj *phw = pao->priv; local
1635 struct hpi_hw_obj *phw = pao->priv; local
2035 struct hpi_hw_obj *phw = pao->priv; local
2138 wait_dsp_ack(struct hpi_hw_obj *phw, int state, int timeout_us) argument
2154 send_dsp_command(struct hpi_hw_obj *phw, int cmd) argument
2179 struct hpi_hw_obj *phw = pao->priv; local
[all...]
H A Dhpi6000.c481 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
482 phw->ado[dsp_index].pa_parent_adapter = pao;
495 struct hpi_hw_obj *phw; local
501 phw = (struct hpi_hw_obj *)pao->priv;
504 hpi_free_control_cache(phw->p_cache);
507 kfree(phw);
520 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
528 phw->dw2040_HPICSR = pao->pci.ap_mem_base[0];
529 phw->dw2040_HPIDSP = pao->pci.ap_mem_base[1];
530 HPI_DEBUG_LOG(VERBOSE, "csr %p, dsp %p\n", phw
667 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
1326 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
1612 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
1675 struct hpi_hw_obj *phw = (struct hpi_hw_obj *)pao->priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_log.c463 struct nfulnl_msg_packet_hw phw; local
464 int len = dev_parse_header(skb, phw.hw_addr);
466 phw.hw_addrlen = htons(len);
467 NLA_PUT(inst->skb, NFULA_HWADDR, sizeof(phw), &phw);
H A Dnfnetlink_queue.c339 struct nfqnl_msg_packet_hw phw; local
340 int len = dev_parse_header(entskb, phw.hw_addr);
342 phw.hw_addrlen = htons(len);
343 NLA_PUT(skb, NFQA_HWADDR, sizeof(phw), &phw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c980 * @phw: Hardware descriptor pointer to uncached physical memory.
987 struct ksz_hw_desc *phw; member in struct:ksz_desc
1602 desc->phw->ctrl.data = cpu_to_le32(status.data);
1610 desc->phw->buf.data = cpu_to_le32(desc->sw.buf.data);
1612 desc->phw->ctrl.data = cpu_to_le32(desc->sw.ctrl.data);
1626 desc->phw->addr = cpu_to_le32(addr);
1646 desc->phw->addr = cpu_to_le32(addr);
3854 cur->phw = desc++;
3857 previous->phw->next = cpu_to_le32(phys);
3859 previous->phw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c1508 int channel, struct snd_pcm_hardware *phw)
1523 runtime->hw = *phw;
1507 snd_ali_open(struct snd_pcm_substream *substream, int rec, int channel, struct snd_pcm_hardware *phw) argument

Completed in 124 milliseconds