/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | clk.h | 606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ 615 .muxdiv_offset = mo, \ 627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ 636 .muxdiv_offset = mo, \ 649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ 658 .muxdiv_offset = mo, \ 671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ 680 .muxdiv_offset = mo, \ 693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ 702 .muxdiv_offset = mo, \ [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
H A D | clk.h | 606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ 615 .muxdiv_offset = mo, \ 627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ 636 .muxdiv_offset = mo, \ 649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ 658 .muxdiv_offset = mo, \ 671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ 680 .muxdiv_offset = mo, \ 693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ 702 .muxdiv_offset = mo, \ [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk.h | 510 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf) \ 513 .num_parents = ARRAY_SIZE(pnames), .flags = (f), .muxdiv_offset = (mo), .mux_shift = (ms), .mux_width = (mw), \ 518 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf, bro) \ 521 .num_parents = ARRAY_SIZE(pnames), .flags = (f), .muxdiv_offset = (mo), .mux_shift = (ms), .mux_width = (mw), \ 526 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, mt, ds, dw, df, go, gs, gf) \ 529 .num_parents = ARRAY_SIZE(pnames), .flags = (f), .muxdiv_offset = (mo), .mux_shift = (ms), .mux_width = (mw), \ 543 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, go, gs, gf) \ 547 .num_parents = 1, .flags = (f), .muxdiv_offset = (mo), .div_shift = (ds), .div_width = (dw), \ 551 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw, df, dt, go, gs, gf) \ 554 .num_parents = 1, .flags = (f), .muxdiv_offset = (mo), [all...] |
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 1235 struct drm_mode_object *mo; in drm_crtc_find() local 1236 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find() 1237 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
|
H A D | drm_connector.h | 1586 struct drm_mode_object *mo; in drm_connector_lookup() local 1587 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup() 1588 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
|