Home
last modified time | relevance | path

Searched refs:phy_offset (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dkl_phy_regs.h34 #define _DKL_REG_BANK_OFFSET(phy_offset) \
35 ((phy_offset) & ((1 << _DKL_BANK_SHIFT) - 1))
36 #define _DKL_REG_BANK_IDX(phy_offset) \
37 (((phy_offset) >> _DKL_BANK_SHIFT) & 0xf)
39 #define _DKL_REG(tc_port, phy_offset) \
42 _DKL_REG_BANK_OFFSET(phy_offset), \
43 .bank_idx = _DKL_REG_BANK_IDX(phy_offset), \
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dexynos_adc.c157 int phy_offset; member
231 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v1_init_hw()
249 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v1_exit_hw()
277 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
289 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
389 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v2_init_hw()
407 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v2_exit_hw()
437 .phy_offset = EXYNOS_ADCV2_PHY_OFFSET,
450 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dexynos_adc.c160 int phy_offset; member
234 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v1_init_hw()
252 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v1_exit_hw()
280 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
292 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
392 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v2_init_hw()
410 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v2_exit_hw()
440 .phy_offset = EXYNOS_ADCV2_PHY_OFFSET,
453 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET,
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c612 u16 phy_offset; member
620 { .phy_offset = 2, .phy_shift = 6, .rf_addr = 0x3d, .rf_shift = 3, .mask = 0x01, },
621 { .phy_offset = 1, .phy_shift = 12, .rf_addr = 0x4c, .rf_shift = 1, .mask = 0x01, },
622 { .phy_offset = 1, .phy_shift = 8, .rf_addr = 0x50, .rf_shift = 0, .mask = 0x7f, },
623 { .phy_offset = 0, .phy_shift = 8, .rf_addr = 0x44, .rf_shift = 0, .mask = 0xff, },
624 { .phy_offset = 1, .phy_shift = 0, .rf_addr = 0x4a, .rf_shift = 0, .mask = 0xff, },
625 { .phy_offset = 0, .phy_shift = 4, .rf_addr = 0x4d, .rf_shift = 0, .mask = 0xff, },
626 { .phy_offset = 1, .phy_shift = 4, .rf_addr = 0x4e, .rf_shift = 0, .mask = 0xff, },
627 { .phy_offset = 0, .phy_shift = 12, .rf_addr = 0x4f, .rf_shift = 0, .mask = 0x0f, },
628 { .phy_offset
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c612 u16 phy_offset; member
620 { .phy_offset = 2, .phy_shift = 6, .rf_addr = 0x3d, .rf_shift = 3, .mask = 0x01, },
621 { .phy_offset = 1, .phy_shift = 12, .rf_addr = 0x4c, .rf_shift = 1, .mask = 0x01, },
622 { .phy_offset = 1, .phy_shift = 8, .rf_addr = 0x50, .rf_shift = 0, .mask = 0x7f, },
623 { .phy_offset = 0, .phy_shift = 8, .rf_addr = 0x44, .rf_shift = 0, .mask = 0xff, },
624 { .phy_offset = 1, .phy_shift = 0, .rf_addr = 0x4a, .rf_shift = 0, .mask = 0xff, },
625 { .phy_offset = 0, .phy_shift = 4, .rf_addr = 0x4d, .rf_shift = 0, .mask = 0xff, },
626 { .phy_offset = 1, .phy_shift = 4, .rf_addr = 0x4e, .rf_shift = 0, .mask = 0xff, },
627 { .phy_offset = 0, .phy_shift = 12, .rf_addr = 0x4f, .rf_shift = 0, .mask = 0x0f, },
628 { .phy_offset
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddisk-io.h82 int btrfs_validate_metadata_buffer(struct btrfs_io_bio *io_bio, u64 phy_offset,
H A Dextent_io.h310 struct bio *failed_bio, u64 phy_offset,
H A Dextent_io.c2643 struct bio *failed_bio, u64 phy_offset, in btrfs_submit_read_repair()
2653 const int icsum = phy_offset >> inode->i_sb->s_blocksize_bits; in btrfs_submit_read_repair()
2642 btrfs_submit_read_repair(struct inode *inode, struct bio *failed_bio, u64 phy_offset, struct page *page, unsigned int pgoff, u64 start, u64 end, int failed_mirror, submit_bio_hook_t *submit_bio_hook) btrfs_submit_read_repair() argument
H A Dinode.c2895 int btrfs_verify_data_csum(struct btrfs_io_bio *io_bio, u64 phy_offset, in btrfs_verify_data_csum() argument
2917 phy_offset >>= inode->i_sb->s_blocksize_bits; in btrfs_verify_data_csum()
2918 return check_data_csum(inode, io_bio, phy_offset, page, offset, start, in btrfs_verify_data_csum()
H A Dctree.h2982 int btrfs_verify_data_csum(struct btrfs_io_bio *io_bio, u64 phy_offset,
H A Ddisk-io.c526 int btrfs_validate_metadata_buffer(struct btrfs_io_bio *io_bio, u64 phy_offset, in btrfs_validate_metadata_buffer() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1274 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local
1332 &phy_offset); in ixgbe_reset_phy_nl()
1340 hw->phy.ops.write_reg(hw, phy_offset, in ixgbe_reset_phy_nl()
1343 phy_offset); in ixgbe_reset_phy_nl()
1345 phy_offset++; in ixgbe_reset_phy_nl()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1405 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local
1463 &phy_offset); in ixgbe_reset_phy_nl()
1471 hw->phy.ops.write_reg(hw, phy_offset, in ixgbe_reset_phy_nl()
1474 phy_offset); in ixgbe_reset_phy_nl()
1476 phy_offset++; in ixgbe_reset_phy_nl()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dpci.c3352 u32 val, phy_offset; in rtw89_pci_filter_out() local
3368 phy_offset = R_RAC_DIRECT_OFFSET_G1; in rtw89_pci_filter_out()
3370 phy_offset = R_RAC_DIRECT_OFFSET_G2; in rtw89_pci_filter_out()
3371 val16 = rtw89_read16(rtwdev, phy_offset + RAC_ANA10 * RAC_MULT); in rtw89_pci_filter_out()
3372 rtw89_write16_set(rtwdev, phy_offset + RAC_ANA10 * RAC_MULT, in rtw89_pci_filter_out()
3374 rtw89_write16_set(rtwdev, phy_offset + RAC_ANA19 * RAC_MULT, in rtw89_pci_filter_out()
3378 phy_offset + RAC_ANA1F * RAC_MULT, in rtw89_pci_filter_out()
3381 filter_out_val = rtw89_read16(rtwdev, phy_offset + RAC_ANA24 * in rtw89_pci_filter_out()
3386 rtw89_write16(rtwdev, phy_offset + RAC_ANA24 * RAC_MULT, in rtw89_pci_filter_out()
3388 rtw89_write16_set(rtwdev, phy_offset in rtw89_pci_filter_out()
[all...]

Completed in 57 milliseconds