Searched refs:invert (Results 1 - 3 of 3) sorted by relevance
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
H A D | es8323_impl.c | 198 if (regAttr->invert) { in Es8323RegBitsRead() 203 AUDIO_DRIVER_LOG_DEBUG("mask=0x%x, shift=%d, max=0x%x,min=0x%x, invert=%d", in Es8323RegBitsRead() 204 regAttr->mask, regAttr->shift, regAttr->max, regAttr->min, regAttr->invert); in Es8323RegBitsRead() 219 if (regAttr.invert) { in Es8323RegBitsUpdate() 238 AUDIO_DRIVER_LOG_DEBUG(" mask=0x%x, shift=%d, max=0x%x, min=0x%x, invert=%d", in Es8323RegBitsUpdate() 239 newMask, regAttr.shift, regAttr.max, regAttr.min, regAttr.invert); in Es8323RegBitsUpdate()
|
/device/board/hisilicon/hispark_taurus/audio_drivers/codec/hi3516/src/ |
H A D | hi3516_codec_impl.c | 67 if (regAttr->invert) { in Hi3516CodecRegBitsRead() 82 if (regAttr.invert) { in Hi3516CodecRegBitsUpdate()
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-samsung-hdptx.c | 1017 u32 invert = hdptx->lane_polarity_invert[lane]; in rockchip_hdptx_phy_power_on() local 1021 FIELD_PREP(LN_POLARITY_INV, invert)); in rockchip_hdptx_phy_power_on() 1154 device_property_read_u32_array(dev, "lane-polarity-invert", in rockchip_hdptx_phy_probe()
|
Completed in 5 milliseconds