Searched defs:in_byte (Results 1 - 4 of 4) sorted by last modified time

/drivers/scsi/
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);
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;
/drivers/acpi/acpica/
H A Devxfevnt.c329 u32 in_byte; local
353 enable_register_id, &in_byte);
358 if (in_byte) {
366 status_register_id, &in_byte);
371 if (in_byte) {
H A Dhwgpe.c207 u32 in_byte; local
248 status = acpi_hw_read(&in_byte, &gpe_register_info->status_address);
253 if (register_bit & in_byte) {

Completed in 143 milliseconds