Searched refs:in_byte (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Devxfevnt.c329 u32 in_byte; ACPI_EXPORT_SYMBOL() local
353 enable_register_id, &in_byte); ACPI_EXPORT_SYMBOL()
358 if (in_byte) { ACPI_EXPORT_SYMBOL()
367 status_register_id, &in_byte); ACPI_EXPORT_SYMBOL()
372 if (in_byte) { ACPI_EXPORT_SYMBOL()
H A Dhwgpe.c213 u32 in_byte; acpi_hw_get_gpe_status() local
254 status = acpi_hw_read(&in_byte, &gpe_register_info->enable_address); acpi_hw_get_gpe_status()
259 if (register_bit & in_byte) { acpi_hw_get_gpe_status()
265 status = acpi_hw_read(&in_byte, &gpe_register_info->status_address); acpi_hw_get_gpe_status()
270 if (register_bit & in_byte) { acpi_hw_get_gpe_status()
/linux-4.4.14/drivers/scsi/
H A Dultrastor.c356 unsigned char in_byte, version_byte = 0; ultrastor_14f_detect() local
394 in_byte = inb(U14F_PRODUCT_ID(config.port_address)); ultrastor_14f_detect()
395 if (in_byte != US14F_PRODUCT_ID_0) { ultrastor_14f_detect()
398 printk("US14F: detect: wrong product ID 0 - %02X\n", in_byte); ultrastor_14f_detect()
410 in_byte = inb(U14F_PRODUCT_ID(config.port_address) + 1); ultrastor_14f_detect()
412 if ((in_byte & 0xF0) != US14F_PRODUCT_ID_1) { ultrastor_14f_detect()
415 printk("US14F: detect: wrong product ID 1 - %02X\n", in_byte); ultrastor_14f_detect()
427 version_byte = in_byte; ultrastor_14f_detect()
H A Du14-34f.c800 unsigned char in_byte; port_detect() local
863 in_byte = inb(port_base + REG_PRODUCT_ID2); port_detect()
865 if ((in_byte & 0xf0) != PRODUCT_ID2) goto freelock; port_detect()
872 subversion = (in_byte & 0x0f); port_detect()
H A Dscsi_debug.c714 int in_byte, int in_bit) mk_sense_invalid_fld()
738 put_unaligned_be16(in_byte, sks + 1); mk_sense_invalid_fld()
750 my_name, asc, c_d ? 'C' : 'D', in_byte, in_bit); mk_sense_invalid_fld()
713 mk_sense_invalid_fld(struct scsi_cmnd *scp, enum sdeb_cmd_data c_d, int in_byte, int in_bit) mk_sense_invalid_fld() argument
/linux-4.4.14/fs/jffs2/
H A Dcompr_rubin.c249 static int in_byte(struct rubin_state *rs) in_byte() function
380 page_out[outpos++] = in_byte(&rs); rubin_do_decompress()

Completed in 257 milliseconds