Searched refs:sonypi_ec_write (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsonypi.c525 static int sonypi_ec_write(u8 addr, u8 value) function
593 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8))
595 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF))
597 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits))
635 if (sonypi_ec_write(SONYPI_SHIB, 0))
637 if (sonypi_ec_write(SONYPI_SLOB, 0))
639 if (sonypi_ec_write(SONYPI_SIRQ, 0))
964 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8))
1034 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c525 static int sonypi_ec_write(u8 addr, u8 value) function
593 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8))
595 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF))
597 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits))
635 if (sonypi_ec_write(SONYPI_SHIB, 0))
637 if (sonypi_ec_write(SONYPI_SLOB, 0))
639 if (sonypi_ec_write(SONYPI_SIRQ, 0))
964 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8))
1034 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8))

Completed in 66 milliseconds