Home
last modified time | relevance | path

Searched refs:set_hw (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/arc/include/asm/
Dmmu_context.h78 goto set_hw; in get_new_mmu_context()
97 set_hw: in get_new_mmu_context()
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_par.c496 char set_hw = 1; in init_baycompar() local
510 set_hw = 0; in init_baycompar()
511 if (!set_hw) in init_baycompar()
521 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycompar()
522 set_hw = 0; in init_baycompar()
Dbaycom_ser_fdx.c631 char set_hw = 1; in init_baycomserfdx() local
645 set_hw = 0; in init_baycomserfdx()
646 if (!set_hw) in init_baycomserfdx()
656 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycomserfdx()
657 set_hw = 0; in init_baycomserfdx()
Dbaycom_ser_hdx.c659 char set_hw = 1; in init_baycomserhdx() local
673 set_hw = 0; in init_baycomserhdx()
674 if (!set_hw) in init_baycomserhdx()
684 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycomserhdx()
685 set_hw = 0; in init_baycomserhdx()
Dbaycom_epp.c1202 char set_hw = 1; in init_baycomepp() local
1223 set_hw = 0; in init_baycomepp()
1224 if (!set_hw) in init_baycomepp()
1232 if (set_hw && baycom_setmode(netdev_priv(dev), mode[i])) in init_baycomepp()
1233 set_hw = 0; in init_baycomepp()