Searched defs:spacing (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/xscale/ixp2000/
H A Dpm3386.c60 * for the different ports are 'spacing' registers apart.
62 static u16 pm3386_port_reg_read(int port, int _reg, int spacing) argument
68 reg += spacing;
75 * for the different ports are 'spacing' registers apart.
77 static void pm3386_port_reg_write(int port, int _reg, int spacing, u16 value) argument
83 reg += spacing;
/drivers/media/radio/si470x/
H A Dradio-si470x-common.c47 * - spacing and bottom of band codes remain the same
219 unsigned int spacing, band_bottom; local
227 spacing = 0.200 * FREQ_MUL; break;
230 spacing = 0.100 * FREQ_MUL; break;
233 spacing = 0.050 * FREQ_MUL; break;
254 *freq = chan * spacing + band_bottom;
265 unsigned int spacing, band_bottom; local
272 spacing = 0.200 * FREQ_MUL; break;
275 spacing = 0.100 * FREQ_MUL; break;
278 spacing
[all...]
/drivers/parport/
H A Dparport_ax88796.c279 int spacing; local
297 spacing = size / 3;
332 dd->spp_spr = dd->base + (spacing * 1);
333 dd->spp_cpr = dd->base + (spacing * 2);
/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c145 static int fm_rx_set_channel_spacing(struct fmdev *fmdev, u32 spacing) argument
150 if (spacing > 0 && spacing <= 50000)
151 spacing = FM_CHANNEL_SPACING_50KHZ;
152 else if (spacing > 50000 && spacing <= 100000)
153 spacing = FM_CHANNEL_SPACING_100KHZ;
155 spacing = FM_CHANNEL_SPACING_200KHZ;
157 /* set channel spacing */
158 payload = spacing;
169 fm_rx_seek(struct fmdev *fmdev, u32 seek_upward, u32 wrap_around, u32 spacing) argument
[all...]
/drivers/media/radio/
H A Dradio-wl1273.c60 unsigned int spacing; member in struct:wl1273_device
793 if (dir && f + radio->spacing <= radio->rangehigh)
794 r = wl1273_fm_set_rx_freq(radio, f + radio->spacing);
797 else if (f - radio->spacing >= radio->rangelow)
798 r = wl1273_fm_set_rx_freq(radio, f - radio->spacing);
1348 unsigned int spacing)
1353 if (spacing == 0) {
1356 radio->spacing = 100;
1357 } else if (spacing - 50000 < 25000) {
1360 radio->spacing
1347 wl1273_fm_tx_set_spacing(struct wl1273_device *radio, unsigned int spacing) argument
[all...]
/drivers/atm/
H A Diphase.c465 u32 spacing; local
501 spacing = dev->CbrTotEntries / entries;
506 IF_CBR(printk("Vci=0x%x,Spacing=0x%x,Sp_mod=0x%x\n",vcIndex,spacing,sp_mod);)
518 idealSlot += (u32)(spacing + fracSlot); // Point to the next location
/drivers/char/ipmi/
H A Dipmi_si_intf.c236 * instance, if the first port is 0xca2 and the spacing is 4, then
239 unsigned int spacing; member in struct:smi_info
1268 " instance, if the start address is 0xca2 and the spacing"
2098 pr_info("ipmi_si: SPMI: %s %#lx regsize %d spacing %d irq %d\n",
2217 dev_info(info->dev, "%pR regsize %d spacing %d irq %d\n",
2287 /* The top two bits of byte 0x10 hold the register spacing. */
2382 pr_info("ipmi_si: SMBIOS: %s %#lx regsize %d spacing %d irq %d\n",
2490 dev_info(&pdev->dev, "%pR regsize %d spacing %d irq %d\n",
2567 regspacing = of_get_property(np, "reg-spacing", &proplen);
2608 dev_dbg(&dev->dev, "addr 0x%lx regsize %d spacing
[all...]

Completed in 248 milliseconds