Searched refs:devbase (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpic.c392 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, argument
399 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
400 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
401 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
403 id = readb(devbase + pos + 3);
412 base = devbase + pos;
428 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, argument
435 static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase, argument
443 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
444 pos = readb(devbase
509 u8 __iomem *devbase = cfgspace + (devfn << 8); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c40 struct video_device devbase; /* MUST be first! */ member in struct:pvr2_v4l2_dev
771 int minor_id = dip->devbase.minor;
784 video_unregister_device(&dip->devbase);
813 dev = container_of(vdev,struct pvr2_v4l2_dev,devbase);
908 dip = container_of(video_devdata(file),struct pvr2_v4l2_dev,devbase);
1162 memcpy(&dip->devbase,&vdev_template,sizeof(vdev_template));
1163 dip->devbase.release = pvr2_video_device_release;
1170 if ((video_register_device(&dip->devbase,
1172 (video_register_device(&dip->devbase,
1178 get_v4l_name(dip->v4l_type),dip->devbase
[all...]

Completed in 58 milliseconds