Home
last modified time | relevance | path

Searched refs:base_and_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dcore_lca.h236 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 = LCA_SPARSE_MEM + 0x08; in lca_ioread16()
[all …]
H A Dcore_cia.h348 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 = CIA_SPARSE_MEM + 0x08; in cia_ioread16()
[all …]
H A Dcore_apecs.h390 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 = APECS_SPARSE_MEM + 0x08; in apecs_ioread16()
[all …]