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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ali1535.c68 #define SMBHSTSTS (0 + ali1535_smba) macro
214 inb_p(SMBHSTSTS), inb_p(SMBHSTTYP), inb_p(SMBHSTCMD),
218 temp = inb_p(SMBHSTSTS);
246 temp = inb_p(SMBHSTSTS);
252 outb_p(0xFF, SMBHSTSTS);
253 if ((temp = inb_p(SMBHSTSTS)) &
267 outb_p(temp, SMBHSTSTS);
278 temp = inb_p(SMBHSTSTS);
318 inb_p(SMBHSTSTS), inb_p(SMBHSTTYP), inb_p(SMBHSTCMD),
325 outb_p(0xFF,SMBHSTSTS);
[all...]
H A Di2c-i801.c57 #define SMBHSTSTS (0 + i801_smba) macro
118 if ((temp = (0x1f & inb_p(SMBHSTSTS))) != 0x00) {
121 outb_p(temp, SMBHSTSTS);
122 if ((temp = (0x1f & inb_p(SMBHSTSTS))) != 0x00) {
135 temp = inb_p(SMBHSTSTS);
161 if ((inb_p(SMBHSTSTS) & 0x1f) != 0x00)
162 outb_p(inb(SMBHSTSTS), SMBHSTSTS); local
164 if ((temp = (0x1f & inb_p(SMBHSTSTS))) != 0x00) {
228 temp = inb_p(SMBHSTSTS);
[all...]
H A Di2c-ali15x3.c74 #define SMBHSTSTS (0 + ali15x3_smba) macro
236 "ADD=%02x, DAT0=%02x, DAT1=%02x\n", inb_p(SMBHSTSTS),
241 temp = inb_p(SMBHSTSTS);
270 temp = inb_p(SMBHSTSTS);
276 outb_p(0xFF, SMBHSTSTS);
277 if ((temp = inb_p(SMBHSTSTS)) &
290 outb_p(temp, SMBHSTSTS);
301 temp = inb_p(SMBHSTSTS);
335 "ADD=%02x, DAT0=%02x, DAT1=%02x\n", inb_p(SMBHSTSTS),
351 outb_p(0xFF, SMBHSTSTS);
[all...]
H A Di2c-piix4.c54 #define SMBHSTSTS (0 + piix4_smba) macro
222 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
225 outb_p(temp, SMBHSTSTS);
226 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
240 temp = inb_p(SMBHSTSTS);
266 if (inb_p(SMBHSTSTS) != 0x00)
267 outb_p(inb(SMBHSTSTS), SMBHSTSTS); local
269 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
H A Di2c-viapro.c62 #define SMBHSTSTS (vt596_smba + 0) macro
114 "DAT=%02x,%02x\n", msg, inb_p(SMBHSTSTS), inb_p(SMBHSTCNT),
146 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
150 outb_p(temp, SMBHSTSTS);
151 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
164 temp = inb_p(SMBHSTSTS);
197 outb_p(temp, SMBHSTSTS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Dsetup.c21 #define SMBHSTSTS (0 + 0x3100) macro
251 outb(0xff, SMBHSTSTS);
252 temp = inb(SMBHSTSTS);
255 temp = inb(SMBHSTSTS);
271 temp = inb(SMBHSTSTS);
274 temp = inb(SMBHSTSTS);

Completed in 69 milliseconds