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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.h27 unsigned long baseport; member in struct:atp_unit
H A Datp870u.c278 j = inb(dev->baseport + 0x29) & 0xfe;
279 outb(j, dev->baseport + 0x29);
469 j = inb(dev->baseport + 0x29) | 0x01;
470 outb(j, dev->baseport + 0x29);
789 j = inb(dev->baseport + 0x29) & 0xfe;
790 outb(j, dev->baseport + 0x29);
2739 atpdev->baseport = base_io;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h164 * @baseport : base port of hba memory
182 uint64_t baseport; member in struct:mraid_hba_info
H A Dmegaraid_mbox.h156 * @baseport : base port of hba memory
195 unsigned long baseport; member in struct:__anon14774
H A Dmegaraid_mbox.c763 // our baseport
764 raid_dev->baseport = pci_resource_start(pdev, 0);
774 raid_dev->baseaddr = ioremap_nocache(raid_dev->baseport, 128);
3834 hinfo->baseport = ADAP2RAIDDEV(adapter)->baseport;
H A Dmegaraid_mm.c883 cinfo->base = hinfo->baseport;

Completed in 110 milliseconds