Searched refs:SONYPI_DATA_IOPORT (Results 1 – 2 of 2) sorted by relevance
71 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_write()73 outb_p(value, SONYPI_DATA_IOPORT); in sonypi_ec_write()86 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_read()88 *value = inb_p(SONYPI_DATA_IOPORT); in sonypi_ec_read()
83 #define SONYPI_DATA_IOPORT 0x62 macro