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

/drivers/char/
H A Dsonypi.c524 static int sonypi_ec_write(u8 addr, u8 value) function
592 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8))
594 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF))
596 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits))
634 if (sonypi_ec_write(SONYPI_SHIB, 0))
636 if (sonypi_ec_write(SONYPI_SLOB, 0))
638 if (sonypi_ec_write(SONYPI_SIRQ, 0))
974 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8))
1044 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8))

Completed in 64 milliseconds