Lines Matching defs:byte
149 unsigned char byte;
152 byte = inb(aci->aci_port + ACI_REG_BUSY);
153 if ((byte & 1) == 0) {
158 return byte;
183 static inline int aci_write(struct snd_miro_aci *aci, unsigned char byte)
186 outb(byte, aci->aci_port + ACI_REG_COMMAND);
189 dev_err(aci->card->dev, "aci busy, %s(0x%x) stopped.\n", __func__, byte);
196 unsigned char byte;
199 byte = inb(aci->aci_port + ACI_REG_STATUS);
200 return byte;