Home
last modified time | relevance | path

Searched refs:HAS_LOCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c35 #define HAS_LOCK 1 macro
1259 if (0 == (state->diseq_flags & HAS_LOCK)) { in dst_get_signal()
1304 state->diseq_flags &= ~(HAS_LOCK); in dst_get_tuna()
1339 state->diseq_flags |= HAS_LOCK; in dst_get_tuna()
1360 state->diseq_flags &= ~(HAS_LOCK | ATTEMPT_TUNE); in dst_write_tuna()
1456 state->diseq_flags &= ~(HAS_POWER | HAS_LOCK | ATTEMPT_TUNE); in dst_set_voltage()
1549 if (state->diseq_flags & HAS_LOCK) { in dst_read_status()
/openbmc/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c19 SNOR_F_NAME(HAS_LOCK),