Searched refs:bm_status (Results 1 – 3 of 3) sorted by relevance
256 u16 bm_status = 0; in longhaul_setstate() local292 bm_status = inw(acpi_regs_addr); in longhaul_setstate()293 bm_status &= 1 << 4; in longhaul_setstate()294 while (bm_status && bm_timeout) { in longhaul_setstate()297 bm_status = inw(acpi_regs_addr); in longhaul_setstate()298 bm_status &= 1 << 4; in longhaul_setstate()
694 u32 bm_status = 0; in acpi_idle_bm_check() local699 acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_STATUS, &bm_status); in acpi_idle_bm_check()700 if (bm_status) in acpi_idle_bm_check()710 bm_status = 1; in acpi_idle_bm_check()712 return bm_status; in acpi_idle_bm_check()
1745 unsigned char thisCard, result, bm_status, bm_int_st; in FlashPoint_HandleInterrupt() local1756 bm_status = in FlashPoint_HandleInterrupt()1760 bm_status = 0; in FlashPoint_HandleInterrupt()1766 hp_intstat)) & FPT_default_intena) | bm_status) { in FlashPoint_HandleInterrupt()1770 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) { in FlashPoint_HandleInterrupt()1777 bm_status = 0; in FlashPoint_HandleInterrupt()