Searched refs:bbp (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.h66 RT2X00DEBUGFS_REGISTER_ENTRY(bbp, u8);
H A Drt2x00debug.c70 * - bbp offset/value files
516 RT2X00DEBUGFS_OPS(bbp, "0x%.2x\n", u8);
596 data += sprintf(data, "bbp\t%d\t%d\t%d\n",
597 debug->bbp.word_base,
598 debug->bbp.word_count,
599 debug->bbp.word_size);
675 RT2X00DEBUGFS_CREATE_REGISTER_ENTRY(intf, bbp);
H A Drt2800lib.c665 .bbp = {
1209 u8 bbp; local
1273 rt2800_bbp_read(rt2x00dev, 4, &bbp);
1274 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * conf_is_ht40(conf));
1275 rt2800_bbp_write(rt2x00dev, 4, bbp);
1277 rt2800_bbp_read(rt2x00dev, 3, &bbp);
1278 rt2x00_set_field8(&bbp, BBP3_HT40_MINUS, conf_is_ht40_minus(conf));
1279 rt2800_bbp_write(rt2x00dev, 3, bbp);
2051 u8 bbp; local
2059 rt2800_bbp_read(rt2x00dev, 4, &bbp);
2110 u8 bbp; local
[all...]
H A Drt2500usb.c264 .bbp = {
1306 u8 bbp; local
1363 rt2500usb_bbp_read(rt2x00dev, 17, &bbp);
1364 bbp -= 6;
1369 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp);
1373 rt2x00_set_field16(&word, EEPROM_BBPTUNE_VGCLOWER, bbp);
H A Drt2400pci.c186 .bbp = {
571 u8 bbp; local
582 rt2400pci_bbp_read(rt2x00dev, 39, &bbp);
583 qual->false_cca = bbp;
H A Drt2500pci.c186 .bbp = {
H A Drt61pci.c224 .bbp = {
H A Drt73usb.c170 .bbp = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_ppc4xx.c398 struct spi_bitbang *bbp; local
462 bbp = &hw->bitbang;
463 bbp->master = hw->master;
464 bbp->setup_transfer = spi_ppc4xx_setupxfer;
465 bbp->chipselect = spi_ppc4xx_chipsel;
466 bbp->txrx_bufs = spi_ppc4xx_txrx;
467 bbp->use_dma = 0;
468 bbp->master->setup = spi_ppc4xx_setup;
469 bbp->master->cleanup = spi_ppc4xx_cleanup;
472 bbp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Ddevice.h128 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *dev, int rate, int depth, int bbp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h512 unsigned bbp, unsigned depth);
H A Dvmwgfx_kms.c849 unsigned bbp, unsigned depth)
857 vmw_write(vmw_priv, SVGA_REG_BITS_PER_PIXEL, bbp);
847 vmw_kms_write_svga(struct vmw_private *vmw_priv, unsigned width, unsigned height, unsigned pitch, unsigned bbp, unsigned depth) argument

Completed in 81 milliseconds