tag | line | file | source code |
vuip | 384 | arch/alpha/kernel/alcor.c | cia_err = *(vuip)ALCOR_IOC_CIA_ERR ; |
vuip | 386 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_CIA_ERR = cia_err ; |
vuip | 396 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_W0_BASE = 1U | (ALCOR_DMA_WIN_BASE & 0xfff00000U); |
vuip | 397 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_W0_MASK = (ALCOR_DMA_WIN_SIZE - 1) & 0xfff00000U; |
vuip | 398 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_T0_BASE = 0; |
vuip | 400 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_W1_BASE = 0x0 ; |
vuip | 401 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_W2_BASE = 0x0 ; |
vuip | 402 | arch/alpha/kernel/alcor.c | *(vuip)ALCOR_IOC_PCI_W3_BASE = 0x0 ; |
vuip | 411 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PB1R = 1U<<19 | (APECS_XL_DMA_WIN1_BASE & 0xfff00000U); |
vuip | 412 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PM1R = (APECS_XL_DMA_WIN1_SIZE - 1) & 0xfff00000U; |
vuip | 413 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_TB1R = 0; |
vuip | 415 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PB2R = 1U<<19 | (APECS_XL_DMA_WIN2_BASE & 0xfff00000U); |
vuip | 416 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PM2R = (APECS_XL_DMA_WIN2_SIZE - 1) & 0xfff00000U; |
vuip | 417 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_TB2R = 0; |
vuip | 426 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PB2R = 0U; /* disable window 2 */ |
vuip | 428 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PB1R = 1U<<19 | (APECS_DMA_WIN_BASE & 0xfff00000U); |
vuip | 429 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_PM1R = (APECS_DMA_WIN_SIZE - 1) & 0xfff00000U; |
vuip | 430 | arch/alpha/kernel/apecs.c | *(vuip)APECS_IOC_TB1R = 0; |
vuip | 202 | include/asm-alpha/alcor.h | long result = *(vuip) ((addr << 5) + ALCOR_IO + 0x00); |
vuip | 212 | include/asm-alpha/alcor.h | *(vuip) ((addr << 5) + ALCOR_IO + 0x00) = w; |
vuip | 218 | include/asm-alpha/alcor.h | long result = *(vuip) ((addr << 5) + ALCOR_IO + 0x08); |
vuip | 228 | include/asm-alpha/alcor.h | *(vuip) ((addr << 5) + ALCOR_IO + 0x08) = w; |
vuip | 234 | include/asm-alpha/alcor.h | return *(vuip) ((addr << 5) + ALCOR_IO + 0x18); |
vuip | 239 | include/asm-alpha/alcor.h | *(vuip) ((addr << 5) + ALCOR_IO + 0x18) = b; |
vuip | 286 | include/asm-alpha/alcor.h | result = *(vuip) ((addr << 5) + ALCOR_SPARSE_MEM + 0x00) ; |
vuip | 301 | include/asm-alpha/alcor.h | result = *(vuip) ((addr << 5) + ALCOR_SPARSE_MEM + 0x08); |
vuip | 308 | include/asm-alpha/alcor.h | return *(vuip) (addr + ALCOR_DENSE_MEM); |
vuip | 320 | include/asm-alpha/alcor.h | *(vuip) ((addr << 5) + ALCOR_SPARSE_MEM + 0x00) = b * 0x01010101; |
vuip | 332 | include/asm-alpha/alcor.h | *(vuip) ((addr << 5) + ALCOR_SPARSE_MEM + 0x08) = b * 0x00010001; |
vuip | 337 | include/asm-alpha/alcor.h | *(vuip) (addr + ALCOR_DENSE_MEM) = b; |
vuip | 267 | include/asm-alpha/apecs.h | long result = *(vuip) ((addr << 5) + APECS_IO + 0x00); |
vuip | 277 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_IO + 0x00) = w; |
vuip | 283 | include/asm-alpha/apecs.h | long result = *(vuip) ((addr << 5) + APECS_IO + 0x08); |
vuip | 293 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_IO + 0x08) = w; |
vuip | 299 | include/asm-alpha/apecs.h | return *(vuip) ((addr << 5) + APECS_IO + 0x18); |
vuip | 304 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_IO + 0x18) = b; |
vuip | 325 | include/asm-alpha/apecs.h | result = *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x00); |
vuip | 342 | include/asm-alpha/apecs.h | result = *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x08); |
vuip | 349 | include/asm-alpha/apecs.h | return *(vuip) (addr + APECS_DENSE_MEM); |
vuip | 363 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x00) = b * 0x01010101; |
vuip | 377 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x08) = b * 0x00010001; |
vuip | 382 | include/asm-alpha/apecs.h | *(vuip) (addr + APECS_DENSE_MEM) = b; |
vuip | 172 | include/asm-alpha/lca.h | long result = *(vuip) ((addr << 5) + LCA_IO + 0x00); |
vuip | 182 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x00) = w; |
vuip | 188 | include/asm-alpha/lca.h | long result = *(vuip) ((addr << 5) + LCA_IO + 0x08); |
vuip | 198 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x08) = w; |
vuip | 204 | include/asm-alpha/lca.h | return *(vuip) ((addr << 5) + LCA_IO + 0x18); |
vuip | 209 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x18) = b; |
vuip | 230 | include/asm-alpha/lca.h | result = *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x00); |
vuip | 247 | include/asm-alpha/lca.h | result = *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x08); |
vuip | 254 | include/asm-alpha/lca.h | return *(vuip) (addr + LCA_DENSE_MEM); |
vuip | 270 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x00) = w; |
vuip | 286 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x08) = w; |
vuip | 291 | include/asm-alpha/lca.h | *(vuip) (addr + LCA_DENSE_MEM) = b; |