[go: nahoru, domu]

Searched refs:BASE (Results 1 - 7 of 7) sorted by relevance

/drivers/media/tuners/
H A Dtuner-xc2028-types.h12 /* BASE firmware should be loaded before any other firmware */
13 #define BASE (1<<0) macro
14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
16 /* F8MHZ marks BASE firmwares for 8 MHz Bandwidth */
46 /* There's a FM | BASE firmware + FM specific firmware (std=0) */
H A Dxc4000.c572 if (type & BASE)
573 printk(KERN_CONT "BASE ");
661 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE))
983 if (priv->cur_fw.type & BASE) {
984 dprintk(1, "BASE firmware not changed.\n");
988 /* Updating BASE - forget about all currently loaded firmware */
996 /* BASE firmwares are all std0 */
998 rc = load_firmware(fe, BASE, &std0);
1007 rc = load_firmware(fe, BASE | INIT1, &std0);
1009 rc = load_firmware(fe, BASE | INIT
[all...]
H A Dtuner-xc2028.c181 if (type & BASE)
182 printk("BASE ");
453 if (type & BASE)
760 (((BASE | new_fw.type) & BASE_TYPES) ==
762 tuner_dbg("BASE firmware not changed.\n");
766 /* Updating BASE - forget about all currently loaded firmware */
774 /* BASE firmwares are all std0 */
776 rc = load_firmware(fe, BASE | new_fw.type, &std0);
786 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0);
788 rc = load_firmware(fe, (BASE | INIT
[all...]
/drivers/net/ethernet/smsc/
H A Dsmc9194.h99 #define BASE 2 macro
H A Dsmc9194.c886 base_address_register = inw( ioaddr + BASE );
/drivers/ps3/
H A Dps3av_cmd.c501 #define BASE PS3AV_CMD_AUDIO_FS_44K macro
505 [PS3AV_CMD_AUDIO_FS_44K-BASE] = { 6272, 6272, 17836, 17836, 8918 },
506 [PS3AV_CMD_AUDIO_FS_48K-BASE] = { 6144, 6144, 11648, 11648, 5824 },
507 [PS3AV_CMD_AUDIO_FS_88K-BASE] = { 12544, 12544, 35672, 35672, 17836 },
508 [PS3AV_CMD_AUDIO_FS_96K-BASE] = { 12288, 12288, 23296, 23296, 11648 },
509 [PS3AV_CMD_AUDIO_FS_176K-BASE] = { 25088, 25088, 71344, 71344, 35672 },
510 [PS3AV_CMD_AUDIO_FS_192K-BASE] = { 24576, 24576, 46592, 46592, 23296 }
552 ns_val = ps3av_ns_table[PS3AV_CMD_AUDIO_FS_44K-BASE][d];
559 #undef BASE macro
/drivers/hwmon/
H A Dpc87360.c76 #define BASE 0x60 /* Register: Base address */ macro
1161 val = (superio_inb(sioaddr, BASE) << 8)
1162 | superio_inb(sioaddr, BASE + 1);

Completed in 126 milliseconds