Searched refs:CMD_DELAY_US (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | polaris_baco.c | 72 { 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 D | common_baco.h | 33 CMD_DELAY_US, enumerator
|
H A D | common_baco.c | 68 case CMD_DELAY_US: in baco_cmd_handler()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-digicolor.c | 33 #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()
|