Home
last modified time | relevance | path

Searched refs:reg_offset_shift (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c368 u8 reg_offset_shift; member
382 u8 reg_offset_shift; member
417 u32 offset = reg << ctx->reg_offset_shift; in cdns_regmap_write()
427 u32 offset = reg << ctx->reg_offset_shift; in cdns_regmap_read()
979 u32 block_offset, u8 reg_offset_shift, in cdns_regmap_init() argument
990 ctx->reg_offset_shift = reg_offset_shift; in cdns_regmap_init()
1078 u8 reg_offset_shift) in cdns_regmap_init_blocks() argument
1087 reg_offset_shift); in cdns_regmap_init_blocks()
1089 reg_offset_shift, in cdns_regmap_init_blocks()
1099 reg_offset_shift, in cdns_regmap_init_blocks()
[all …]
H A Dphy-cadence-salvo.c129 u8 reg_offset_shift; member
153 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_read()
160 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_write()