Searched refs:io_handle (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_reg.c40 (unsigned long)asd_ha->io_handle[0].addr + (offs & 0xFF));
42 writeb(val, asd_ha->io_handle[0].addr + offs);
51 (unsigned long)asd_ha->io_handle[0].addr + (offs & 0xFF));
53 writew(val, asd_ha->io_handle[0].addr + offs);
62 (unsigned long)asd_ha->io_handle[0].addr + (offs & 0xFF));
64 writel(val, asd_ha->io_handle[0].addr + offs);
75 val = inb((unsigned long) asd_ha->io_handle[0].addr
78 val = readb(asd_ha->io_handle[0].addr + offs);
88 val = inw((unsigned long)asd_ha->io_handle[0].addr
91 val = readw(asd_ha->io_handle[
198 struct asd_ha_addrspace *io_handle=&asd_ha->io_handle[0]; local
246 struct asd_ha_addrspace *io_handle=&asd_ha->io_handle[0]; local
[all...]
H A Daic94xx_init.c89 struct asd_ha_addrspace *io_handle; local
93 io_handle = &asd_ha->io_handle[i==0?0:1];
94 io_handle->start = pci_resource_start(asd_ha->pcidev, i);
95 io_handle->len = pci_resource_len(asd_ha->pcidev, i);
96 io_handle->flags = pci_resource_flags(asd_ha->pcidev, i);
98 if (!io_handle->start || !io_handle->len) {
109 if (io_handle->flags & IORESOURCE_CACHEABLE)
110 io_handle
136 struct asd_ha_addrspace *io_handle; local
150 struct asd_ha_addrspace *io_handle = &asd_ha->io_handle[0]; local
[all...]
H A Daic94xx_reg.h81 struct asd_ha_addrspace *io_handle = &asd_ha->io_handle[1]; \
82 type val = read##S (io_handle->addr + (unsigned long) offs); \
95 struct asd_ha_addrspace *io_handle = &asd_ha->io_handle[1]; \
96 write##S (val, io_handle->addr + (unsigned long) offs); \
H A Daic94xx_hwi.c189 asd_ha->io_handle[0].swa_base = REG_BASE_ADDR;
190 asd_ha->io_handle[0].swb_base = REG_BASE_ADDR_CSEQCIO;
191 asd_ha->io_handle[0].swc_base = REG_BASE_ADDR_EXSI;
192 MBAR0_SWB_SIZE = asd_ha->io_handle[0].len - 0x80;
196 asd_ha->io_handle[1].swa_base = OCM_BASE_ADDR;
H A Daic94xx_hwi.h219 struct asd_ha_addrspace io_handle[2]; member in struct:asd_ha_struct

Completed in 76 milliseconds