| /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 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 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/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | honeywell,hsc030pa.yaml | 52 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/drivers/video/fbdev/ |
| H A D | atafb_utils.h | 105 "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/arch/powerpc/kernel/ |
| H A D | btext.c | 413 int bg = 0x00000000UL; in draw_byte_32() local 418 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 419 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 420 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 421 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 422 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 423 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 424 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 425 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 434 int bg = 0x00000000UL; in draw_byte_16() local [all …]
|
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 95 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/fs/btrfs/ |
| H A D | block-group.c | 330 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 333 bg = btrfs_lookup_block_group(fs_info, bytenr); in btrfs_inc_nocow_writers() 334 if (!bg) in btrfs_inc_nocow_writers() 337 spin_lock(&bg->lock); in btrfs_inc_nocow_writers() 338 if (bg->ro) in btrfs_inc_nocow_writers() 341 atomic_inc(&bg->nocow_writers); in btrfs_inc_nocow_writers() 342 spin_unlock(&bg->lock); in btrfs_inc_nocow_writers() 345 btrfs_put_block_group(bg); in btrfs_inc_nocow_writers() 350 return bg; in btrfs_inc_nocow_writers() 364 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg) in btrfs_dec_nocow_writers() argument [all …]
|
| H A D | zoned.c | 57 #define BTRFS_MIN_ACTIVE_ZONES (BTRFS_SUPER_MIRROR_MAX + 5) 1416 static int btrfs_load_block_group_single(struct btrfs_block_group *bg, in btrfs_load_block_group_single() argument 1421 btrfs_err(bg->fs_info, in btrfs_load_block_group_single() 1427 bg->alloc_offset = info->alloc_offset; in btrfs_load_block_group_single() 1428 bg->zone_capacity = info->capacity; in btrfs_load_block_group_single() 1430 set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &bg->runtime_flags); in btrfs_load_block_group_single() 1434 static int btrfs_load_block_group_dup(struct btrfs_block_group *bg, in btrfs_load_block_group_dup() argument 1440 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_dup() 1447 bg->zone_capacity = min_not_zero(zone_info[0].capacity, zone_info[1].capacity); in btrfs_load_block_group_dup() 1489 if (unlikely(!btrfs_zone_activate(bg))) in btrfs_load_block_group_dup() [all …]
|
| H A D | extent-tree.c | 2673 struct btrfs_block_group *bg; in first_logical_byte() local 2675 bg = rb_entry(leftmost, struct btrfs_block_group, cache_node); in first_logical_byte() 2676 bytenr = bg->start; in first_logical_byte() 2684 struct btrfs_block_group *bg, in pin_down_extent() argument 2687 struct btrfs_space_info *space_info = bg->space_info; in pin_down_extent() 2691 spin_lock(&bg->lock); in pin_down_extent() 2692 bg->pinned += num_bytes; in pin_down_extent() 2693 bg->reserved -= reserved_bytes; in pin_down_extent() 2694 spin_unlock(&bg->lock); in pin_down_extent() 2797 btrfs_inc_block_group_reservations(struct btrfs_block_group *bg) in btrfs_inc_block_group_reservations() argument [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | zl10036.c | 47 * 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/gpu/drm/radeon/ |
| H A D | radeon_combios.c | 641 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 864 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info() 866 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 868 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info() 870 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info() 873 if ((dac == 0) || (bg == 0)) in radeon_combios_get_primary_dac_info() 925 case 5: in radeon_combios_get_tv_info() [all …]
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 174 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 D | extract_xc3028.pl | 208 # 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/iio/pressure/ |
| H A D | abp2030pa.c | 40 #define ABP2_ST_BUSY BIT(5) /* 1 if device is busy */ 84 [ABP2001BG] = "001BG", [ABP21_6BG] = "1.6BG", [ABP22_5BG] = "2.5BG", 85 [ABP2004BG] = "004BG", [ABP2006BG] = "006BG", [ABP2008BG] = "008BG", 86 [ABP2010BG] = "010BG", [ABP2012BG] = "012BG", [ABP2001GG] = "001GG", 267 fsleep(5 * USEC_PER_MSEC); in abp2_get_measurement()
|
| H A D | hsc030pa.c | 42 #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/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 151 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/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 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/media/tuners/ |
| H A D | qm1d1b0004.c | 26 * 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/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 113 u16 bg, u16 fg, u32 w, u32 h) in nvidiafb_load_cursor_image() argument 128 tmp = (b & (1 << 31)) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 130 tmp |= (b & (1 << 31)) ? fg : bg; in nvidiafb_load_cursor_image() 133 tmp = (b & 1) ? fg : bg; in nvidiafb_load_cursor_image() 135 tmp |= (b & 1) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 304 info->var.hsync_len + info->var.left_margin) / 8 - 5; in nvidia_calc_regs() 327 h_start = h_total - 5; in nvidia_calc_regs() 338 state->crtc[0x5] = SetBitField(h_blank_e, 5: 5, 7:7) in nvidia_calc_regs() 346 | SetBitField(v_total, 9: 9, 5:5) in nvidia_calc_regs() 349 state->crtc[0x9] = SetBitField(v_blank_s, 9: 9, 5:5) in nvidia_calc_regs() [all …]
|
| H A D | nv_accel.c | 356 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 D | pwrseq.h | 16 * 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/fs/ext4/ |
| H A D | super.c | 329 struct ext4_group_desc *bg) in ext4_block_bitmap() argument 331 return le32_to_cpu(bg->bg_block_bitmap_lo) | in ext4_block_bitmap() 333 (ext4_fsblk_t)le32_to_cpu(bg->bg_block_bitmap_hi) << 32 : 0); in ext4_block_bitmap() 337 struct ext4_group_desc *bg) in ext4_inode_bitmap() argument 339 return le32_to_cpu(bg->bg_inode_bitmap_lo) | in ext4_inode_bitmap() 341 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_bitmap_hi) << 32 : 0); in ext4_inode_bitmap() 345 struct ext4_group_desc *bg) in ext4_inode_table() argument 347 return le32_to_cpu(bg->bg_inode_table_lo) | in ext4_inode_table() 349 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_table_hi) << 32 : 0); in ext4_inode_table() 353 struct ext4_group_desc *bg) in ext4_free_group_clusters() argument [all …]
|
| /linux/include/uapi/linux/ |
| H A D | omap3isp.h | 55 _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]
|
| /linux/arch/arm/kernel/ |
| H A D | head-nommu.S | 304 mov r0, #0 @ BG region starts at 0x0 308 setup_region r0, r5, r6, PMSAv7_DATA_SIDE, r12 @ 0x0, BG region, enabled 310 setup_region r0, r5, r6, PMSAv7_INSTR_SIDE r12 @ 0x0, BG region, enabled 365 AR_CLASS(mcr p15, 0, r6, c6, c8, 5) @ PRLAR1 410 AR_CLASS(mcr p15, 0, r6, c6, c9, 5) @ PRLAR3
|