Lines Matching defs:SMB_STS
44 #define SMB_STS 0x00 /* status */
52 /* SMB_STS register */
155 temp = sis630_read(SMB_STS);
156 sis630_write(SMB_STS, temp & 0x1e);
171 temp = sis630_read(SMB_STS);
199 sis630_write(SMB_STS, 0xFF);
267 sis630_write(SMB_STS, BYTE_DONE_STS);
313 sis630_write(SMB_STS, BYTE_DONE_STS);
464 retval = acpi_check_region(smbus_base + SMB_STS, SIS630_SMB_IOREGION,
470 if (!request_region(smbus_base + SMB_STS, SIS630_SMB_IOREGION,
474 smbus_base + SMB_STS,
475 smbus_base + SMB_STS + SIS630_SMB_IOREGION - 1);
523 "SMBus SIS630 adapter at %04x", smbus_base + SMB_STS);
532 release_region(smbus_base + SMB_STS, SIS630_SMB_IOREGION);