tag | line | file | source code |
PSS_DATA | 219 | drivers/sound/pss.c | outw (word, REG (PSS_DATA)); |
PSS_DATA | 236 | drivers/sound/pss.c | *word = inw (REG (PSS_DATA)); |
PSS_DATA | 252 | drivers/sound/pss.c | outw (0x00fe, REG (PSS_DATA)); |
PSS_DATA | 257 | drivers/sound/pss.c | if (inw (REG (PSS_DATA)) == 0x5500) |
PSS_DATA | 260 | drivers/sound/pss.c | outw (*block++, REG (PSS_DATA)); |
PSS_DATA | 290 | drivers/sound/pss.c | outw (*block++, REG (PSS_DATA)); |
PSS_DATA | 297 | drivers/sound/pss.c | outw (0, REG (PSS_DATA)); |
PSS_DATA | 321 | drivers/sound/pss.c | val = inw (REG (PSS_DATA)); |