Searched refs:bm_status (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dlonghaul.c253 u16 bm_status = 0; local
288 bm_status = inw(acpi_regs_addr);
289 bm_status &= 1 << 4;
290 while (bm_status && bm_timeout) {
293 bm_status = inw(acpi_regs_addr);
294 bm_status &= 1 << 4;
/linux-master/drivers/acpi/
H A Dprocessor_idle.c505 u32 bm_status = 0; local
510 acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_STATUS, &bm_status);
511 if (bm_status)
521 bm_status = 1;
523 return bm_status;
/linux-master/drivers/scsi/
H A DFlashPoint.c1715 unsigned char thisCard, result, bm_status; local
1727 bm_status = RD_HARPOON(ioport + hp_ext_status) &
1730 bm_status = 0;
1735 FPT_default_intena) | bm_status) {
1739 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) {
1745 bm_status = 0;

Completed in 118 milliseconds