/linux/Documentation/driver-api/media/drivers/ |
H A D | tuners.rst | 27 A= BG+DK 28 B= BG 32 M= BG+I+DK 34 Q= BG+I+DK+LL 55 F[IRMQ]12[1345]6{MF|ME|MP} 63 12[1345]6: 64 1216: PAL BG 69 MF: BG LL w/ Secam (Multi France) 70 ME: BG DK I LL (Multi Europe) 71 MP: BG DK I (Multi PAL) [all …]
|
/linux/arch/sparc/kernel/ |
H A D | btext.c | 244 int bg = 0x00000000UL; in draw_byte_32() local 249 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 250 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 251 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 252 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 253 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 254 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 255 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 256 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 265 int bg = 0x00000000UL; in draw_byte_16() local [all …]
|
/linux/drivers/greybus/ |
H A D | gb-beagleplay.c | 204 static void hdlc_rx_greybus_frame(struct gb_beagleplay *bg, u8 *buf, u16 len) in hdlc_rx_greybus_frame() argument 210 dev_dbg(&bg->sd->dev, "Greybus Operation %u type %X cport %u status %u received", in hdlc_rx_greybus_frame() 213 greybus_data_rcvd(bg->gb_hd, cport_id, (u8 *)&gb_frame->hdr, gb_msg_len); in hdlc_rx_greybus_frame() 216 static void hdlc_rx_dbg_frame(const struct gb_beagleplay *bg, const char *buf, u16 len) in hdlc_rx_dbg_frame() argument 218 dev_dbg(&bg->sd->dev, "CC1352 Log: %.*s", (int)len, buf); in hdlc_rx_dbg_frame() 223 * @bg: beagleplay greybus driver 227 static void hdlc_write(struct gb_beagleplay *bg) in hdlc_write() argument 231 int head = smp_load_acquire(&bg->tx_circ_buf.head); in hdlc_write() 232 int tail = bg->tx_circ_buf.tail; in hdlc_write() 234 const unsigned char *buf = &bg->tx_circ_buf.buf[tail]; in hdlc_write() [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | cmsg_ipv6.sh | 60 $NSEXE ./cmsg_sender -s -S 2000 -6 -p $p $m $TGT6 1234 70 ip -6 -netns $NS rule add tos $TOS lookup 300 71 ip -6 -netns $NS route add table 300 prohibit any 85 BG=$! 88 $NSEXE ./cmsg_sender -6 -p $p $m $((TOS2)) $TGT6 1234 91 while [ -d /proc/$BG ]; do 92 $NSEXE ./cmsg_sender -6 -p $p $m $((TOS2)) $TGT6 1234 102 $NSEXE ./cmsg_sender -6 -p $p $m $((TOS)) -s $TGT6 1234 122 BG=$! 125 $NSEXE ./cmsg_sender -6 -p $p $m $LIM $TGT6 1234 [all …]
|
/linux/arch/powerpc/kernel/ |
H A D | btext.c | 411 int bg = 0x00000000UL; in draw_byte_32() local 416 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 417 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 418 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 419 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 420 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 421 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 422 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 423 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 432 int bg = 0x00000000UL; in draw_byte_16() local [all …]
|
/linux/drivers/video/fbdev/ |
H A D | atafb_utils.h | 101 "2: move.w %1,%2; lsr.l #2,%1 ; jeq 6f\n" in fb_memclear() 104 "4: subq.l #1,%1 ; jcs 6f\n" in fb_memclear() 107 "6: move.w %2,%1; btst #1,%1 ; jeq 7f ; clr.w (%0)+\n" in fb_memclear() 166 "2: move.w %2,%-; lsr.l #2,%2 ; jeq 6f\n" in fb_memmove() 169 "4: subq.l #1,%2 ; jcs 6f\n" in fb_memmove() 173 "6: move.w %+,%2; btst #1,%2 ; jeq 7f ; move.w (%1)+,(%0)+\n" in fb_memmove() 199 "2: move.w %2,%-; lsr.l #2,%2 ; jeq 6f\n" in fb_memmove() 202 "4: subq.l #1,%2 ; jcs 6f\n" in fb_memmove() 206 "6: move.w %+,%2; btst #1,%2 ; jeq 7f ; move.w -(%1),-(%0)\n" in fb_memmove() 269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 6000.c | 15 #define IWL6000_UCODE_API_MAX 6 17 #define IWL6000G2_UCODE_API_MAX 6 18 #define IWL6035_UCODE_API_MAX 6 24 #define IWL6035_UCODE_API_MIN 6 31 #define EEPROM_6150_TX_POWER_VERSION (6) 33 #define EEPROM_6005_TX_POWER_VERSION (6) 35 #define EEPROM_6030_TX_POWER_VERSION (6) 37 #define EEPROM_6035_TX_POWER_VERSION (6) 135 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG", 194 .name = "Intel(R) Centrino(R) Advanced-N 6230 BG", [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | zl10036.c | 99 reg = 6; in zl10036_write() 160 * 6[0xc0]: 1 | 1 | 0 | 0 | RSD | 0 | 0 | 0 195 0xc0, 0x00, /* 6/7: rsd=0 bf=0 */ in zl10036_set_bandwidth() 215 * f(bw)=34,6MHz f(xtal)=10.111MHz in zl10036_set_bandwidth() 273 u8 rfg, ba, bg; in zl10036_set_gain_params() local 278 bg = 1; in zl10036_set_gain_params() 282 | ((ba << 3) & 0x18) | ((bg << 1) & 0x06); in zl10036_set_gain_params() 290 deb_info("%s: c=%u rfg=%u ba=%u bg=%u\n", __func__, c, rfg, ba, bg); in zl10036_set_gain_params() 387 { 0x8b, _RDIV_REG }, /* 4/5: rfg=0 ba=1 bg=1 len=? */ in zl10036_init_regs() 389 { 0xc0, 0x20 }, /* 6/7: rsd=0 bf=0x10 */ in zl10036_init_regs()
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 1072 g >>= 6; in precalculate_color() 1105 r >>= 6; in precalculate_color() 1106 g >>= 6; in precalculate_color() 1107 b >>= 6; in precalculate_color() 1156 buf[0][offset+1] = r_y_h >> 6; in gen_twopix() 1355 buf[0][offset] = (g_u_s << 6) | (b_v << 1) | in gen_twopix() 1371 buf[0][offset] = (g_u_s << 6) | (r_y_h << 1) | in gen_twopix() 1397 buf[0][offset + 2] = r_y_h << 6; in gen_twopix() 1464 buf[0][offset + 1] = odd ? g_u_s >> 6 : b_v >> 6; in gen_twopix() 1466 buf[1][offset + 1] = odd ? r_y_h >> 6 : g_u_s >> 6; in gen_twopix() [all …]
|
/linux/fs/btrfs/ |
H A D | block-group.c | 319 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 322 bg = btrfs_lookup_block_group(fs_info, bytenr); in btrfs_inc_nocow_writers() 323 if (!bg) in btrfs_inc_nocow_writers() 326 spin_lock(&bg->lock); in btrfs_inc_nocow_writers() 327 if (bg->ro) in btrfs_inc_nocow_writers() 330 atomic_inc(&bg->nocow_writers); in btrfs_inc_nocow_writers() 331 spin_unlock(&bg->lock); in btrfs_inc_nocow_writers() 334 btrfs_put_block_group(bg); in btrfs_inc_nocow_writers() 339 return bg; in btrfs_inc_nocow_writers() 353 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg) in btrfs_dec_nocow_writers() argument [all …]
|
/linux/scripts/ |
H A D | extract_xc3028.pl | 217 # Firmware 6, type: STD FW (0x00000000), id: PAL/BG A2/A (0000000100000007), size: 161 226 # Firmware 7, type: STD FW MTS (0x00000004), id: PAL/BG A2/A (0000000100000007), size: 169 235 # Firmware 8, type: STD FW (0x00000000), id: PAL/BG A2/B (0000000200000007), size: 161 244 # Firmware 9, type: STD FW MTS (0x00000004), id: PAL/BG A2/B (0000000200000007), size: 169 253 # Firmware 10, type: STD FW (0x00000000), id: PAL/BG NICAM/A (0000000400000007), size: 161 262 # Firmware 11, type: STD FW MTS (0x00000004), id: PAL/BG NICAM/A (0000000400000007), size: 169 271 # Firmware 12, type: STD FW (0x00000000), id: PAL/BG NICAM/B (0000000800000007), size: 161 280 # Firmware 13, type: STD FW MTS (0x00000004), id: PAL/BG NICAM/B (0000000800000007), size: 169 740 …# Firmware 63, type: SCODE FW MONO HAS IF (0x60008000), IF = 5.32 MHz id: PAL/BG A2 NICAM (000000… 770 …# Firmware 66, type: SCODE FW HAS IF (0x60000000), IF = 5.64 MHz id: PAL/BG A2 (0000000300000007)… [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 850 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local 865 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info() 867 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 869 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info() 871 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 874 if ((dac == 0) || (bg == 0)) in radeon_combios_get_primary_dac_info() 908 if (RBIOS8(tv_info + 6) == 'T') { in radeon_combios_get_tv_info() 930 case 6: in radeon_combios_get_tv_info() 1001 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local 1014 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info() [all …]
|
/linux/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 32 rotation = (dx / 4) % 6; in rotation24bpp() 34 rotation = ((dx + 2) / 4) % 6; in rotation24bpp() 356 u32 fg, bg; in atyfb_imageblit() local 360 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit() 363 bg = image->bg_color; in atyfb_imageblit() 367 aty_st_le32(DP_BKGD_CLR, bg, par); in atyfb_imageblit()
|
/linux/Documentation/networking/device_drivers/wifi/intel/ |
H A D | ipw2200.rst | 11 - Intel(R) PRO/Wireless 2200BG Network Connection 15 PRO/Wireless 2200BG Driver for Linux is a unified driver that works on 43 6. Support 213 eth1 get_mode:802.11bg (6) 231 6 802.11bg 369 | | | 802.11bg | 802.11a | 488 6. Support
|
/linux/drivers/video/console/ |
H A D | sticon.c | 169 if ((w < 6) || (h < 6) || (w > 32) || (h > 32) || (vpitch != 32) in sticon_set_font() 324 u8 bg = (color & 0x70) >> 4; in sticon_build_attr() local 327 return (fg << 3) | bg; in sticon_build_attr() 329 return (bg << 3) | fg; in sticon_build_attr()
|
/linux/drivers/media/tuners/ |
H A D | qm1d1b0004.c | 26 * b[1] "0":1, BG:2, divider_quotient[7:3]:5 47 * band 2 (freq < 1072000) -> DIV:1, BANDX:6, PSC:1 51 * band 6 (freq < 1615000) -> DIV:0, BANDX:3, PSC:0 54 * band 9 (freq < 2150000) -> DIV:0, BANDX:6, PSC:0 123 /* step.1: set frequency with BG:2, TM:0(4MHZ), LPF:4MHz */ in qm1d1b0004_set_params()
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 112 u16 bg, u16 fg, u32 w, u32 h) in nvidiafb_load_cursor_image() argument 127 tmp = (b & (1 << 31)) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 129 tmp |= (b & (1 << 31)) ? fg : bg; in nvidiafb_load_cursor_image() 132 tmp = (b & 1) ? fg : bg; in nvidiafb_load_cursor_image() 134 tmp |= (b & 1) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 346 | SetBitField(v_display, 9: 9, 6:6) in nvidia_calc_regs() 349 | SetBit(6) in nvidia_calc_regs() 364 state->screen = SetBitField(h_blank_e, 6: 6, 4:4) in nvidia_calc_regs() 378 | SetBitField(v_blank_s, 11: 11, 6:6); in nvidia_calc_regs() 530 u16 fg, bg; in nvidiafb_cursor() local [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | pwrseq.h | 10 * There are 6 HW Power States: 87 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(6), BIT(6)}, \ 108 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(6), BIT(6)}, 132 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(6), 0}, \ 156 /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ 193 /*0x07=0x20 , SOP option to disable BG/MB*/ \ 249 /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ 334 /*. 0x29[7:6] = 2b'00 enable BB clock*/ \ 336 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(6)|BIT(7), 0}, \
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa.c | 40 #define HSC_PRESSURE_TRIPLET_LEN 6 41 #define HSC_STATUS_MASK GENMASK(7, 6) 109 [HSC600MG] = "600MG", [HSC001BG] = "001BG", [HSC1_6BG] = "1.6BG", 110 [HSC2_5BG] = "2.5BG", [HSC004BG] = "004BG", [HSC006BG] = "006BG", 111 [HSC010BG] = "010BG", [HSC100KA] = "100KA", [HSC160KA] = "160KA",
|
/linux/include/uapi/linux/ |
H A D | omap3isp.h | 57 _IOWR('V', BASE_VIDIOC_PRIVATE + 6, struct omap3isp_stat_data) 59 _IOWR('V', BASE_VIDIOC_PRIVATE + 6, struct omap3isp_stat_data_time32) 88 #define OMAP3ISP_AEWB_MIN_WIN_W 6 124 * @win_width: Window Width. Range 6 - 256, even values only. 271 OMAP3ISP_AF_GR_BG_BAYER = 2, /* GR and BG as Bayer pattern */ 272 OMAP3ISP_AF_RG_BG_BAYER = 3, /* RG and BG as Bayer pattern */ 454 #define OMAP3ISP_PREV_BLKADJ (1 << 6) 560 * [RG] [GG] [BG]
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-av-core.h | 99 * This staring field line, S, is 6 (& 319) or 10 (& 273) for 625 or 525 112 * S is 6 for 625 line systems or 10 for 525 line systems 310 #define CXADEC_PREF_MODE_DUAL_LANG_BC 6 320 #define CXADEC_SELECT_AUDIO_STANDARD_BG 0xF0 /* NICAM BG and A2 BG */
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 22 /* keep this initialization for compatibility with GCC < 4.4.6 */ 540 .fourcc = V4L2_PIX_FMT_SBGGR8, /* Bayer BG/GR */ 554 .fourcc = V4L2_PIX_FMT_SGRBG8, /* Bayer GR/BG */ 568 .fourcc = V4L2_PIX_FMT_SBGGR10, /* Bayer BG/GR */ 582 .fourcc = V4L2_PIX_FMT_SGRBG10, /* Bayer GR/BG */ 596 .fourcc = V4L2_PIX_FMT_SBGGR12, /* Bayer BG/GR */ 610 .fourcc = V4L2_PIX_FMT_SGRBG12, /* Bayer GR/BG */ 624 .fourcc = V4L2_PIX_FMT_SBGGR16, /* Bayer BG/GR */ 638 .fourcc = V4L2_PIX_FMT_SGRBG16, /* Bayer GR/BG */
|
/linux/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 466 * @bg: background color (ARGB1555) - alpha bit determines opacity 479 u16 bg, u16 fg, u32 w, u32 h) in rivafb_load_cursor_image() argument 484 bg = le16_to_cpu(bg); in rivafb_load_cursor_image() 496 tmp = (b & (1 << 31)) ? fg << 16 : bg << 16; in rivafb_load_cursor_image() 498 tmp |= (b & (1 << 31)) ? fg : bg; in rivafb_load_cursor_image() 501 tmp = (b & 1) ? fg : bg; in rivafb_load_cursor_image() 503 tmp |= (b & 1) ? fg << 16 : bg << 16; in rivafb_load_cursor_image() 729 | SetBitField (vDisplay, 9: 9, 6:6) in riva_load_video_mode() 732 | SetBit (6); in riva_load_video_mode() 741 newmode.ext.screen = SetBitField(hBlankEnd,6:6,4:4) in riva_load_video_mode() [all …]
|
/linux/arch/arm/mach-omap2/ |
H A D | omap-smc.S | 8 * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> 50 mcr p15, 0, r7, c7, c5, 6
|
/linux/sound/soc/codecs/ |
H A D | rt5514.c | 279 6, 6, TLV_DB_SCALE_ITEM(1200, 0, 0), 581 SND_SOC_DAPM_SUPPLY("BG LDO18 IN", RT5514_PWR_ANA1, 583 SND_SOC_DAPM_SUPPLY("BG LDO21", RT5514_PWR_ANA1, 585 SND_SOC_DAPM_SUPPLY("BG MBIAS", RT5514_PWR_ANA2, 691 { "ADC Power", NULL, "BG LDO18 IN" }, 692 { "ADC Power", NULL, "BG LDO21" }, 693 { "ADC Power", NULL, "BG MBIAS" }, 1002 case 6: in rt5514_set_tdm_slot()
|