Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsonypi.c71 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()
Dsonypi.h83 #define SONYPI_DATA_IOPORT 0x62 macro