Lines Matching refs:vuip

48 #define vuip	volatile unsigned int  *  macro
138 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
139 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
145 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_read()
147 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_read()
159 asm volatile("ldl %0,%1; mb; mb" : "=r"(value) : "m"(*(vuip)addr) in conf_read()
180 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
191 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
200 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_read()
218 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
219 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()
224 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_write()
226 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_write()
234 *(vuip)addr = value; in conf_write()
250 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
260 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()
268 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_write()
355 *(vuip)APECS_IOC_PB1R = __direct_map_base | 0x00080000; in apecs_init_arch()
356 *(vuip)APECS_IOC_PM1R = (__direct_map_size - 1) & 0xfff00000U; in apecs_init_arch()
357 *(vuip)APECS_IOC_TB1R = 0; in apecs_init_arch()
359 *(vuip)APECS_IOC_PB2R = hose->sg_isa->dma_base | 0x000c0000; in apecs_init_arch()
360 *(vuip)APECS_IOC_PM2R = (hose->sg_isa->size - 1) & 0xfff00000; in apecs_init_arch()
361 *(vuip)APECS_IOC_TB2R = virt_to_phys(hose->sg_isa->ptes) >> 1; in apecs_init_arch()
371 *(vuip)APECS_IOC_HAXR2 = 0; in apecs_init_arch()
380 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
382 *(vuip)APECS_IOC_SEAR; in apecs_pci_clr_err()
383 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
385 *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
387 *(vuip)APECS_IOC_TBIA = (unsigned int)APECS_IOC_TBIA; in apecs_pci_clr_err()
389 *(vuip)APECS_IOC_TBIA; in apecs_pci_clr_err()