Searched refs:inw (Results 1 – 16 of 16) sorted by relevance
67 ps->pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in power_state_get()68 ps->pm1_en = inw(ACPI_BASE_ADDRESS + PM1_EN); in power_state_get()70 ps->tco1_sts = inw(ACPI_BASE_ADDRESS + TCO1_STS); in power_state_get()71 ps->tco2_sts = inw(ACPI_BASE_ADDRESS + TCO2_STS); in power_state_get()
47 #define inw(addr) readw(addr) macro74 #define inw_p(port) inw((port))101 *p++ = inw(port); in io_insw()
63 #define inw(port) readw((u16 *)((port))) macro70 #define inw_p(port) inw((port))
91 u16 val = inw(pm1_cnt); in enter_acpi_mode()
60 upriv->tco1_sts = inw(upriv->acpi_base + TCO1_STS); in apl_pmc_fill_power_state()61 upriv->tco2_sts = inw(upriv->acpi_base + TCO2_STS); in apl_pmc_fill_power_state()
89 #define inw(p) ({ unsigned int __v = __le16_to_cpu(__raw_readw(p)); __v; }) macro104 #define inw_p(port) inw((port))119 #define in_le16(port) inw(port)
28 *valuep = inw(PCI_REG_DATA + (offset & 2)); in pci_x86_read_config()
76 #define inw(addr) readw(addr) macro90 while (count--) *p++ = inw (port); in insw()
152 pm1_sts = inw(DEFAULT_PMBASE + PM1_STS); in checkcpu()
56 #define inw(port) in_be16((u16 *)((port)+_IO_BASE)) macro61 #define inw(port) in_le16((u16 *)((port)+_IO_BASE)) macro
187 #define inw(port) _inw((uintptr_t)(port)) macro288 IO_COND(addr, return inw(port), return readw(addr)); in ioread16()
210 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) macro330 #define inw_p(port) inw((port))
173 pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in chipset_prev_sleep_state()
333 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) macro349 #define inw_p(port) inw((port))
142 #define inw(port) _inw((uintptr_t)(port)) macro
Completed in 34 milliseconds