Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
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 …]