Searched refs:ENT_HM (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/hamradio/ |
D | z8530.h | 60 #define ENT_HM 0x10 /* Enter Hunt Mode */ macro
|
D | scc.c | 362 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */ in start_hunt() 475 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */ in scc_exint() 527 or(scc,R3,ENT_HM); /* enter hunt mode for next flag */ in scc_rxint() 541 or(scc, R3, ENT_HM); in scc_rxint() 557 or(scc, R3, ENT_HM); in scc_rxint() 581 or(scc,R3,ENT_HM); /* enter hunt mode for next flag */ in scc_spint() 926 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */ in scc_key_trx()
|
/linux-6.12.1/drivers/tty/serial/ |
D | zs.h | 112 #define ENT_HM 0x10 /* Enter Hunt Mode */ macro
|
D | sunzilog.h | 85 #define ENT_HM 0x10 /* Enter Hunt Mode */ macro
|
D | ip22zilog.h | 93 #define ENT_HM 0x10 /* Enter Hunt Mode */ macro
|
D | pmac_zilog.h | 172 #define ENT_HM 0x10 /* Enter Hunt Mode */ macro
|