Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dsonypi.c138 #define SONYPI_DATA_IOPORT 0x62 macro
520 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_write()
522 outb_p(value, SONYPI_DATA_IOPORT); in sonypi_ec_write()
536 outb_p(addr, SONYPI_DATA_IOPORT); in sonypi_ec_read()
538 *value = inb_p(SONYPI_DATA_IOPORT); in sonypi_ec_read()