Searched refs:vac_inw (Results 1 – 3 of 3) sorted by relevance
23 unsigned short val, decode = vac_inw(VAC_DECODE_CTRL); in vac_show()24 unsigned short a24_base = vac_inw(VAC_A24_BASE); in vac_show()50 ((unsigned long)vac_inw(VAC_SLSEL0_BASE))<<16, in vac_show()51 ((0xffff ^ vac_inw(VAC_SLSEL0_MASK)) + 1) >> 4, in vac_show()59 ((unsigned long)vac_inw(VAC_SLSEL1_BASE))<<16, in vac_show()60 ((0xffff ^ vac_inw(VAC_SLSEL1_MASK)) + 1) >> 4, in vac_show()69 VAC_ICFSEL_GLOBAL_VAL(vac_inw(VAC_ICFSEL_BASE)))<<4, in vac_show()71 VAC_ICFSEL_MODULE_VAL(vac_inw(VAC_ICFSEL_BASE)))<<4, in vac_show()77 (vac_inw(VAC_DRAM_MASK)+1)>>4, in vac_show()83 ((unsigned long)vac_inw(bndr[i]))<<16; in vac_show()[all …]
203 #define vac_inw(p) (*(volatile unsigned short*)(VAC_BASE + (p))) macro
219 int val = vac_inw(uart_offset_map(info->port,offset)); in serial_inw()