Searched defs:in_byte (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Dhwgpe.c207 u32 in_byte; local
242 status = acpi_hw_read(&in_byte, &gpe_register_info->status_address);
247 if (register_bit & in_byte) {
/drivers/scsi/
H A Dultrastor.c357 unsigned char in_byte, version_byte = 0; local
395 in_byte = inb(U14F_PRODUCT_ID(config.port_address));
396 if (in_byte != US14F_PRODUCT_ID_0) {
399 printk("US14F: detect: wrong product ID 0 - %02X\n", in_byte);
411 in_byte = inb(U14F_PRODUCT_ID(config.port_address) + 1);
413 if ((in_byte & 0xF0) != US14F_PRODUCT_ID_1) {
416 printk("US14F: detect: wrong product ID 1 - %02X\n", in_byte);
428 version_byte = in_byte;
H A Du14-34f.c801 unsigned char in_byte; local
864 in_byte = inb(port_base + REG_PRODUCT_ID2);
866 if ((in_byte & 0xf0) != PRODUCT_ID2) goto freelock;
873 subversion = (in_byte & 0x0f);

Completed in 151 milliseconds