Home
last modified time | relevance | path

Searched refs:FIRST_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c38 #define FIRST_ADDRESS(x) (((x) & 0x7) << 5) macro
40 #define INNO_PHY_REG(first, second) (FIRST_ADDRESS(first) | \
H A Dphy-rockchip-inno-video-combo-phy.c33 #define FIRST_ADDRESS(x) (((x) & 0x7) << 5) macro
35 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \
H A Dphy-rockchip-inno-dsidphy.c35 #define FIRST_ADDRESS(x) (((x) & 0x7) << 5) macro
37 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_video_combo_phy.c33 #define FIRST_ADDRESS(x) (((x) & 0x7) << 5) macro
35 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \