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

/linux-master/drivers/char/
H A Dsonypi.c510 static int sonypi_ec_write(u8 addr, u8 value) function
578 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8))
580 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF))
582 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits))
620 if (sonypi_ec_write(SONYPI_SHIB, 0))
622 if (sonypi_ec_write(SONYPI_SLOB, 0))
624 if (sonypi_ec_write(SONYPI_SIRQ, 0))
960 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8))
1030 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8))

Completed in 86 milliseconds