Searched refs:base_and_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_apecs.h | 390 unsigned long result, base_and_type; in apecs_ioread8() local 395 base_and_type = APECS_SPARSE_MEM + 0x00; in apecs_ioread8() 398 base_and_type = APECS_IO + 0x00; in apecs_ioread8() 401 result = *(vip) ((addr << 5) + base_and_type); in apecs_ioread8() 408 unsigned long w, base_and_type; in apecs_iowrite8() local 413 base_and_type = APECS_SPARSE_MEM + 0x00; in apecs_iowrite8() 416 base_and_type = APECS_IO + 0x00; in apecs_iowrite8() 420 *(vuip) ((addr << 5) + base_and_type) = w; in apecs_iowrite8() 426 unsigned long result, base_and_type; in apecs_ioread16() local 431 base_and_type in apecs_ioread16() 444 unsigned long w, base_and_type; apecs_iowrite16() local [all...] |
H A D | core_cia.h | 348 unsigned long result, base_and_type; in cia_ioread8() local 351 base_and_type = CIA_SPARSE_MEM + 0x00; in cia_ioread8() 353 base_and_type = CIA_IO + 0x00; in cia_ioread8() 358 result = *(vip) ((addr << 5) + base_and_type); in cia_ioread8() 365 unsigned long w, base_and_type; in cia_iowrite8() local 368 base_and_type = CIA_SPARSE_MEM + 0x00; in cia_iowrite8() 370 base_and_type = CIA_IO + 0x00; in cia_iowrite8() 374 *(vuip) ((addr << 5) + base_and_type) = w; in cia_iowrite8() 380 unsigned long result, base_and_type; in cia_ioread16() local 383 base_and_type in cia_ioread16() 395 unsigned long w, base_and_type; cia_iowrite16() local [all...] |
H A D | core_lca.h | 236 unsigned long result, base_and_type; in lca_ioread8() local 241 base_and_type = LCA_SPARSE_MEM + 0x00; in lca_ioread8() 244 base_and_type = LCA_IO + 0x00; in lca_ioread8() 247 result = *(vip) ((addr << 5) + base_and_type); in lca_ioread8() 254 unsigned long w, base_and_type; in lca_iowrite8() local 259 base_and_type = LCA_SPARSE_MEM + 0x00; in lca_iowrite8() 262 base_and_type = LCA_IO + 0x00; in lca_iowrite8() 266 *(vuip) ((addr << 5) + base_and_type) = w; in lca_iowrite8() 272 unsigned long result, base_and_type; in lca_ioread16() local 277 base_and_type in lca_ioread16() 290 unsigned long w, base_and_type; lca_iowrite16() local [all...] |
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_cia.h | 348 unsigned long result, base_and_type; in cia_ioread8() local 351 base_and_type = CIA_SPARSE_MEM + 0x00; in cia_ioread8() 353 base_and_type = CIA_IO + 0x00; in cia_ioread8() 358 result = *(vip) ((addr << 5) + base_and_type); in cia_ioread8() 365 unsigned long w, base_and_type; in cia_iowrite8() local 368 base_and_type = CIA_SPARSE_MEM + 0x00; in cia_iowrite8() 370 base_and_type = CIA_IO + 0x00; in cia_iowrite8() 374 *(vuip) ((addr << 5) + base_and_type) = w; in cia_iowrite8() 380 unsigned long result, base_and_type; in cia_ioread16() local 383 base_and_type in cia_ioread16() 395 unsigned long w, base_and_type; cia_iowrite16() local [all...] |
H A D | core_lca.h | 236 unsigned long result, base_and_type; in lca_ioread8() local 241 base_and_type = LCA_SPARSE_MEM + 0x00; in lca_ioread8() 244 base_and_type = LCA_IO + 0x00; in lca_ioread8() 247 result = *(vip) ((addr << 5) + base_and_type); in lca_ioread8() 254 unsigned long w, base_and_type; in lca_iowrite8() local 259 base_and_type = LCA_SPARSE_MEM + 0x00; in lca_iowrite8() 262 base_and_type = LCA_IO + 0x00; in lca_iowrite8() 266 *(vuip) ((addr << 5) + base_and_type) = w; in lca_iowrite8() 272 unsigned long result, base_and_type; in lca_ioread16() local 277 base_and_type in lca_ioread16() 290 unsigned long w, base_and_type; lca_iowrite16() local [all...] |
H A D | core_apecs.h | 390 unsigned long result, base_and_type; in apecs_ioread8() local 395 base_and_type = APECS_SPARSE_MEM + 0x00; in apecs_ioread8() 398 base_and_type = APECS_IO + 0x00; in apecs_ioread8() 401 result = *(vip) ((addr << 5) + base_and_type); in apecs_ioread8() 408 unsigned long w, base_and_type; in apecs_iowrite8() local 413 base_and_type = APECS_SPARSE_MEM + 0x00; in apecs_iowrite8() 416 base_and_type = APECS_IO + 0x00; in apecs_iowrite8() 420 *(vuip) ((addr << 5) + base_and_type) = w; in apecs_iowrite8() 426 unsigned long result, base_and_type; in apecs_ioread16() local 431 base_and_type in apecs_ioread16() 444 unsigned long w, base_and_type; apecs_iowrite16() local [all...] |
Completed in 7 milliseconds