Lines Matching +full:read +full:- +full:out
6 * SMSC LPC47B397-NC
8 * SMSC SCH5307-NS
14 Addresses scanned: none, address read from Super I/O config space
20 - Mark M. Hoffman <mhoffman@lightlink.com>
21 - Utilitek Systems, Inc.
25 The following specification describes the SMSC LPC47B397-NC [1]_ sensor chip
27 provided by Craig Kelly (In-Store Broadcast Network) and edited/corrected
30 .. [1] And SMSC SCH5307-NS and SCH5317, which have different device IDs but are
33 -------------------------------------------------------------------------
36 -------------------------------------------------------------------------
56 The following is an example of how to read the HWM temperature registers::
60 OUT DX,AL
84 The LSB Must be read first.
87 --------------------------------------
100 RPM = 60 / (2203 * 11.11111 E-6) = 2451 RPM
105 ----------------------
131 logical device to the INDEX PORT and then write or read the config-
146 The following is an example of how to read the SIO Device ID located at 0x20:
151 OUT DX,AL
155 OUT DX,AL
156 ; READ THE DATA
162 OUT DX,AL
167 The Device ID will read 0x6F (0x81 for SCH5307-NS, and 0x85 for SCH5317)
171 ------------------------------
173 The following is an example of how to read the HWM Base Address located in
179 OUT DX,AL
184 OUT DX,AL ;Point to LD# Config Reg
187 OUT DX,AL;Point to Logical Device 8
191 OUT DX,AL ; Point to HWM Base Addr MSB
197 OUT DX,AL