Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dsonypi.c151 #define SONYPI_DATA_IOPORT 0x62 macro
533 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_write()
535 outb_p(value, SONYPI_DATA_IOPORT); in sonypi_ec_write()
549 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_read()
551 *value = inb_p(SONYPI_DATA_IOPORT); in sonypi_ec_read()