Home
last modified time | relevance | path

Searched refs:baco_cmd_entry (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpolaris_baco.c38 static const struct baco_cmd_entry gpio_tbl[] = {
51 static const struct baco_cmd_entry enable_fb_req_rej_tbl[] = {
57 static const struct baco_cmd_entry use_bclk_tbl[] = {
70 static const struct baco_cmd_entry turn_off_plls_tbl[] = {
91 static const struct baco_cmd_entry clk_req_b_tbl[] = {
106 static const struct baco_cmd_entry enter_baco_tbl[] = {
123 static const struct baco_cmd_entry exit_baco_tbl[] = {
138 static const struct baco_cmd_entry clean_baco_tbl[] = {
143 static const struct baco_cmd_entry use_bclk_tbl_vg[] = {
154 static const struct baco_cmd_entry turn_off_plls_tbl_vg[] = {
H A Dtonga_baco.c39 static const struct baco_cmd_entry gpio_tbl[] = {
52 static const struct baco_cmd_entry enable_fb_req_rej_tbl[] = {
58 static const struct baco_cmd_entry use_bclk_tbl[] = {
80 static const struct baco_cmd_entry turn_off_plls_tbl[] = {
111 static const struct baco_cmd_entry enter_baco_tbl[] = {
128 static const struct baco_cmd_entry exit_baco_tbl[] = {
143 static const struct baco_cmd_entry clean_baco_tbl[] = {
148 static const struct baco_cmd_entry gpio_tbl_iceland[] = {
155 static const struct baco_cmd_entry exit_baco_tbl_iceland[] = {
171 static const struct baco_cmd_entry clean_baco_tbl_iceland[] = {
H A Dfiji_baco.c39 static const struct baco_cmd_entry gpio_tbl[] = {
52 static const struct baco_cmd_entry enable_fb_req_rej_tbl[] = {
58 static const struct baco_cmd_entry use_bclk_tbl[] = {
78 static const struct baco_cmd_entry turn_off_plls_tbl[] = {
87 static const struct baco_cmd_entry clk_req_b_tbl[] = {
102 static const struct baco_cmd_entry enter_baco_tbl[] = {
119 static const struct baco_cmd_entry exit_baco_tbl[] = {
134 static const struct baco_cmd_entry clean_baco_tbl[] = {
H A Dci_baco.c41 static const struct baco_cmd_entry gpio_tbl[] = {
54 static const struct baco_cmd_entry enable_fb_req_rej_tbl[] = {
60 static const struct baco_cmd_entry use_bclk_tbl[] = {
82 static const struct baco_cmd_entry turn_off_plls_tbl[] = {
119 static const struct baco_cmd_entry enter_baco_tbl[] = {
134 static const struct baco_cmd_entry exit_baco_tbl[] = {
149 static const struct baco_cmd_entry clean_baco_tbl[] = {
H A Dcommon_baco.h36 struct baco_cmd_entry { struct
58 const struct baco_cmd_entry *entry, argument
H A Dcommon_baco.c83 const struct baco_cmd_entry *entry, in baco_program_registers()