Searched refs:active_flag (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh.c608 int active_flag, rc; local
617 active_flag = EEH_STATE_MMIO_ACTIVE | EEH_STATE_MMIO_ENABLED;
620 active_flag = EEH_STATE_DMA_ACTIVE;
625 active_flag = 0;
637 if (active_flag) {
647 if (rc & active_flag)
661 if (active_flag) {
666 if (rc & active_flag)
/linux-master/include/linux/
H A Dswitchtec.h248 } active_flag; member in struct:flash_info_regs_gen4
/linux-master/drivers/usb/c67x00/
H A Dc67x00-sched.c569 const __u8 active_flag = 1, retry_cnt = 3; local
622 td->retry_cnt = (tt << TT_OFFSET) | (active_flag << 4) | retry_cnt;
/linux-master/drivers/pci/switch/
H A Dswitchtec.c761 struct active_partition_info_gen4 __iomem *af = &fi->active_flag;

Completed in 118 milliseconds