Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpolaris_baco.c72 { CMD_DELAY_US, 0, 0, 0, 1, 0x0 },
83 { CMD_DELAY_US, 0, 0, 0, 3, 0x0 },
86 { CMD_DELAY_US, 0, 0, 0, 3, 0x0 },
88 { CMD_DELAY_US, 0, 0, 0, 5, 0x0 }
156 { CMD_DELAY_US, 0, 0, 0, 1, 0x0 },
166 { CMD_DELAY_US, 0, 0, 0, 3, 0x0 },
167 { CMD_DELAY_US, 0, 0, 0, 3, 0x0 },
168 { CMD_DELAY_US, 0, 0, 0, 5, 0x0 }
H A Dcommon_baco.h33 CMD_DELAY_US, enumerator
H A Dcommon_baco.c68 case CMD_DELAY_US: in baco_cmd_handler()
/openbmc/linux/drivers/rtc/
H A Drtc-digicolor.c33 #define CMD_DELAY_US (10*1000) macro
34 #define CMD_TIMEOUT_US (500*CMD_DELAY_US)
51 !(val & DC_RTC_GO_BUSY), CMD_DELAY_US, CMD_TIMEOUT_US); in dc_rtc_cmds()