Searched refs: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.c356 unsigned char in_byte, version_byte = 0; local
394 in_byte = inb(U14F_PRODUCT_ID(config.port_address));
395 if (in_byte != US14F_PRODUCT_ID_0) {
398 printk("US14F: detect: wrong product ID 0 - %02X\n", in_byte);
410 in_byte = inb(U14F_PRODUCT_ID(config.port_address) + 1);
412 if ((in_byte & 0xF0) != US14F_PRODUCT_ID_1) {
415 printk("US14F: detect: wrong product ID 1 - %02X\n", in_byte);
427 version_byte = in_byte;
H A Du14-34f.c800 unsigned char in_byte; local
863 in_byte = inb(port_base + REG_PRODUCT_ID2);
865 if ((in_byte & 0xf0) != PRODUCT_ID2) goto freelock;
872 subversion = (in_byte & 0x0f);

Completed in 152 milliseconds