Lines Matching refs:byte
173 char byte, *temp; in sdla_byte() local
179 byte = *temp; in sdla_byte()
182 return byte; in sdla_byte()
883 char byte; in sdla_isr() local
895 byte = sdla_byte(dev, flp->type == SDLA_S508 ? SDLA_508_IRQ_INTERFACE : SDLA_502_IRQ_INTERFACE); in sdla_isr()
896 switch (byte) in sdla_isr()
911 netdev_warn(dev, "invalid irq flag 0x%02X\n", byte); in sdla_isr()
925 byte = 0; in sdla_isr()
926 …ev, flp->type == SDLA_S508 ? SDLA_508_IRQ_INTERFACE : SDLA_502_IRQ_INTERFACE, &byte, sizeof(byte)); in sdla_isr()
1011 char byte; in sdla_open() local
1053 byte = 0; in sdla_open()
1054 sdla_write(dev, SDLA_502_IRQ_INTERFACE, &byte, sizeof(byte)); in sdla_open()
1065 byte = 0; in sdla_open()
1066 sdla_write(dev, SDLA_508_IRQ_INTERFACE, &byte, sizeof(byte)); in sdla_open()
1075 byte = SDLA_ICS_STATUS_ENQ; in sdla_open()
1076 sdla_cmd(dev, SDLA_ISSUE_IN_CHANNEL_SIGNAL, 0, 0, &byte, sizeof(byte), NULL, NULL); in sdla_open()
1336 char byte; in sdla_set_config() local
1379 for(byte=inb(base),i=0;i<SDLA_IO_EXTENTS;i++) in sdla_set_config()
1380 if (inb(base + i) != byte) in sdla_set_config()
1507 byte = flp->type != SDLA_S508 ? SDLA_8K_WINDOW : 0; in sdla_set_config()
1508 byte |= (map->mem_start & 0xF000) >> (12 + (flp->type == SDLA_S508 ? 1 : 0)); in sdla_set_config()
1514 byte |= SDLA_S502_SEG_A; in sdla_set_config()
1517 byte |= SDLA_S502_SEG_C; in sdla_set_config()
1520 byte |= SDLA_S502_SEG_D; in sdla_set_config()
1523 byte |= SDLA_S502_SEG_E; in sdla_set_config()
1530 byte |= SDLA_S507_SEG_A; in sdla_set_config()
1533 byte |= SDLA_S507_SEG_B; in sdla_set_config()
1536 byte |= SDLA_S507_SEG_C; in sdla_set_config()
1539 byte |= SDLA_S507_SEG_E; in sdla_set_config()
1546 byte |= SDLA_S508_SEG_A; in sdla_set_config()
1549 byte |= SDLA_S508_SEG_C; in sdla_set_config()
1552 byte |= SDLA_S508_SEG_D; in sdla_set_config()
1555 byte |= SDLA_S508_SEG_E; in sdla_set_config()
1562 outb(byte, base + SDLA_REG_PC_WINDOW); in sdla_set_config()