Home
last modified time | relevance | path

Searched +full:5 +full:bg (Results 1 – 25 of 165) sorted by relevance

1234567

/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
38 5: With FM
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)
72 MR: BG DK M (?)
[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/drivers/greybus/
H A Dgb-beagleplay.c204 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/Documentation/devicetree/bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml52 1 - B, 5% to 95% of 2^14
53 2 - C, 5% to 85% of 2^14
67 600MG, 001BG, 1.6BG, 2.5BG, 004BG, 006BG, 010BG, 100KA, 160KA,
91 Provide VDD power to the sensor (either 3.3V or 5V depending on the chip)
/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.h105 "5: clr.l (%0)+; clr.l (%0)+ ; clr.l (%0)+ ; clr.l (%0)+\n" in fb_memclear()
106 " dbra %1,5b ; clr.w %1; subq.l #1,%1; jcc 5b\n" in fb_memclear()
170 "5: move.l (%1)+,(%0)+; move.l (%1)+,(%0)+\n" in fb_memmove()
172 " dbra %2,5b ; clr.w %2; subq.l #1,%2; jcc 5b\n" in fb_memmove()
203 "5: move.l -(%1),-(%0); move.l -(%1),-(%0)\n" in fb_memmove()
205 " dbra %2,5b ; clr.w %2; subq.l #1,%2; jcc 5b\n" in fb_memmove()
269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument
271 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask()
273 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask()
301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument
[all …]
/linux/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
126 par->SavageWaitFifo(par, size + 5); in savagefb_imageblit()
130 BCI_SEND(bg); in savagefb_imageblit()
/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c16 #define IWL6050_UCODE_API_MAX 5
23 #define IWL6000G2_UCODE_API_MIN 5
135 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
194 .name = "Intel(R) Centrino(R) Advanced-N 6230 BG",
230 .name = "Intel(R) Centrino(R) Wireless-N 1030 BG",
242 .name = "Intel(R) Centrino(R) Wireless-N 130 BG",
277 .name = "Intel(R) Centrino(R) Advanced-N 6200 BG",
329 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BG",
H A D1000.c14 #define IWL1000_UCODE_API_MAX 5
15 #define IWL100_UCODE_API_MAX 5
19 #define IWL100_UCODE_API_MIN 5
83 .name = "Intel(R) Centrino(R) Wireless-N 1000 BG",
108 .name = "Intel(R) Centrino(R) Wireless-N 100 BG",
/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 …]
H A Dzoned.c53 #define BTRFS_MIN_ACTIVE_ZONES (BTRFS_SUPER_MIRROR_MAX + 5)
1367 static int btrfs_load_block_group_single(struct btrfs_block_group *bg, in btrfs_load_block_group_single() argument
1372 btrfs_err(bg->fs_info, in btrfs_load_block_group_single()
1378 bg->alloc_offset = info->alloc_offset; in btrfs_load_block_group_single()
1379 bg->zone_capacity = info->capacity; in btrfs_load_block_group_single()
1381 set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &bg->runtime_flags); in btrfs_load_block_group_single()
1385 static int btrfs_load_block_group_dup(struct btrfs_block_group *bg, in btrfs_load_block_group_dup() argument
1390 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_dup()
1397 bg->zone_capacity = min_not_zero(zone_info[0].capacity, zone_info[1].capacity); in btrfs_load_block_group_dup()
1400 btrfs_err(bg->fs_info, in btrfs_load_block_group_dup()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dzl10036.c47 * 5, (write 0x09 to reg), freq step size 2.022kHz
159 * 5[0x00]: P0 | C1 | C0 | R4 | R3 | R2 | R1 | R0
273 u8 rfg, ba, bg; in zl10036_set_gain_params() local
278 bg = 1; in zl10036_set_gain_params()
281 buf[0] = 0x80 | ((rfg << 5) & 0x20) in zl10036_set_gain_params()
282 | ((ba << 3) & 0x18) | ((bg << 1) & 0x06); in zl10036_set_gain_params()
288 buf[1] = _RDIV_REG | ((c << 5) & 0x60); 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()
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1132 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */
1300 buf[0][offset] = (r_y_h << 5) | (g_u_s << 2) | b_v; in gen_twopix()
1304 buf[0][offset] = (g_u_s << 5) | b_v; in gen_twopix()
1309 buf[0][offset + 1] = (g_u_s << 5) | b_v; in gen_twopix()
1347 buf[0][offset] = (g_u_s << 5) | b_v; in gen_twopix()
1363 buf[0][offset] = (g_u_s << 5) | r_y_h; in gen_twopix()
1381 buf[0][offset + 1] = (g_u_s << 5) | b_v; in gen_twopix()
1716 sq_w = (w * 2 / 5) & ~1; in tpg_calculate_square_border()
1920 PIXTYPE bg; \
1922 memcpy(&bg, tpg->textbg[p], sizeof(PIXTYPE)); \
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c641 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
643 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
644 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
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()
926 case 5: in radeon_combios_get_tv_info()
[all …]
/linux/drivers/video/fbdev/aty/
H A Dmach64_accel.c174 wait_for_fifo(5, par); in aty_init_engine()
238 wait_for_fifo(5, par); in atyfb_copyarea()
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()
376 wait_for_fifo(5, par); in atyfb_imageblit()
/linux/scripts/
H A Dextract_xc3028.pl208 # Firmware 5, type: BASE FW MTS (0x00000005), id: (0000000000000000), size: 6617
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…
[all …]
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c151 struct fcoe_percpu_s *bg; in bnx2fc_clean_rx_queue() local
156 bg = &bnx2fc_global; in bnx2fc_clean_rx_queue()
157 spin_lock_bh(&bg->fcoe_rx_list.lock); in bnx2fc_clean_rx_queue()
158 list = &bg->fcoe_rx_list; in bnx2fc_clean_rx_queue()
166 spin_unlock_bh(&bg->fcoe_rx_list.lock); in bnx2fc_clean_rx_queue()
431 struct fcoe_percpu_s *bg; in bnx2fc_rcv() local
465 bg = &bnx2fc_global; in bnx2fc_rcv()
466 spin_lock(&bg->fcoe_rx_list.lock); in bnx2fc_rcv()
468 __skb_queue_tail(&bg->fcoe_rx_list, skb); in bnx2fc_rcv()
469 if (bg->fcoe_rx_list.qlen == 1) in bnx2fc_rcv()
[all …]
/linux/drivers/iio/pressure/
H A Dhsc030pa.c42 #define HSC_TEMPERATURE_MASK GENMASK(15, 5)
52 * function B: 5% - 95% of 2^14
53 * function C: 5% - 85% of 2^14
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",
429 .shift = 5,
/linux/drivers/media/tuners/
H A Dqm1d1b0004.c26 * b[1] "0":1, BG:2, divider_quotient[7:3]:5
27 * b[2] divider_quotient[2:0]:3, divider_remainder:5
46 * band 1 (freq < 986000) -> DIV:1, BANDX:5, PSC:1
50 * band 5 (freq < 1447000) -> DIV:0, BANDX:2, PSC:0
53 * band 8 (freq < 1972000) -> DIV:0, BANDX:5, PSC:0
123 /* step.1: set frequency with BG:2, TM:0(4MHZ), LPF:4MHz */ in qm1d1b0004_set_params()
/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
42 5. Firmware installation
213 eth1 get_mode:802.11bg (6)
230 5 802.11ag (2915 only)
231 6 802.11bg
369 | | | 802.11bg | 802.11a |
466 example 1.0.1, 1.1.5, etc.) indicates a development version that is
476 5. Firmware installation
/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()
303 info->var.hsync_len + info->var.left_margin) / 8 - 5; in nvidia_calc_regs()
326 h_start = h_total - 5; in nvidia_calc_regs()
337 state->crtc[0x5] = SetBitField(h_blank_e, 5: 5, 7:7) in nvidia_calc_regs()
345 | SetBitField(v_total, 9: 9, 5:5) in nvidia_calc_regs()
348 state->crtc[0x9] = SetBitField(v_blank_s, 9: 9, 5:5) in nvidia_calc_regs()
[all …]
H A Dnv_accel.c356 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); in nvidiafb_mono_color_expand() local
361 dsize = (width * image->height) >> 5; in nvidiafb_mono_color_expand()
365 bg = image->bg_color | mask; in nvidiafb_mono_color_expand()
368 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask; in nvidiafb_mono_color_expand()
375 NVDmaNext(par, bg); in nvidiafb_mono_color_expand()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dpwrseq.h16 * 5: SUS--Suspend
55 /*0x00[5] = 1b'0 release analog Ips to digital ,1:isolation*/ \
58 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(5), 0}, \
133 /*0x00[5] = 1b'1 analog Ips to digital ,1:isolation*/ \
136 PWR_CMD_WRITE, BIT(5), BIT(5)}, \
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*/ \
310 PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT(5), BIT(5)},
/linux/drivers/video/fbdev/riva/
H A Dfbdev.c54 #define RIVAFB_VERSION "0.9.5b"
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()
677 if (bpp == 16 && info->var.green.length == 5) in riva_load_video_mode()
686 info->var.hsync_len + info->var.left_margin) / 8 - 5; in riva_load_video_mode()
[all …]
/linux/include/uapi/linux/
H A Domap3isp.h55 _IOWR('V', BASE_VIDIOC_PRIVATE + 5, struct omap3isp_h3a_af_config)
213 #define OMAP3ISP_HIST_MEM_SIZE_BINS(n) ((1 << ((n)+5))*4*4)
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 */
274 OMAP3ISP_AF_RB_GG_CUSTOM = 5 /* RB and GG as custom pattern */
327 #define OMAP3ISP_CCDC_CULL (1 << 5)
453 #define OMAP3ISP_PREV_WB (1 << 5)
560 * [RG] [GG] [BG]

1234567