Searched refs:base_and_type (Results 1 – 1 of 1) sorted by relevance
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...]