Home
last modified time | relevance | path

Searched refs:MIN_FM_FREQ (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dtea5757.c139 if (freq < MIN_FM_FREQ) in tea5757_set_freq()
140 freq = MIN_FM_FREQ; in tea5757_set_freq()
/openbsd/sys/sys/
H A Dradioio.h35 #define MIN_FM_FREQ 87500 macro
/openbsd/sys/dev/pci/bktr/
H A Dbktr_os.c513 if (ri->freq < MIN_FM_FREQ) in bktr_set_info()
514 ri->freq = MIN_FM_FREQ; in bktr_set_info()
/openbsd/sys/dev/pci/
H A Dfmsradio.c172 r->freq = MIN_FM_FREQ; in fmsradio_attach()