Searched refs:portid (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_fire.c170 struct device_node *dp, u32 portid)
175 if ((portid & 1) == 0)
189 pbm->portid = portid;
218 u32 portid = of_getintprop_default(dp, "portid", 0xff); local
223 if (portid_compare(pbm->portid, portid)) {
224 pci_fire_pbm_init(pbm->parent, dp, portid);
251 pci_fire_pbm_init(p, dp, portid);
169 pci_fire_pbm_init(struct pci_controller_info *p, struct device_node *dp, u32 portid) argument
[all...]
H A Dchmc.c70 int portid; member in struct:mctrl_info
248 if (mp->portid == this_cpu) {
269 p->bank_id = (CHMCTRL_NBANKS * mp->portid) + which_bank;
330 int portid = of_getintprop_default(dp, "portid", -1); local
337 if (portid == -1)
340 mp->portid = portid;
H A Dsbus.c801 sbus->portid,
809 sbus->portid,
813 printk("SYSIO[%x]: AFAR[%016lx]\n", sbus->portid, afar);
814 printk("SYSIO[%x]: Secondary UE errors [", sbus->portid);
873 sbus->portid,
882 sbus->portid,
887 printk("SYSIO[%x]: AFAR[%016lx]\n", sbus->portid, afar);
889 printk("SYSIO[%x]: Secondary CE errors [", sbus->portid);
948 sbus->portid,
957 sbus->portid,
[all...]
H A Dpci_impl.h51 u32 portid; member in struct:pci_pbm_info
H A Dprom.c744 u32 portid; member in struct:schizo_irq_data
779 if (irq_data->portid & 1)
815 irq_data->portid = of_getintprop_default(dp, "portid", 0);
852 u32 portid; member in struct:fire_irq_data
907 ino |= (irq_data->portid << 6);
926 irq_data->portid = of_getintprop_default(dp, "portid", 0);
1294 prop = of_find_property(dp, "upa-portid", NULL);
1296 prop = of_find_property(dp, "portid", NUL
1708 int portid = -1; local
[all...]
H A Dpci_schizo.c1316 struct device_node *dp, u32 portid,
1367 pbm->portid = portid;
1412 u32 portid; local
1414 portid = of_getintprop_default(dp, "portid", 0xff);
1417 if (portid_compare(pbm->portid, portid, chip_type)) {
1418 schizo_pbm_init(pbm->parent, dp, portid, chip_type);
1442 schizo_pbm_init(p, dp, portid, chip_typ
1315 schizo_pbm_init(struct pci_controller_info *p, struct device_node *dp, u32 portid, int chip_type) argument
[all...]
H A Dpci_psycho.c856 starfire_hookup(pbm->portid);
1015 prop = of_find_property(dp, "upa-portid", NULL);
1022 if (p->pbm_A.portid == upa_portid) {
1041 p->pbm_A.portid = upa_portid;
1042 p->pbm_B.portid = upa_portid;
H A Dof_device.c911 op->portid = of_getintprop_default(dp, "upa-portid", -1);
912 if (op->portid == -1)
913 op->portid = of_getintprop_default(dp, "portid", -1);
H A Dpci_sabre.c788 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff);
793 pbm->portid = upa_portid;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dof_device.h30 int portid; member in struct:of_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dof_device.h31 int portid; member in struct:of_device
H A Dsbus.h82 int portid; member in struct:sbus_bus
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c572 op->portid = of_getintprop_default(dp, "upa-portid", -1);
573 if (op->portid == -1)
574 op->portid = of_getintprop_default(dp, "portid", -1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmrobo.c1653 portid: which port the IGMP packet come from
1658 bcm_robo_snooping_add(uint32 mgrp_ip, int portid) argument
1665 if ((robo == NULL) || (portid == ROBO_WAN_PORT))
1684 valu16=1<<portid;
1726 bcm_robo_snooping_del(uint32 mgrp_ip, int portid) argument
1733 if ((robo == NULL)||(portid<0)||(portid>5)||(portid==ROBO_WAN_PORT))
1751 valu16=1<<portid;

Completed in 191 milliseconds