Searched refs:pcfg (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/rbtx4938/
H A Dsetup.c85 if (__raw_readq(&tx4938_ccfgptr->pcfg) &
143 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_SPI_SEL);
155 unsigned long long pcfg; local
173 txx9_clear64(&tx4938_ccfgptr->pcfg,
179 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL);
180 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL);
185 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL);
186 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL);
190 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx4939.c117 __u64 pcfg; local
212 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_DMASEL_ALL);
216 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_PCICLKEN_ALL);
225 (unsigned long long)____raw_readq(&tx4939_ccfgptr->pcfg));
265 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
266 if (pcfg & (TX4939_PCFG_ET0MODE | TX4939_PCFG_ET1MODE)) {
275 if (!(pcfg & TX4939_PCFG_ET0MODE)) {
280 if (!(pcfg & TX4939_PCFG_ET1MODE)) {
302 __u64 pcfg local
363 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); local
425 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); local
490 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); local
522 __u64 pcfg, rst = 0, ckd = 0; local
[all...]
H A Dsetup_tx4938.c193 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_DMASEL_ALL);
197 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_PCICLKEN_ALL);
205 (unsigned long long)____raw_readq(&tx4938_ccfgptr->pcfg));
249 __u64 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg); local
252 if (pcfg & (TX4938_PCFG_ETH0_SEL | TX4938_PCFG_ETH1_SEL)) {
263 if (!(pcfg & TX4938_PCFG_ETH0_SEL)) {
270 if (!(pcfg & TX4938_PCFG_ETH1_SEL)) {
296 if (__raw_readq(&tx4938_ccfgptr->pcfg) & TX4938_PCFG_ETH0_SEL)
315 u64 pcfg local
419 u64 pcfg = __raw_readq(&tx4938_ccfgptr->pcfg); local
436 __u64 pcfg, rst = 0, ckd = 0; local
[all...]
H A Dsetup_tx4927.c180 txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_DMASEL_ALL);
184 txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_PCICLKEN_ALL);
192 (unsigned long long)____raw_readq(&tx4927_ccfgptr->pcfg));
271 u64 pcfg = __raw_readq(&tx4927_ccfgptr->pcfg); local
275 if (!(pcfg & TX4927_PCFG_SEL2))
303 txx9_clear64(&tx4927_ccfgptr->pcfg, dmasel_mask);
304 txx9_set64(&tx4927_ccfgptr->pcfg, dmasel);
313 __u64 pcfg, rst = 0, ckd = 0; local
318 pcfg
[all...]
H A Dsetup_tx3927.c72 tx3927_ccfgptr->ccfg, tx3927_ccfgptr->pcfg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-tx4939.c27 if (__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_PCICLKEN_ALL) {
56 if (__raw_readq(&tx4939_ccfgptr->pcfg) &
61 if (__raw_readq(&tx4939_ccfgptr->pcfg) &
H A Dpci-tx4938.c27 if (__raw_readq(&tx4938_ccfgptr->pcfg) & TX4938_PCFG_PCICLKEN_ALL) {
78 if (__raw_readq(&tx4938_ccfgptr->pcfg) & TX4938_PCFG_PCICLKEN_ALL) {
120 if (__raw_readq(&tx4938_ccfgptr->pcfg) &
125 if (__raw_readq(&tx4938_ccfgptr->pcfg) &
H A Dpci-tx4927.c27 if (__raw_readq(&tx4927_ccfgptr->pcfg) & TX4927_PCFG_PCICLKEN_ALL) {
58 if (__raw_readq(&tx4927_ccfgptr->pcfg) & TX4927_PCFG_PCICLKEN_ALL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dn2n.c45 struct bfa_port_cfg_s *pcfg = &port->port_cfg; local
48 bfa_trc(port->fcs, pcfg->pwwn);
59 ((void *)&pcfg->pwwn, (void *)&n2n_port->rem_port_wwn,
H A Dbfad.c364 struct bfad_pcfg_s *pcfg; local
366 pcfg = kzalloc(sizeof(struct bfad_pcfg_s), GFP_ATOMIC);
367 if (!pcfg) {
372 pcfg->port_cfg.roles = BFA_PORT_ROLE_FCP_IM;
373 pcfg->port_cfg.pwwn = pbc_vport.vp_pwwn;
374 pcfg->port_cfg.nwwn = pbc_vport.vp_nwwn;
375 pcfg->port_cfg.preboot_vp = BFA_TRUE;
377 list_add_tail(&pcfg->list_entry, &bfad->pbc_pcfg_list);
956 struct bfad_pcfg_s *pcfg, *pcfg_new; local
975 list_for_each_entry_safe(pcfg, pcfg_ne
[all...]
H A Dfabric.c716 struct bfa_port_cfg_s *pcfg = &fabric->bport.port_cfg; local
723 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd);
1186 struct bfa_port_cfg_s *pcfg = &fabric->bport.port_cfg; local
1202 n2n_port->reply_oxid, pcfg->pwwn,
1203 pcfg->nwwn, bfa_fcport_get_maxfrsize(bfa),
H A Dbfad_attr.c376 struct bfad_pcfg_s *pcfg; local
388 list_for_each_entry(pcfg, &bfad->pbc_pcfg_list, list_entry) {
389 if (port_cfg.pwwn == pcfg->port_cfg.pwwn) {
390 port_cfg.preboot_vp = pcfg->port_cfg.preboot_vp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/rbtx4939/
H A Dsetup.c66 if (!(__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_ATA1MODE) &&
67 (__raw_readq(&tx4939_ccfgptr->pcfg) &
112 __u64 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg); local
117 if (pcfg & TX4939_PCFG_ATA0MODE)
121 if (pcfg & TX4939_PCFG_ATA1MODE) {
126 if (pcfg & TX4939_PCFG_ET0MODE)
130 if (pcfg & TX4939_PCFG_ET1MODE)
139 __u64 vmode = pcfg &
155 if (pcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dpl330.c362 if (thrd->id == pl330->pinfo->pcfg.num_chan)
373 return (pl330->pinfo->pcfg.mode & DMAC_MODE_NS) ? true : false;
1271 if (r->rqtype != MEMTOMEM && r->peri >= pi->pcfg.num_peri) {
1358 pl330->dmac_tbd.reset_chan = (1 << pi->pcfg.num_chan) - 1;
1363 for (i = 0; i < pi->pcfg.num_chan; i++) {
1423 val = readl(regs + FSC) & ((1 << pi->pcfg.num_chan) - 1);
1427 while (i < pi->pcfg.num_chan) {
1441 if (pi->pcfg.num_events < 32
1442 && val & ~((1 << pi->pcfg.num_events) - 1)) {
1449 for (ev = 0; ev < pi->pcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/jmr3927/
H A Dsetup.c134 tx3927_ccfgptr->pcfg &= ~TX3927_PCFG_SELALL;
135 tx3927_ccfgptr->pcfg |=
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dpl330.h78 struct pl330_config pcfg; member in struct:pl330_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c168 return (dmac->busy_chan < pi->pcfg.num_chan) ? false : true;
257 s += (pi->pcfg.num_chan - dmac->busy_chan) - ch_onlyby_dmac(dmac);
441 bl = pi->pcfg.data_bus_width / 8;
442 bl *= pi->pcfg.data_buf_dep;
886 dbwidth = pi->pcfg.data_bus_width / 8;
888 /* Max size of xfer can be pcfg.data_bus_width */
1117 pl330_info->pcfg.data_buf_dep,
1118 pl330_info->pcfg.data_bus_width / 8, pl330_info->pcfg.num_chan,
1119 pl330_info->pcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dpl330.c505 burst_len = pi->pcfg.data_bus_width / 8;
506 burst_len *= pi->pcfg.data_buf_dep;
548 burst = pi->pcfg.data_bus_width / 8;
772 pi->pcfg.data_buf_dep,
773 pi->pcfg.data_bus_width / 8, pi->pcfg.num_chan,
774 pi->pcfg.num_peri, pi->pcfg.num_events);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4927.h93 u64 pcfg; member in struct:tx4927_ccfg_reg
H A Dtx3927.h145 volatile unsigned long pcfg; member in struct:tx3927_ccfg_reg
H A Dtx4938.h50 u64 pcfg; member in struct:tx4938_ccfg_reg
H A Dtx4939.h65 __u64 pcfg; member in struct:tx4939_ccfg_reg

Completed in 209 milliseconds