Home
last modified time | relevance | path

Searched +full:6 +full:bg (Results 1 – 25 of 133) sorted by relevance

123456

/linux/Documentation/driver-api/media/drivers/
H A Dtuners.rst27 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 Dbtext.c244 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/tools/testing/selftests/net/
H A Dcmsg_ipv6.sh60 $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 Dbtext.c411 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 Datafb_utils.h101 "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 …]
H A Dvt8623fb.c44 { 0, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
46 { 4, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
48 { 4, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 1,
50 { 8, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
54 {16, {11, 5, 0}, {5, 6, 0}, {0, 5, 0}, {0, 0, 0}, 0,
74 …_regset vt8623_v_display_regs[] = {{0x12, 0, 7}, {0x07, 1, 1}, {0x07, 6, 6}, {0x35, 2, 2}, VGA…
81 …_regset vt8623_line_compare_regs[] = {{0x18, 0, 7}, {0x07, 4, 4}, {0x09, 6, 6}, {0x33, 0, 2}, {0x…
145 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit() local
161 val = (val & fg) | (~val & bg); in vt8623fb_iplan_imageblit()
194 ((c & 16) << 4) | ((c & 32) << 7) | ((c & 64) >> 6) | ((c & 128) >> 3)) * 0xF; in expand_pixel()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c15 #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 Dzl10036.c99 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 Dv4l2-tpg-core.c1072 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 Dblock-group.c319 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/drivers/gpu/drm/radeon/
H A Dradeon_combios.c850 uint8_t rev, bg, dac;
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_primary_dac_info()
930 case 6: in radeon_combios_get_tv_info()
1001 uint8_t rev, bg, dac; in radeon_legacy_get_tv_dac_info_from_table()
1014 bg in radeon_combios_get_tv_dac_info()
866 uint8_t rev, bg, dac; radeon_combios_get_primary_dac_info() local
1017 uint8_t rev, bg, dac; radeon_combios_get_tv_dac_info() local
[all...]
/linux/scripts/
H A Dextract_xc3028.pl217 # 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/video/fbdev/aty/
H A Dmach64_accel.c32 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 Dipw2200.rst11 - 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 Dsticon.c169 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/video/fbdev/nvidia/
H A Dnvidia.c112 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/iio/pressure/
H A Dhsc030pa.c40 #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/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dpwrseq.h10 * 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/include/uapi/linux/
H A Domap3isp.h57 _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/video/fbdev/riva/
H A Dfbdev.c466 * @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/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c22 /* 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/media/pci/cx18/
H A Dcx18-av-core.h99 * 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/sound/soc/codecs/
H A Drt5514.c279 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()
/linux/arch/arm/mach-omap2/
H A Domap-smc.S8 * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg>
50 mcr p15, 0, r7, c7, c5, 6
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dpwrseq.h168 /*0x07=0x20 , SOP option to disable BG/MB*/}, \
286 /*. 0x29[7:6] = 2b'00 enable BB clock*/}, \
338 * There are 6 HW Power States:
421 /*anapar_mac<118> , 0x25[6]=0 by wlan single function*/},\
445 /* 0x10[6]=1 */},
486 /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/}, \
517 /*0x07=0x20 , SOP option to disable BG/MB*/}, \
568 /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/}, \
643 /*. 0x29[7:6] = 2b'00 enable BB clock*/},\

123456