/linux-4.4.14/drivers/iio/adc/ |
D | exynos_adc.c | 118 int phy_offset; member 192 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v1_init_hw() 207 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v1_exit_hw() 234 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET, 324 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v2_init_hw() 342 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v2_exit_hw() 372 .phy_offset = EXYNOS_ADCV2_PHY_OFFSET, 385 .phy_offset = EXYNOS_ADCV1_PHY_OFFSET, 398 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_exynos7_init_hw()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_lp.c | 624 u16 phy_offset; member 632 { .phy_offset = 2, .phy_shift = 6, .rf_addr = 0x3d, .rf_shift = 3, .mask = 0x01, }, 633 { .phy_offset = 1, .phy_shift = 12, .rf_addr = 0x4c, .rf_shift = 1, .mask = 0x01, }, 634 { .phy_offset = 1, .phy_shift = 8, .rf_addr = 0x50, .rf_shift = 0, .mask = 0x7f, }, 635 { .phy_offset = 0, .phy_shift = 8, .rf_addr = 0x44, .rf_shift = 0, .mask = 0xff, }, 636 { .phy_offset = 1, .phy_shift = 0, .rf_addr = 0x4a, .rf_shift = 0, .mask = 0xff, }, 637 { .phy_offset = 0, .phy_shift = 4, .rf_addr = 0x4d, .rf_shift = 0, .mask = 0xff, }, 638 { .phy_offset = 1, .phy_shift = 4, .rf_addr = 0x4e, .rf_shift = 0, .mask = 0xff, }, 639 { .phy_offset = 0, .phy_shift = 12, .rf_addr = 0x4f, .rf_shift = 0, .mask = 0x0f, }, 640 { .phy_offset = 1, .phy_shift = 0, .rf_addr = 0x4f, .rf_shift = 4, .mask = 0x0f, }, [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 1028 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1086 &phy_offset); in ixgbe_reset_phy_nl() 1094 hw->phy.ops.write_reg(hw, phy_offset, in ixgbe_reset_phy_nl() 1097 phy_offset); in ixgbe_reset_phy_nl() 1099 phy_offset++; in ixgbe_reset_phy_nl()
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.h | 80 int (*readpage_end_io_hook)(struct btrfs_io_bio *io_bio, u64 phy_offset,
|
D | extent_io.c | 2465 static int bio_readpage_error(struct bio *failed_bio, u64 phy_offset, in bio_readpage_error() argument 2493 phy_offset >>= inode->i_sb->s_blocksize_bits; in bio_readpage_error() 2496 (int)phy_offset, failed_bio->bi_end_io, in bio_readpage_error()
|
D | inode.c | 3081 u64 phy_offset, struct page *page, in btrfs_readpage_end_io_hook() argument 3104 phy_offset >>= inode->i_sb->s_blocksize_bits; in btrfs_readpage_end_io_hook() 3105 return __readpage_endio_check(inode, io_bio, phy_offset, page, offset, in btrfs_readpage_end_io_hook()
|
D | disk-io.c | 600 u64 phy_offset, struct page *page, in btree_readpage_end_io_hook() argument
|