Home
last modified time | relevance | path

Searched defs:rfprog (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_rum.c224 static const struct rfprog { struct
225 uint8_t chan;
226 uint32_t r1, r2, r3, r4;
1674 const struct rfprog *rfprog; in rum_set_chan() local
H A Dif_zyd.c985 } rfprog[] = ZYD_RFMD_CHANTABLE; in zyd_rfmd_set_channel() local
1072 } rfprog[] = ZYD_AL2230_CHANTABLE; in zyd_al2230_set_channel() local
1150 } rfprog[] = ZYD_AL7230B_CHANTABLE; in zyd_al7230B_set_channel() local
1230 static const uint32_t rfprog[] = ZYD_AL2210_CHANTABLE; in zyd_al2210_set_channel() local
1289 static const uint32_t rfprog[] = ZYD_GCT_CHANTABLE; in zyd_gct_set_channel() local
1347 } rfprog[] = ZYD_MAXIM_CHANTABLE; in zyd_maxim_set_channel() local
1430 } rfprog[] = ZYD_MAXIM2_CHANTABLE; in zyd_maxim2_set_channel() local
H A Dif_run.c480 static const struct rfprog { struct
481 uint8_t chan;
482 uint32_t r1, r2, r3, r4;
2973 const struct rfprog *rfprog = rt2860_rf2850; in run_rt2870_set_chan() local
/netbsd-src/sys/dev/ic/
H A Drt2661.c184 static const struct rfprog { struct
185 uint8_t chan;
186 uint32_t r1, r2, r3, r4;
2219 const struct rfprog *rfprog; in rt2661_set_chan() local
H A Drt2860.c192 static const struct rfprog { struct
193 uint8_t chan;
194 uint32_t r1, r2, r3, r4;
2364 const struct rfprog *rfprog = rt2860_rf2850; in rt2860_set_chan() local
H A Drt2661var.h125 uint8_t rfprog; member