ufshcd.h 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Universal Flash Storage Host controller driver
  4. * Copyright (C) 2011-2013 Samsung India Software Operations
  5. * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
  6. *
  7. * Authors:
  8. * Santosh Yaraganavi <santosh.sy@samsung.com>
  9. * Vinayak Holikatti <h.vinayak@samsung.com>
  10. */
  11. #ifndef _UFSHCD_H
  12. #define _UFSHCD_H
  13. #include <linux/bitfield.h>
  14. #include <linux/blk-crypto-profile.h>
  15. #include <linux/blk-mq.h>
  16. #include <linux/devfreq.h>
  17. #include <linux/fault-inject.h>
  18. #include <linux/debugfs.h>
  19. #include <linux/msi.h>
  20. #include <linux/pm_runtime.h>
  21. #include <linux/dma-direction.h>
  22. #include <scsi/scsi_device.h>
  23. #include <scsi/scsi_host.h>
  24. #include <ufs/unipro.h>
  25. #include <ufs/ufs.h>
  26. #include <ufs/ufs_quirks.h>
  27. #include <ufs/ufshci.h>
  28. #define UFSHCD "ufshcd"
  29. struct scsi_device;
  30. struct ufs_hba;
  31. enum dev_cmd_type {
  32. DEV_CMD_TYPE_NOP = 0x0,
  33. DEV_CMD_TYPE_QUERY = 0x1,
  34. DEV_CMD_TYPE_RPMB = 0x2,
  35. };
  36. enum ufs_event_type {
  37. /* uic specific errors */
  38. UFS_EVT_PA_ERR = 0,
  39. UFS_EVT_DL_ERR,
  40. UFS_EVT_NL_ERR,
  41. UFS_EVT_TL_ERR,
  42. UFS_EVT_DME_ERR,
  43. /* fatal errors */
  44. UFS_EVT_AUTO_HIBERN8_ERR,
  45. UFS_EVT_FATAL_ERR,
  46. UFS_EVT_LINK_STARTUP_FAIL,
  47. UFS_EVT_RESUME_ERR,
  48. UFS_EVT_SUSPEND_ERR,
  49. UFS_EVT_WL_SUSP_ERR,
  50. UFS_EVT_WL_RES_ERR,
  51. /* abnormal events */
  52. UFS_EVT_DEV_RESET,
  53. UFS_EVT_HOST_RESET,
  54. UFS_EVT_ABORT,
  55. UFS_EVT_CNT,
  56. };
  57. /**
  58. * struct uic_command - UIC command structure
  59. * @command: UIC command
  60. * @argument1: UIC command argument 1
  61. * @argument2: UIC command argument 2
  62. * @argument3: UIC command argument 3
  63. * @cmd_active: Indicate if UIC command is outstanding
  64. * @done: UIC command completion
  65. */
  66. struct uic_command {
  67. const u32 command;
  68. const u32 argument1;
  69. u32 argument2;
  70. u32 argument3;
  71. bool cmd_active;
  72. struct completion done;
  73. };
  74. /* Used to differentiate the power management options */
  75. enum ufs_pm_op {
  76. UFS_RUNTIME_PM,
  77. UFS_SYSTEM_PM,
  78. UFS_SHUTDOWN_PM,
  79. };
  80. /* Host <-> Device UniPro Link state */
  81. enum uic_link_state {
  82. UIC_LINK_OFF_STATE = 0, /* Link powered down or disabled */
  83. UIC_LINK_ACTIVE_STATE = 1, /* Link is in Fast/Slow/Sleep state */
  84. UIC_LINK_HIBERN8_STATE = 2, /* Link is in Hibernate state */
  85. UIC_LINK_BROKEN_STATE = 3, /* Link is in broken state */
  86. };
  87. #define ufshcd_is_link_off(hba) ((hba)->uic_link_state == UIC_LINK_OFF_STATE)
  88. #define ufshcd_is_link_active(hba) ((hba)->uic_link_state == \
  89. UIC_LINK_ACTIVE_STATE)
  90. #define ufshcd_is_link_hibern8(hba) ((hba)->uic_link_state == \
  91. UIC_LINK_HIBERN8_STATE)
  92. #define ufshcd_is_link_broken(hba) ((hba)->uic_link_state == \
  93. UIC_LINK_BROKEN_STATE)
  94. #define ufshcd_set_link_off(hba) ((hba)->uic_link_state = UIC_LINK_OFF_STATE)
  95. #define ufshcd_set_link_active(hba) ((hba)->uic_link_state = \
  96. UIC_LINK_ACTIVE_STATE)
  97. #define ufshcd_set_link_hibern8(hba) ((hba)->uic_link_state = \
  98. UIC_LINK_HIBERN8_STATE)
  99. #define ufshcd_set_link_broken(hba) ((hba)->uic_link_state = \
  100. UIC_LINK_BROKEN_STATE)
  101. #define ufshcd_set_ufs_dev_active(h) \
  102. ((h)->curr_dev_pwr_mode = UFS_ACTIVE_PWR_MODE)
  103. #define ufshcd_set_ufs_dev_sleep(h) \
  104. ((h)->curr_dev_pwr_mode = UFS_SLEEP_PWR_MODE)
  105. #define ufshcd_set_ufs_dev_poweroff(h) \
  106. ((h)->curr_dev_pwr_mode = UFS_POWERDOWN_PWR_MODE)
  107. #define ufshcd_set_ufs_dev_deepsleep(h) \
  108. ((h)->curr_dev_pwr_mode = UFS_DEEPSLEEP_PWR_MODE)
  109. #define ufshcd_is_ufs_dev_active(h) \
  110. ((h)->curr_dev_pwr_mode == UFS_ACTIVE_PWR_MODE)
  111. #define ufshcd_is_ufs_dev_sleep(h) \
  112. ((h)->curr_dev_pwr_mode == UFS_SLEEP_PWR_MODE)
  113. #define ufshcd_is_ufs_dev_poweroff(h) \
  114. ((h)->curr_dev_pwr_mode == UFS_POWERDOWN_PWR_MODE)
  115. #define ufshcd_is_ufs_dev_deepsleep(h) \
  116. ((h)->curr_dev_pwr_mode == UFS_DEEPSLEEP_PWR_MODE)
  117. /*
  118. * UFS Power management levels.
  119. * Each level is in increasing order of power savings, except DeepSleep
  120. * which is lower than PowerDown with power on but not PowerDown with
  121. * power off.
  122. */
  123. enum ufs_pm_level {
  124. UFS_PM_LVL_0,
  125. UFS_PM_LVL_1,
  126. UFS_PM_LVL_2,
  127. UFS_PM_LVL_3,
  128. UFS_PM_LVL_4,
  129. UFS_PM_LVL_5,
  130. UFS_PM_LVL_6,
  131. UFS_PM_LVL_MAX
  132. };
  133. struct ufs_pm_lvl_states {
  134. enum ufs_dev_pwr_mode dev_state;
  135. enum uic_link_state link_state;
  136. };
  137. /**
  138. * struct ufshcd_lrb - local reference block
  139. * @utr_descriptor_ptr: UTRD address of the command
  140. * @ucd_req_ptr: UCD address of the command
  141. * @ucd_rsp_ptr: Response UPIU address for this command
  142. * @ucd_prdt_ptr: PRDT address of the command
  143. * @utrd_dma_addr: UTRD dma address for debug
  144. * @ucd_prdt_dma_addr: PRDT dma address for debug
  145. * @ucd_rsp_dma_addr: UPIU response dma address for debug
  146. * @ucd_req_dma_addr: UPIU request dma address for debug
  147. * @scsi_status: SCSI status of the command
  148. * @command_type: SCSI, UFS, Query.
  149. * @task_tag: Task tag of the command
  150. * @lun: LUN of the command
  151. * @intr_cmd: Interrupt command (doesn't participate in interrupt aggregation)
  152. * @req_abort_skip: skip request abort task flag
  153. * @issue_time_stamp: time stamp for debug purposes (CLOCK_MONOTONIC)
  154. * @issue_time_stamp_local_clock: time stamp for debug purposes (local_clock)
  155. * @compl_time_stamp: time stamp for statistics (CLOCK_MONOTONIC)
  156. * @compl_time_stamp_local_clock: time stamp for debug purposes (local_clock)
  157. * @crypto_key_slot: the key slot to use for inline crypto (-1 if none)
  158. * @data_unit_num: the data unit number for the first block for inline crypto
  159. */
  160. struct ufshcd_lrb {
  161. struct utp_transfer_req_desc *utr_descriptor_ptr;
  162. struct utp_upiu_req *ucd_req_ptr;
  163. struct utp_upiu_rsp *ucd_rsp_ptr;
  164. struct ufshcd_sg_entry *ucd_prdt_ptr;
  165. dma_addr_t utrd_dma_addr;
  166. dma_addr_t ucd_req_dma_addr;
  167. dma_addr_t ucd_rsp_dma_addr;
  168. dma_addr_t ucd_prdt_dma_addr;
  169. int scsi_status;
  170. int command_type;
  171. u8 lun; /* UPIU LUN id field is only 8-bit wide */
  172. bool intr_cmd;
  173. bool req_abort_skip;
  174. ktime_t issue_time_stamp;
  175. u64 issue_time_stamp_local_clock;
  176. ktime_t compl_time_stamp;
  177. u64 compl_time_stamp_local_clock;
  178. #ifdef CONFIG_SCSI_UFS_CRYPTO
  179. int crypto_key_slot;
  180. u64 data_unit_num;
  181. #endif
  182. };
  183. /**
  184. * struct ufs_query_req - parameters for building a query request
  185. * @query_func: UPIU header query function
  186. * @upiu_req: the query request data
  187. */
  188. struct ufs_query_req {
  189. u8 query_func;
  190. struct utp_upiu_query upiu_req;
  191. };
  192. /**
  193. * struct ufs_query_resp - UPIU QUERY
  194. * @response: device response code
  195. * @upiu_res: query response data
  196. */
  197. struct ufs_query_res {
  198. struct utp_upiu_query upiu_res;
  199. };
  200. /**
  201. * struct ufs_query - holds relevant data structures for query request
  202. * @request: request upiu and function
  203. * @descriptor: buffer for sending/receiving descriptor
  204. * @response: response upiu and response
  205. */
  206. struct ufs_query {
  207. struct ufs_query_req request;
  208. u8 *descriptor;
  209. struct ufs_query_res response;
  210. };
  211. /**
  212. * struct ufs_dev_cmd - all assosiated fields with device management commands
  213. * @type: device management command type - Query, NOP OUT
  214. * @lock: lock to allow one command at a time
  215. * @query: Device management query information
  216. */
  217. struct ufs_dev_cmd {
  218. enum dev_cmd_type type;
  219. struct mutex lock;
  220. struct ufs_query query;
  221. };
  222. /**
  223. * struct ufs_clk_info - UFS clock related info
  224. * @list: list headed by hba->clk_list_head
  225. * @clk: clock node
  226. * @name: clock name
  227. * @max_freq: maximum frequency supported by the clock
  228. * @min_freq: min frequency that can be used for clock scaling
  229. * @curr_freq: indicates the current frequency that it is set to
  230. * @keep_link_active: indicates that the clk should not be disabled if
  231. * link is active
  232. * @enabled: variable to check against multiple enable/disable
  233. */
  234. struct ufs_clk_info {
  235. struct list_head list;
  236. struct clk *clk;
  237. const char *name;
  238. u32 max_freq;
  239. u32 min_freq;
  240. u32 curr_freq;
  241. bool keep_link_active;
  242. bool enabled;
  243. };
  244. enum ufs_notify_change_status {
  245. PRE_CHANGE,
  246. POST_CHANGE,
  247. };
  248. struct ufs_pa_layer_attr {
  249. u32 gear_rx;
  250. u32 gear_tx;
  251. u32 lane_rx;
  252. u32 lane_tx;
  253. u32 pwr_rx;
  254. u32 pwr_tx;
  255. u32 hs_rate;
  256. };
  257. struct ufs_pwr_mode_info {
  258. bool is_valid;
  259. struct ufs_pa_layer_attr info;
  260. };
  261. /**
  262. * struct ufs_hba_variant_ops - variant specific callbacks
  263. * @name: variant name
  264. * @max_num_rtt: maximum RTT supported by the host
  265. * @init: called when the driver is initialized
  266. * @exit: called to cleanup everything done in init
  267. * @set_dma_mask: For setting another DMA mask than indicated by the 64AS
  268. * capability bit.
  269. * @get_ufs_hci_version: called to get UFS HCI version
  270. * @clk_scale_notify: notifies that clks are scaled up/down
  271. * @setup_clocks: called before touching any of the controller registers
  272. * @hce_enable_notify: called before and after HCE enable bit is set to allow
  273. * variant specific Uni-Pro initialization.
  274. * @link_startup_notify: called before and after Link startup is carried out
  275. * to allow variant specific Uni-Pro initialization.
  276. * @pwr_change_notify: called before and after a power mode change
  277. * is carried out to allow vendor spesific capabilities
  278. * to be set. PRE_CHANGE can modify final_params based
  279. * on desired_pwr_mode, but POST_CHANGE must not alter
  280. * the final_params parameter
  281. * @setup_xfer_req: called before any transfer request is issued
  282. * to set some things
  283. * @setup_task_mgmt: called before any task management request is issued
  284. * to set some things
  285. * @hibern8_notify: called around hibern8 enter/exit
  286. * @apply_dev_quirks: called to apply device specific quirks
  287. * @fixup_dev_quirks: called to modify device specific quirks
  288. * @suspend: called during host controller PM callback
  289. * @resume: called during host controller PM callback
  290. * @dbg_register_dump: used to dump controller debug information
  291. * @phy_initialization: used to initialize phys
  292. * @device_reset: called to issue a reset pulse on the UFS device
  293. * @config_scaling_param: called to configure clock scaling parameters
  294. * @fill_crypto_prdt: initialize crypto-related fields in the PRDT
  295. * @event_notify: called to notify important events
  296. * @mcq_config_resource: called to configure MCQ platform resources
  297. * @get_hba_mac: reports maximum number of outstanding commands supported by
  298. * the controller. Should be implemented for UFSHCI 4.0 or later
  299. * controllers that are not compliant with the UFSHCI 4.0 specification.
  300. * @op_runtime_config: called to config Operation and runtime regs Pointers
  301. * @get_outstanding_cqs: called to get outstanding completion queues
  302. * @config_esi: called to config Event Specific Interrupt
  303. * @config_scsi_dev: called to configure SCSI device parameters
  304. * @freq_to_gear_speed: called to map clock frequency to the max supported gear speed
  305. */
  306. struct ufs_hba_variant_ops {
  307. const char *name;
  308. int max_num_rtt;
  309. int (*init)(struct ufs_hba *);
  310. void (*exit)(struct ufs_hba *);
  311. u32 (*get_ufs_hci_version)(struct ufs_hba *);
  312. int (*set_dma_mask)(struct ufs_hba *);
  313. int (*clk_scale_notify)(struct ufs_hba *, bool, unsigned long,
  314. enum ufs_notify_change_status);
  315. int (*setup_clocks)(struct ufs_hba *, bool,
  316. enum ufs_notify_change_status);
  317. int (*hce_enable_notify)(struct ufs_hba *,
  318. enum ufs_notify_change_status);
  319. int (*link_startup_notify)(struct ufs_hba *,
  320. enum ufs_notify_change_status);
  321. int (*pwr_change_notify)(struct ufs_hba *,
  322. enum ufs_notify_change_status status,
  323. const struct ufs_pa_layer_attr *desired_pwr_mode,
  324. struct ufs_pa_layer_attr *final_params);
  325. void (*setup_xfer_req)(struct ufs_hba *hba, int tag,
  326. bool is_scsi_cmd);
  327. void (*setup_task_mgmt)(struct ufs_hba *, int, u8);
  328. void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme,
  329. enum ufs_notify_change_status);
  330. int (*apply_dev_quirks)(struct ufs_hba *hba);
  331. void (*fixup_dev_quirks)(struct ufs_hba *hba);
  332. int (*suspend)(struct ufs_hba *, enum ufs_pm_op,
  333. enum ufs_notify_change_status);
  334. int (*resume)(struct ufs_hba *, enum ufs_pm_op);
  335. void (*dbg_register_dump)(struct ufs_hba *hba);
  336. int (*phy_initialization)(struct ufs_hba *);
  337. int (*device_reset)(struct ufs_hba *hba);
  338. void (*config_scaling_param)(struct ufs_hba *hba,
  339. struct devfreq_dev_profile *profile,
  340. struct devfreq_simple_ondemand_data *data);
  341. int (*fill_crypto_prdt)(struct ufs_hba *hba,
  342. const struct bio_crypt_ctx *crypt_ctx,
  343. void *prdt, unsigned int num_segments);
  344. void (*event_notify)(struct ufs_hba *hba,
  345. enum ufs_event_type evt, void *data);
  346. int (*mcq_config_resource)(struct ufs_hba *hba);
  347. int (*get_hba_mac)(struct ufs_hba *hba);
  348. int (*op_runtime_config)(struct ufs_hba *hba);
  349. int (*get_outstanding_cqs)(struct ufs_hba *hba,
  350. unsigned long *ocqs);
  351. int (*config_esi)(struct ufs_hba *hba);
  352. void (*config_scsi_dev)(struct scsi_device *sdev);
  353. u32 (*freq_to_gear_speed)(struct ufs_hba *hba, unsigned long freq);
  354. };
  355. /* clock gating state */
  356. enum clk_gating_state {
  357. CLKS_OFF,
  358. CLKS_ON,
  359. REQ_CLKS_OFF,
  360. REQ_CLKS_ON,
  361. };
  362. /**
  363. * struct ufs_clk_gating - UFS clock gating related info
  364. * @gate_work: worker to turn off clocks after some delay as specified in
  365. * delay_ms
  366. * @ungate_work: worker to turn on clocks that will be used in case of
  367. * interrupt context
  368. * @clk_gating_workq: workqueue for clock gating work.
  369. * @lock: serialize access to some struct ufs_clk_gating members. An outer lock
  370. * relative to the host lock
  371. * @state: the current clocks state
  372. * @delay_ms: gating delay in ms
  373. * @is_suspended: clk gating is suspended when set to 1 which can be used
  374. * during suspend/resume
  375. * @delay_attr: sysfs attribute to control delay_attr
  376. * @enable_attr: sysfs attribute to enable/disable clock gating
  377. * @is_enabled: Indicates the current status of clock gating
  378. * @is_initialized: Indicates whether clock gating is initialized or not
  379. * @active_reqs: number of requests that are pending and should be waited for
  380. * completion before gating clocks.
  381. */
  382. struct ufs_clk_gating {
  383. struct delayed_work gate_work;
  384. struct work_struct ungate_work;
  385. struct workqueue_struct *clk_gating_workq;
  386. spinlock_t lock;
  387. enum clk_gating_state state;
  388. unsigned long delay_ms;
  389. bool is_suspended;
  390. struct device_attribute delay_attr;
  391. struct device_attribute enable_attr;
  392. bool is_enabled;
  393. bool is_initialized;
  394. int active_reqs;
  395. };
  396. /**
  397. * struct ufs_clk_scaling - UFS clock scaling related data
  398. * @workq: workqueue to schedule devfreq suspend/resume work
  399. * @suspend_work: worker to suspend devfreq
  400. * @resume_work: worker to resume devfreq
  401. * @lock: serialize access to some struct ufs_clk_scaling members
  402. * @active_reqs: number of requests that are pending. If this is zero when
  403. * devfreq ->target() function is called then schedule "suspend_work" to
  404. * suspend devfreq.
  405. * @tot_busy_t: Total busy time in current polling window
  406. * @window_start_t: Start time (in jiffies) of the current polling window
  407. * @busy_start_t: Start time of current busy period
  408. * @enable_attr: sysfs attribute to enable/disable clock scaling
  409. * @saved_pwr_info: UFS power mode may also be changed during scaling and this
  410. * one keeps track of previous power mode.
  411. * @target_freq: frequency requested by devfreq framework
  412. * @min_gear: lowest HS gear to scale down to
  413. * @wb_gear: enable Write Booster when HS gear scales above or equal to it, else
  414. * disable Write Booster
  415. * @is_enabled: tracks if scaling is currently enabled or not, controlled by
  416. * clkscale_enable sysfs node
  417. * @is_allowed: tracks if scaling is currently allowed or not, used to block
  418. * clock scaling which is not invoked from devfreq governor
  419. * @is_initialized: Indicates whether clock scaling is initialized or not
  420. * @is_busy_started: tracks if busy period has started or not
  421. * @is_suspended: tracks if devfreq is suspended or not
  422. */
  423. struct ufs_clk_scaling {
  424. struct workqueue_struct *workq;
  425. struct work_struct suspend_work;
  426. struct work_struct resume_work;
  427. spinlock_t lock;
  428. int active_reqs;
  429. unsigned long tot_busy_t;
  430. ktime_t window_start_t;
  431. ktime_t busy_start_t;
  432. struct device_attribute enable_attr;
  433. struct ufs_pa_layer_attr saved_pwr_info;
  434. unsigned long target_freq;
  435. u32 min_gear;
  436. u32 wb_gear;
  437. bool is_enabled;
  438. bool is_allowed;
  439. bool is_initialized;
  440. bool is_busy_started;
  441. bool is_suspended;
  442. bool suspend_on_no_request;
  443. };
  444. #define UFS_EVENT_HIST_LENGTH 8
  445. /**
  446. * struct ufs_event_hist - keeps history of errors
  447. * @pos: index to indicate cyclic buffer position
  448. * @val: cyclic buffer for registers value
  449. * @tstamp: cyclic buffer for time stamp
  450. * @cnt: error counter
  451. */
  452. struct ufs_event_hist {
  453. int pos;
  454. u32 val[UFS_EVENT_HIST_LENGTH];
  455. u64 tstamp[UFS_EVENT_HIST_LENGTH];
  456. unsigned long long cnt;
  457. };
  458. /**
  459. * struct ufs_stats - keeps usage/err statistics
  460. * @hibern8_exit_cnt: Counter to keep track of number of exits,
  461. * reset this after link-startup.
  462. * @last_hibern8_exit_tstamp: Set time after the hibern8 exit.
  463. * Clear after the first successful command completion.
  464. * @event: array with event history.
  465. */
  466. struct ufs_stats {
  467. u32 hibern8_exit_cnt;
  468. u64 last_hibern8_exit_tstamp;
  469. struct ufs_event_hist event[UFS_EVT_CNT];
  470. };
  471. /**
  472. * enum ufshcd_state - UFS host controller state
  473. * @UFSHCD_STATE_RESET: Link is not operational. Postpone SCSI command
  474. * processing.
  475. * @UFSHCD_STATE_OPERATIONAL: The host controller is operational and can process
  476. * SCSI commands.
  477. * @UFSHCD_STATE_EH_SCHEDULED_NON_FATAL: The error handler has been scheduled.
  478. * SCSI commands may be submitted to the controller.
  479. * @UFSHCD_STATE_EH_SCHEDULED_FATAL: The error handler has been scheduled. Fail
  480. * newly submitted SCSI commands with error code DID_BAD_TARGET.
  481. * @UFSHCD_STATE_ERROR: An unrecoverable error occurred, e.g. link recovery
  482. * failed. Fail all SCSI commands with error code DID_ERROR.
  483. */
  484. enum ufshcd_state {
  485. UFSHCD_STATE_RESET,
  486. UFSHCD_STATE_OPERATIONAL,
  487. UFSHCD_STATE_EH_SCHEDULED_NON_FATAL,
  488. UFSHCD_STATE_EH_SCHEDULED_FATAL,
  489. UFSHCD_STATE_ERROR,
  490. };
  491. enum ufshcd_quirks {
  492. /* Interrupt aggregation support is broken */
  493. UFSHCD_QUIRK_BROKEN_INTR_AGGR = 1 << 0,
  494. /*
  495. * delay before each dme command is required as the unipro
  496. * layer has shown instabilities
  497. */
  498. UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS = 1 << 1,
  499. /*
  500. * If UFS host controller is having issue in processing LCC (Line
  501. * Control Command) coming from device then enable this quirk.
  502. * When this quirk is enabled, host controller driver should disable
  503. * the LCC transmission on UFS device (by clearing TX_LCC_ENABLE
  504. * attribute of device to 0).
  505. */
  506. UFSHCD_QUIRK_BROKEN_LCC = 1 << 2,
  507. /*
  508. * The attribute PA_RXHSUNTERMCAP specifies whether or not the
  509. * inbound Link supports unterminated line in HS mode. Setting this
  510. * attribute to 1 fixes moving to HS gear.
  511. */
  512. UFSHCD_QUIRK_BROKEN_PA_RXHSUNTERMCAP = 1 << 3,
  513. /*
  514. * This quirk needs to be enabled if the host controller only allows
  515. * accessing the peer dme attributes in AUTO mode (FAST AUTO or
  516. * SLOW AUTO).
  517. */
  518. UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE = 1 << 4,
  519. /*
  520. * This quirk needs to be enabled if the host controller doesn't
  521. * advertise the correct version in UFS_VER register. If this quirk
  522. * is enabled, standard UFS host driver will call the vendor specific
  523. * ops (get_ufs_hci_version) to get the correct version.
  524. */
  525. UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSION = 1 << 5,
  526. /*
  527. * Clear handling for transfer/task request list is just opposite.
  528. */
  529. UFSHCI_QUIRK_BROKEN_REQ_LIST_CLR = 1 << 6,
  530. /*
  531. * This quirk needs to be enabled if host controller doesn't allow
  532. * that the interrupt aggregation timer and counter are reset by s/w.
  533. */
  534. UFSHCI_QUIRK_SKIP_RESET_INTR_AGGR = 1 << 7,
  535. /*
  536. * This quirks needs to be enabled if host controller cannot be
  537. * enabled via HCE register.
  538. */
  539. UFSHCI_QUIRK_BROKEN_HCE = 1 << 8,
  540. /*
  541. * This quirk needs to be enabled if the host controller regards
  542. * resolution of the values of PRDTO and PRDTL in UTRD as byte.
  543. */
  544. UFSHCD_QUIRK_PRDT_BYTE_GRAN = 1 << 9,
  545. /*
  546. * This quirk needs to be enabled if the host controller reports
  547. * OCS FATAL ERROR with device error through sense data
  548. */
  549. UFSHCD_QUIRK_BROKEN_OCS_FATAL_ERROR = 1 << 10,
  550. /*
  551. * This quirk needs to be enabled if the host controller has
  552. * auto-hibernate capability but it doesn't work.
  553. */
  554. UFSHCD_QUIRK_BROKEN_AUTO_HIBERN8 = 1 << 11,
  555. /*
  556. * This quirk needs to disable manual flush for write booster
  557. */
  558. UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL = 1 << 12,
  559. /*
  560. * This quirk needs to disable unipro timeout values
  561. * before power mode change
  562. */
  563. UFSHCD_QUIRK_SKIP_DEF_UNIPRO_TIMEOUT_SETTING = 1 << 13,
  564. /*
  565. * This quirk needs to be enabled if the host controller does not
  566. * support UIC command
  567. */
  568. UFSHCD_QUIRK_BROKEN_UIC_CMD = 1 << 15,
  569. /*
  570. * This quirk needs to be enabled if the host controller cannot
  571. * support physical host configuration.
  572. */
  573. UFSHCD_QUIRK_SKIP_PH_CONFIGURATION = 1 << 16,
  574. /*
  575. * This quirk needs to be enabled if the host controller has
  576. * auto-hibernate capability but it's FASTAUTO only.
  577. */
  578. UFSHCD_QUIRK_HIBERN_FASTAUTO = 1 << 18,
  579. /*
  580. * This quirk needs to be enabled if the host controller needs
  581. * to reinit the device after switching to maximum gear.
  582. */
  583. UFSHCD_QUIRK_REINIT_AFTER_MAX_GEAR_SWITCH = 1 << 19,
  584. /*
  585. * Some host raises interrupt (per queue) in addition to
  586. * CQES (traditional) when ESI is disabled.
  587. * Enable this quirk will disable CQES and use per queue interrupt.
  588. */
  589. UFSHCD_QUIRK_MCQ_BROKEN_INTR = 1 << 20,
  590. /*
  591. * Some host does not implement SQ Run Time Command (SQRTC) register
  592. * thus need this quirk to skip related flow.
  593. */
  594. UFSHCD_QUIRK_MCQ_BROKEN_RTC = 1 << 21,
  595. /*
  596. * This quirk needs to be enabled if the host controller supports inline
  597. * encryption but it needs to initialize the crypto capabilities in a
  598. * nonstandard way and/or needs to override blk_crypto_ll_ops. If
  599. * enabled, the standard code won't initialize the blk_crypto_profile;
  600. * ufs_hba_variant_ops::init() must do it instead.
  601. */
  602. UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE = 1 << 22,
  603. /*
  604. * This quirk needs to be enabled if the host controller supports inline
  605. * encryption but does not support the CRYPTO_GENERAL_ENABLE bit, i.e.
  606. * host controller initialization fails if that bit is set.
  607. */
  608. UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE = 1 << 23,
  609. /*
  610. * This quirk needs to be enabled if the host controller driver copies
  611. * cryptographic keys into the PRDT in order to send them to hardware,
  612. * and therefore the PRDT should be zeroized after each request (as per
  613. * the standard best practice for managing keys).
  614. */
  615. UFSHCD_QUIRK_KEYS_IN_PRDT = 1 << 24,
  616. /*
  617. * This quirk indicates that the controller reports the value 1 (not
  618. * supported) in the Legacy Single DoorBell Support (LSDBS) bit of the
  619. * Controller Capabilities register although it supports the legacy
  620. * single doorbell mode.
  621. */
  622. UFSHCD_QUIRK_BROKEN_LSDBS_CAP = 1 << 25,
  623. /*
  624. * This quirk indicates that DME_LINKSTARTUP should not be issued a 2nd
  625. * time (refer link_startup_again) after the 1st time was successful,
  626. * because it causes link startup to become unreliable.
  627. */
  628. UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE = 1 << 26,
  629. };
  630. enum ufshcd_caps {
  631. /* Allow dynamic clk gating */
  632. UFSHCD_CAP_CLK_GATING = 1 << 0,
  633. /* Allow hiberb8 with clk gating */
  634. UFSHCD_CAP_HIBERN8_WITH_CLK_GATING = 1 << 1,
  635. /* Allow dynamic clk scaling */
  636. UFSHCD_CAP_CLK_SCALING = 1 << 2,
  637. /* Allow auto bkops to enabled during runtime suspend */
  638. UFSHCD_CAP_AUTO_BKOPS_SUSPEND = 1 << 3,
  639. /*
  640. * This capability allows host controller driver to use the UFS HCI's
  641. * interrupt aggregation capability.
  642. * CAUTION: Enabling this might reduce overall UFS throughput.
  643. */
  644. UFSHCD_CAP_INTR_AGGR = 1 << 4,
  645. /*
  646. * This capability allows the device auto-bkops to be always enabled
  647. * except during suspend (both runtime and suspend).
  648. * Enabling this capability means that device will always be allowed
  649. * to do background operation when it's active but it might degrade
  650. * the performance of ongoing read/write operations.
  651. */
  652. UFSHCD_CAP_KEEP_AUTO_BKOPS_ENABLED_EXCEPT_SUSPEND = 1 << 5,
  653. /*
  654. * This capability allows host controller driver to automatically
  655. * enable runtime power management by itself instead of waiting
  656. * for userspace to control the power management.
  657. */
  658. UFSHCD_CAP_RPM_AUTOSUSPEND = 1 << 6,
  659. /*
  660. * This capability allows the host controller driver to turn-on
  661. * WriteBooster, if the underlying device supports it and is
  662. * provisioned to be used. This would increase the write performance.
  663. */
  664. UFSHCD_CAP_WB_EN = 1 << 7,
  665. /*
  666. * This capability allows the host controller driver to use the
  667. * inline crypto engine, if it is present
  668. */
  669. UFSHCD_CAP_CRYPTO = 1 << 8,
  670. /*
  671. * This capability allows the controller regulators to be put into
  672. * lpm mode aggressively during clock gating.
  673. * This would increase power savings.
  674. */
  675. UFSHCD_CAP_AGGR_POWER_COLLAPSE = 1 << 9,
  676. /*
  677. * This capability allows the host controller driver to use DeepSleep,
  678. * if it is supported by the UFS device. The host controller driver must
  679. * support device hardware reset via the hba->device_reset() callback,
  680. * in order to exit DeepSleep state.
  681. */
  682. UFSHCD_CAP_DEEPSLEEP = 1 << 10,
  683. /*
  684. * This capability allows the host controller driver to use temperature
  685. * notification if it is supported by the UFS device.
  686. */
  687. UFSHCD_CAP_TEMP_NOTIF = 1 << 11,
  688. /*
  689. * Enable WriteBooster when scaling up the clock and disable
  690. * WriteBooster when scaling the clock down.
  691. */
  692. UFSHCD_CAP_WB_WITH_CLK_SCALING = 1 << 12,
  693. };
  694. struct ufs_hba_variant_params {
  695. struct devfreq_dev_profile devfreq_profile;
  696. struct devfreq_simple_ondemand_data ondemand_data;
  697. u16 hba_enable_delay_us;
  698. u32 wb_flush_threshold;
  699. };
  700. struct ufs_hba_monitor {
  701. unsigned long chunk_size;
  702. unsigned long nr_sec_rw[2];
  703. ktime_t total_busy[2];
  704. unsigned long nr_req[2];
  705. /* latencies*/
  706. ktime_t lat_sum[2];
  707. ktime_t lat_max[2];
  708. ktime_t lat_min[2];
  709. u32 nr_queued[2];
  710. ktime_t busy_start_ts[2];
  711. ktime_t enabled_ts;
  712. bool enabled;
  713. };
  714. /**
  715. * struct ufshcd_mcq_opr_info_t - Operation and Runtime registers
  716. *
  717. * @offset: Doorbell Address Offset
  718. * @stride: Steps proportional to queue [0...31]
  719. * @base: base address
  720. */
  721. struct ufshcd_mcq_opr_info_t {
  722. unsigned long offset;
  723. unsigned long stride;
  724. void __iomem *base;
  725. };
  726. enum ufshcd_mcq_opr {
  727. OPR_SQD,
  728. OPR_SQIS,
  729. OPR_CQD,
  730. OPR_CQIS,
  731. OPR_MAX,
  732. };
  733. /**
  734. * struct ufs_hba - per adapter private structure
  735. * @mmio_base: UFSHCI base register address
  736. * @ucdl_base_addr: UFS Command Descriptor base address
  737. * @utrdl_base_addr: UTP Transfer Request Descriptor base address
  738. * @utmrdl_base_addr: UTP Task Management Descriptor base address
  739. * @ucdl_dma_addr: UFS Command Descriptor DMA address
  740. * @utrdl_dma_addr: UTRDL DMA address
  741. * @utmrdl_dma_addr: UTMRDL DMA address
  742. * @host: Scsi_Host instance of the driver
  743. * @dev: device handle
  744. * @ufs_device_wlun: WLUN that controls the entire UFS device.
  745. * @ufs_rpmb_wlun: RPMB WLUN SCSI device
  746. * @hwmon_device: device instance registered with the hwmon core.
  747. * @curr_dev_pwr_mode: active UFS device power mode.
  748. * @uic_link_state: active state of the link to the UFS device.
  749. * @rpm_lvl: desired UFS power management level during runtime PM.
  750. * @spm_lvl: desired UFS power management level during system PM.
  751. * @pm_lvl_min: minimum supported power management level.
  752. * @pm_op_in_progress: whether or not a PM operation is in progress.
  753. * @ahit: value of Auto-Hibernate Idle Timer register.
  754. * @outstanding_tasks: Bits representing outstanding task requests
  755. * @outstanding_lock: Protects @outstanding_reqs.
  756. * @outstanding_reqs: Bits representing outstanding transfer requests
  757. * @capabilities: UFS Controller Capabilities
  758. * @mcq_capabilities: UFS Multi Circular Queue capabilities
  759. * @nutrs: Transfer Request Queue depth supported by controller
  760. * @nortt - Max outstanding RTTs supported by controller
  761. * @nutmrs: Task Management Queue depth supported by controller
  762. * @ufs_version: UFS Version to which controller complies
  763. * @vops: pointer to variant specific operations
  764. * @vps: pointer to variant specific parameters
  765. * @priv: pointer to variant specific private data
  766. * @sg_entry_size: size of struct ufshcd_sg_entry (may include variant fields)
  767. * @irq: Irq number of the controller
  768. * @is_irq_enabled: whether or not the UFS controller interrupt is enabled.
  769. * @dev_ref_clk_freq: reference clock frequency
  770. * @quirks: bitmask with information about deviations from the UFSHCI standard.
  771. * @dev_quirks: bitmask with information about deviations from the UFS standard.
  772. * @tmf_tag_set: TMF tag set.
  773. * @tmf_queue: Used to allocate TMF tags.
  774. * @tmf_rqs: array with pointers to TMF requests while these are in progress.
  775. * @active_uic_cmd: pointer to active UIC command.
  776. * @uic_cmd_mutex: mutex used for serializing UIC command processing.
  777. * @uic_async_done: completion used to wait for power mode or hibernation state
  778. * changes.
  779. * @ufshcd_state: UFSHCD state
  780. * @eh_flags: Error handling flags
  781. * @intr_mask: Interrupt Mask Bits
  782. * @ee_ctrl_mask: Exception event control mask
  783. * @ee_drv_mask: Exception event mask for driver
  784. * @ee_usr_mask: Exception event mask for user (set via debugfs)
  785. * @ee_ctrl_mutex: Used to serialize exception event information.
  786. * @is_powered: flag to check if HBA is powered
  787. * @shutting_down: flag to check if shutdown has been invoked
  788. * @host_sem: semaphore used to serialize concurrent contexts
  789. * @eh_wq: Workqueue that eh_work works on
  790. * @eh_work: Worker to handle UFS errors that require s/w attention
  791. * @eeh_work: Worker to handle exception events
  792. * @errors: HBA errors
  793. * @uic_error: UFS interconnect layer error status
  794. * @saved_err: sticky error mask
  795. * @saved_uic_err: sticky UIC error mask
  796. * @ufs_stats: various error counters
  797. * @force_reset: flag to force eh_work perform a full reset
  798. * @force_pmc: flag to force a power mode change
  799. * @silence_err_logs: flag to silence error logs
  800. * @dev_cmd: ufs device management command information
  801. * @last_dme_cmd_tstamp: time stamp of the last completed DME command
  802. * @nop_out_timeout: NOP OUT timeout value
  803. * @dev_info: information about the UFS device
  804. * @auto_bkops_enabled: to track whether bkops is enabled in device
  805. * @vreg_info: UFS device voltage regulator information
  806. * @clk_list_head: UFS host controller clocks list node head
  807. * @use_pm_opp: Indicates whether OPP based scaling is used or not
  808. * @req_abort_count: number of times ufshcd_abort() has been called
  809. * @lanes_per_direction: number of lanes per data direction between the UFS
  810. * controller and the UFS device.
  811. * @pwr_info: holds current power mode
  812. * @max_pwr_info: keeps the device max valid pwm
  813. * @clk_gating: information related to clock gating
  814. * @caps: bitmask with information about UFS controller capabilities
  815. * @devfreq: frequency scaling information owned by the devfreq core
  816. * @clk_scaling: frequency scaling information owned by the UFS driver
  817. * @system_suspending: system suspend has been started and system resume has
  818. * not yet finished.
  819. * @is_sys_suspended: UFS device has been suspended because of system suspend
  820. * @urgent_bkops_lvl: keeps track of urgent bkops level for device
  821. * @is_urgent_bkops_lvl_checked: keeps track if the urgent bkops level for
  822. * device is known or not.
  823. * @wb_mutex: used to serialize devfreq and sysfs write booster toggling
  824. * @clk_scaling_lock: used to serialize device commands and clock scaling
  825. * @desc_size: descriptor sizes reported by device
  826. * @bsg_dev: struct device associated with the BSG queue
  827. * @bsg_queue: BSG queue associated with the UFS controller
  828. * @rpm_dev_flush_recheck_work: used to suspend from RPM (runtime power
  829. * management) after the UFS device has finished a WriteBooster buffer
  830. * flush or auto BKOP.
  831. * @monitor: statistics about UFS commands
  832. * @crypto_capabilities: Content of crypto capabilities register (0x100)
  833. * @crypto_cap_array: Array of crypto capabilities
  834. * @crypto_cfg_register: Start of the crypto cfg array
  835. * @crypto_profile: the crypto profile of this hba (if applicable)
  836. * @debugfs_root: UFS controller debugfs root directory
  837. * @debugfs_ee_work: used to restore ee_ctrl_mask after a delay
  838. * @debugfs_ee_rate_limit_ms: user configurable delay after which to restore
  839. * ee_ctrl_mask
  840. * @luns_avail: number of regular and well known LUNs supported by the UFS
  841. * device
  842. * @nr_hw_queues: number of hardware queues configured
  843. * @nr_queues: number of Queues of different queue types
  844. * @complete_put: whether or not to call ufshcd_rpm_put() from inside
  845. * ufshcd_resume_complete()
  846. * @mcq_sup: is mcq supported by UFSHC
  847. * @mcq_enabled: is mcq ready to accept requests
  848. * @mcq_esi_enabled: is mcq ESI configured
  849. * @res: array of resource info of MCQ registers
  850. * @mcq_base: Multi circular queue registers base address
  851. * @uhq: array of supported hardware queues
  852. * @mcq_opr: MCQ operation and runtime registers
  853. * @ufs_rtc_update_work: A work for UFS RTC periodic update
  854. * @pm_qos_req: PM QoS request handle
  855. * @pm_qos_enabled: flag to check if pm qos is enabled
  856. * @pm_qos_mutex: synchronizes PM QoS request and status updates
  857. * @critical_health_count: count of critical health exceptions
  858. * @dev_lvl_exception_count: count of device level exceptions since last reset
  859. * @dev_lvl_exception_id: vendor specific information about the device level exception event.
  860. * @rpmbs: list of OP-TEE RPMB devices (one per RPMB region)
  861. */
  862. struct ufs_hba {
  863. void __iomem *mmio_base;
  864. /* Virtual memory reference */
  865. struct utp_transfer_cmd_desc *ucdl_base_addr;
  866. struct utp_transfer_req_desc *utrdl_base_addr;
  867. struct utp_task_req_desc *utmrdl_base_addr;
  868. /* DMA memory reference */
  869. dma_addr_t ucdl_dma_addr;
  870. dma_addr_t utrdl_dma_addr;
  871. dma_addr_t utmrdl_dma_addr;
  872. struct Scsi_Host *host;
  873. struct device *dev;
  874. struct scsi_device *ufs_device_wlun;
  875. struct scsi_device *ufs_rpmb_wlun;
  876. #ifdef CONFIG_SCSI_UFS_HWMON
  877. struct device *hwmon_device;
  878. #endif
  879. enum ufs_dev_pwr_mode curr_dev_pwr_mode;
  880. enum uic_link_state uic_link_state;
  881. /* Desired UFS power management level during runtime PM */
  882. enum ufs_pm_level rpm_lvl;
  883. /* Desired UFS power management level during system PM */
  884. enum ufs_pm_level spm_lvl;
  885. enum ufs_pm_level pm_lvl_min;
  886. int pm_op_in_progress;
  887. /* Auto-Hibernate Idle Timer register value */
  888. u32 ahit;
  889. unsigned long outstanding_tasks;
  890. spinlock_t outstanding_lock;
  891. unsigned long outstanding_reqs;
  892. u32 capabilities;
  893. int nutrs;
  894. int nortt;
  895. u32 mcq_capabilities;
  896. int nutmrs;
  897. u32 ufs_version;
  898. const struct ufs_hba_variant_ops *vops;
  899. struct ufs_hba_variant_params *vps;
  900. void *priv;
  901. #ifdef CONFIG_SCSI_UFS_VARIABLE_SG_ENTRY_SIZE
  902. size_t sg_entry_size;
  903. #endif
  904. unsigned int irq;
  905. bool is_irq_enabled;
  906. enum ufs_ref_clk_freq dev_ref_clk_freq;
  907. unsigned int quirks; /* Deviations from standard UFSHCI spec. */
  908. /* Device deviations from standard UFS device spec. */
  909. unsigned int dev_quirks;
  910. struct blk_mq_tag_set tmf_tag_set;
  911. struct request_queue *tmf_queue;
  912. struct request **tmf_rqs;
  913. struct uic_command *active_uic_cmd;
  914. struct mutex uic_cmd_mutex;
  915. struct completion *uic_async_done;
  916. enum ufshcd_state ufshcd_state;
  917. u32 eh_flags;
  918. u32 intr_mask;
  919. u16 ee_ctrl_mask;
  920. u16 ee_drv_mask;
  921. u16 ee_usr_mask;
  922. struct mutex ee_ctrl_mutex;
  923. bool is_powered;
  924. bool shutting_down;
  925. struct semaphore host_sem;
  926. /* Work Queues */
  927. struct workqueue_struct *eh_wq;
  928. struct work_struct eh_work;
  929. struct work_struct eeh_work;
  930. /* HBA Errors */
  931. u32 errors;
  932. u32 uic_error;
  933. u32 saved_err;
  934. u32 saved_uic_err;
  935. struct ufs_stats ufs_stats;
  936. bool force_reset;
  937. bool force_pmc;
  938. bool silence_err_logs;
  939. /* Device management request data */
  940. struct ufs_dev_cmd dev_cmd;
  941. ktime_t last_dme_cmd_tstamp;
  942. int nop_out_timeout;
  943. /* Keeps information of the UFS device connected to this host */
  944. struct ufs_dev_info dev_info;
  945. bool auto_bkops_enabled;
  946. struct ufs_vreg_info vreg_info;
  947. struct list_head clk_list_head;
  948. bool use_pm_opp;
  949. /* Number of requests aborts */
  950. int req_abort_count;
  951. /* Number of lanes available (1 or 2) for Rx/Tx */
  952. u32 lanes_per_direction;
  953. struct ufs_pa_layer_attr pwr_info;
  954. struct ufs_pwr_mode_info max_pwr_info;
  955. struct ufs_clk_gating clk_gating;
  956. /* Control to enable/disable host capabilities */
  957. u32 caps;
  958. struct devfreq *devfreq;
  959. struct ufs_clk_scaling clk_scaling;
  960. bool system_suspending;
  961. bool is_sys_suspended;
  962. enum bkops_status urgent_bkops_lvl;
  963. bool is_urgent_bkops_lvl_checked;
  964. struct mutex wb_mutex;
  965. struct rw_semaphore clk_scaling_lock;
  966. struct device bsg_dev;
  967. struct request_queue *bsg_queue;
  968. struct delayed_work rpm_dev_flush_recheck_work;
  969. struct ufs_hba_monitor monitor;
  970. #ifdef CONFIG_SCSI_UFS_CRYPTO
  971. union ufs_crypto_capabilities crypto_capabilities;
  972. union ufs_crypto_cap_entry *crypto_cap_array;
  973. u32 crypto_cfg_register;
  974. struct blk_crypto_profile crypto_profile;
  975. #endif
  976. #ifdef CONFIG_DEBUG_FS
  977. struct dentry *debugfs_root;
  978. struct delayed_work debugfs_ee_work;
  979. u32 debugfs_ee_rate_limit_ms;
  980. #endif
  981. #ifdef CONFIG_SCSI_UFS_FAULT_INJECTION
  982. struct fault_attr trigger_eh_attr;
  983. struct fault_attr timeout_attr;
  984. #endif
  985. u32 luns_avail;
  986. unsigned int nr_hw_queues;
  987. unsigned int nr_queues[HCTX_MAX_TYPES];
  988. bool complete_put;
  989. bool scsi_host_added;
  990. bool mcq_sup;
  991. bool lsdb_sup;
  992. bool mcq_enabled;
  993. bool mcq_esi_enabled;
  994. void __iomem *mcq_base;
  995. struct ufs_hw_queue *uhq;
  996. struct ufshcd_mcq_opr_info_t mcq_opr[OPR_MAX];
  997. struct delayed_work ufs_rtc_update_work;
  998. struct pm_qos_request pm_qos_req;
  999. bool pm_qos_enabled;
  1000. /* synchronizes PM QoS request and status updates */
  1001. struct mutex pm_qos_mutex;
  1002. int critical_health_count;
  1003. atomic_t dev_lvl_exception_count;
  1004. u64 dev_lvl_exception_id;
  1005. u32 vcc_off_delay_us;
  1006. struct list_head rpmbs;
  1007. };
  1008. /**
  1009. * struct ufs_hw_queue - per hardware queue structure
  1010. * @mcq_sq_head: base address of submission queue head pointer
  1011. * @mcq_sq_tail: base address of submission queue tail pointer
  1012. * @mcq_cq_head: base address of completion queue head pointer
  1013. * @mcq_cq_tail: base address of completion queue tail pointer
  1014. * @sqe_base_addr: submission queue entry base address
  1015. * @sqe_dma_addr: submission queue dma address
  1016. * @cqe_base_addr: completion queue base address
  1017. * @cqe_dma_addr: completion queue dma address
  1018. * @max_entries: max number of slots in this hardware queue
  1019. * @id: hardware queue ID
  1020. * @sq_tp_slot: current slot to which SQ tail pointer is pointing
  1021. * @sq_lock: serialize submission queue access
  1022. * @cq_tail_slot: current slot to which CQ tail pointer is pointing
  1023. * @cq_head_slot: current slot to which CQ head pointer is pointing
  1024. * @cq_lock: Synchronize between multiple polling instances
  1025. * @sq_mutex: prevent submission queue concurrent access
  1026. */
  1027. struct ufs_hw_queue {
  1028. void __iomem *mcq_sq_head;
  1029. void __iomem *mcq_sq_tail;
  1030. void __iomem *mcq_cq_head;
  1031. void __iomem *mcq_cq_tail;
  1032. struct utp_transfer_req_desc *sqe_base_addr;
  1033. dma_addr_t sqe_dma_addr;
  1034. struct cq_entry *cqe_base_addr;
  1035. dma_addr_t cqe_dma_addr;
  1036. u32 max_entries;
  1037. u32 id;
  1038. u32 sq_tail_slot;
  1039. spinlock_t sq_lock;
  1040. u32 cq_tail_slot;
  1041. u32 cq_head_slot;
  1042. spinlock_t cq_lock;
  1043. /* prevent concurrent access to submission queue */
  1044. struct mutex sq_mutex;
  1045. };
  1046. #define MCQ_QCFG_SIZE 0x40
  1047. static inline unsigned int ufshcd_mcq_opr_offset(struct ufs_hba *hba,
  1048. enum ufshcd_mcq_opr opr, int idx)
  1049. {
  1050. return hba->mcq_opr[opr].offset + hba->mcq_opr[opr].stride * idx;
  1051. }
  1052. static inline unsigned int ufshcd_mcq_cfg_offset(unsigned int reg, int idx)
  1053. {
  1054. return reg + MCQ_QCFG_SIZE * idx;
  1055. }
  1056. #ifdef CONFIG_SCSI_UFS_VARIABLE_SG_ENTRY_SIZE
  1057. static inline size_t ufshcd_sg_entry_size(const struct ufs_hba *hba)
  1058. {
  1059. return hba->sg_entry_size;
  1060. }
  1061. static inline void ufshcd_set_sg_entry_size(struct ufs_hba *hba, size_t sg_entry_size)
  1062. {
  1063. WARN_ON_ONCE(sg_entry_size < sizeof(struct ufshcd_sg_entry));
  1064. hba->sg_entry_size = sg_entry_size;
  1065. }
  1066. #else
  1067. static inline size_t ufshcd_sg_entry_size(const struct ufs_hba *hba)
  1068. {
  1069. return sizeof(struct ufshcd_sg_entry);
  1070. }
  1071. #define ufshcd_set_sg_entry_size(hba, sg_entry_size) \
  1072. ({ (void)(hba); BUILD_BUG_ON(sg_entry_size != sizeof(struct ufshcd_sg_entry)); })
  1073. #endif
  1074. #ifdef CONFIG_SCSI_UFS_CRYPTO
  1075. static inline struct ufs_hba *
  1076. ufs_hba_from_crypto_profile(struct blk_crypto_profile *profile)
  1077. {
  1078. return container_of(profile, struct ufs_hba, crypto_profile);
  1079. }
  1080. #endif
  1081. static inline size_t ufshcd_get_ucd_size(const struct ufs_hba *hba)
  1082. {
  1083. return sizeof(struct utp_transfer_cmd_desc) + SG_ALL * ufshcd_sg_entry_size(hba);
  1084. }
  1085. /* Returns true if clocks can be gated. Otherwise false */
  1086. static inline bool ufshcd_is_clkgating_allowed(struct ufs_hba *hba)
  1087. {
  1088. return hba->caps & UFSHCD_CAP_CLK_GATING;
  1089. }
  1090. static inline bool ufshcd_can_hibern8_during_gating(struct ufs_hba *hba)
  1091. {
  1092. return hba->caps & UFSHCD_CAP_HIBERN8_WITH_CLK_GATING;
  1093. }
  1094. static inline int ufshcd_is_clkscaling_supported(struct ufs_hba *hba)
  1095. {
  1096. return hba->caps & UFSHCD_CAP_CLK_SCALING;
  1097. }
  1098. static inline bool ufshcd_can_autobkops_during_suspend(struct ufs_hba *hba)
  1099. {
  1100. return hba->caps & UFSHCD_CAP_AUTO_BKOPS_SUSPEND;
  1101. }
  1102. static inline bool ufshcd_is_rpm_autosuspend_allowed(struct ufs_hba *hba)
  1103. {
  1104. return hba->caps & UFSHCD_CAP_RPM_AUTOSUSPEND;
  1105. }
  1106. static inline bool ufshcd_is_intr_aggr_allowed(struct ufs_hba *hba)
  1107. {
  1108. return (hba->caps & UFSHCD_CAP_INTR_AGGR) &&
  1109. !(hba->quirks & UFSHCD_QUIRK_BROKEN_INTR_AGGR);
  1110. }
  1111. static inline bool ufshcd_can_aggressive_pc(struct ufs_hba *hba)
  1112. {
  1113. return !!(ufshcd_is_link_hibern8(hba) &&
  1114. (hba->caps & UFSHCD_CAP_AGGR_POWER_COLLAPSE));
  1115. }
  1116. static inline bool ufshcd_is_auto_hibern8_supported(struct ufs_hba *hba)
  1117. {
  1118. return (hba->capabilities & MASK_AUTO_HIBERN8_SUPPORT) &&
  1119. !(hba->quirks & UFSHCD_QUIRK_BROKEN_AUTO_HIBERN8);
  1120. }
  1121. static inline bool ufshcd_is_auto_hibern8_enabled(struct ufs_hba *hba)
  1122. {
  1123. return FIELD_GET(UFSHCI_AHIBERN8_TIMER_MASK, hba->ahit);
  1124. }
  1125. static inline bool ufshcd_is_wb_allowed(struct ufs_hba *hba)
  1126. {
  1127. return hba->caps & UFSHCD_CAP_WB_EN;
  1128. }
  1129. static inline bool ufshcd_enable_wb_if_scaling_up(struct ufs_hba *hba)
  1130. {
  1131. return hba->caps & UFSHCD_CAP_WB_WITH_CLK_SCALING;
  1132. }
  1133. #define ufsmcq_writel(hba, val, reg) \
  1134. writel((val), (hba)->mcq_base + (reg))
  1135. #define ufsmcq_readl(hba, reg) \
  1136. readl((hba)->mcq_base + (reg))
  1137. #define ufsmcq_writelx(hba, val, reg) \
  1138. writel_relaxed((val), (hba)->mcq_base + (reg))
  1139. #define ufsmcq_readlx(hba, reg) \
  1140. readl_relaxed((hba)->mcq_base + (reg))
  1141. #define ufshcd_writel(hba, val, reg) \
  1142. writel((val), (hba)->mmio_base + (reg))
  1143. #define ufshcd_readl(hba, reg) \
  1144. readl((hba)->mmio_base + (reg))
  1145. /**
  1146. * ufshcd_rmwl - perform read/modify/write for a controller register
  1147. * @hba: per adapter instance
  1148. * @mask: mask to apply on read value
  1149. * @val: actual value to write
  1150. * @reg: register address
  1151. */
  1152. static inline void ufshcd_rmwl(struct ufs_hba *hba, u32 mask, u32 val, u32 reg)
  1153. {
  1154. u32 tmp;
  1155. tmp = ufshcd_readl(hba, reg);
  1156. tmp &= ~mask;
  1157. tmp |= (val & mask);
  1158. ufshcd_writel(hba, tmp, reg);
  1159. }
  1160. void ufshcd_enable_irq(struct ufs_hba *hba);
  1161. void ufshcd_disable_irq(struct ufs_hba *hba);
  1162. int ufshcd_alloc_host(struct device *, struct ufs_hba **);
  1163. int ufshcd_hba_enable(struct ufs_hba *hba);
  1164. int ufshcd_init(struct ufs_hba *, void __iomem *, unsigned int);
  1165. int ufshcd_link_recovery(struct ufs_hba *hba);
  1166. int ufshcd_make_hba_operational(struct ufs_hba *hba);
  1167. void ufshcd_remove(struct ufs_hba *);
  1168. int ufshcd_uic_hibern8_enter(struct ufs_hba *hba);
  1169. int ufshcd_uic_hibern8_exit(struct ufs_hba *hba);
  1170. void ufshcd_delay_us(unsigned long us, unsigned long tolerance);
  1171. void ufshcd_parse_dev_ref_clk_freq(struct ufs_hba *hba, struct clk *refclk);
  1172. void ufshcd_update_evt_hist(struct ufs_hba *hba, u32 id, u32 val);
  1173. void ufshcd_hba_stop(struct ufs_hba *hba);
  1174. void ufshcd_schedule_eh_work(struct ufs_hba *hba);
  1175. void ufshcd_mcq_config_mac(struct ufs_hba *hba, u32 max_active_cmds);
  1176. unsigned int ufshcd_mcq_queue_cfg_addr(struct ufs_hba *hba);
  1177. u32 ufshcd_mcq_read_cqis(struct ufs_hba *hba, int i);
  1178. void ufshcd_mcq_write_cqis(struct ufs_hba *hba, u32 val, int i);
  1179. unsigned long ufshcd_mcq_poll_cqe_lock(struct ufs_hba *hba,
  1180. struct ufs_hw_queue *hwq);
  1181. void ufshcd_mcq_make_queues_operational(struct ufs_hba *hba);
  1182. void ufshcd_mcq_enable(struct ufs_hba *hba);
  1183. void ufshcd_mcq_enable_esi(struct ufs_hba *hba);
  1184. void ufshcd_mcq_config_esi(struct ufs_hba *hba, struct msi_msg *msg);
  1185. int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table,
  1186. struct dev_pm_opp *opp, void *data,
  1187. bool scaling_down);
  1188. /**
  1189. * ufshcd_set_variant - set variant specific data to the hba
  1190. * @hba: per adapter instance
  1191. * @variant: pointer to variant specific data
  1192. */
  1193. static inline void ufshcd_set_variant(struct ufs_hba *hba, void *variant)
  1194. {
  1195. BUG_ON(!hba);
  1196. hba->priv = variant;
  1197. }
  1198. /**
  1199. * ufshcd_get_variant - get variant specific data from the hba
  1200. * @hba: per adapter instance
  1201. */
  1202. static inline void *ufshcd_get_variant(struct ufs_hba *hba)
  1203. {
  1204. BUG_ON(!hba);
  1205. return hba->priv;
  1206. }
  1207. extern int ufshcd_runtime_suspend(struct device *dev);
  1208. extern int ufshcd_runtime_resume(struct device *dev);
  1209. extern int ufshcd_system_suspend(struct device *dev);
  1210. extern int ufshcd_system_resume(struct device *dev);
  1211. extern int ufshcd_system_freeze(struct device *dev);
  1212. extern int ufshcd_system_thaw(struct device *dev);
  1213. extern int ufshcd_system_restore(struct device *dev);
  1214. extern int ufshcd_dme_reset(struct ufs_hba *hba);
  1215. extern int ufshcd_dme_enable(struct ufs_hba *hba);
  1216. extern int ufshcd_dme_configure_adapt(struct ufs_hba *hba,
  1217. int agreed_gear,
  1218. int adapt_val);
  1219. extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
  1220. u8 attr_set, u32 mib_val, u8 peer);
  1221. extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
  1222. u32 *mib_val, u8 peer);
  1223. extern int ufshcd_config_pwr_mode(struct ufs_hba *hba,
  1224. struct ufs_pa_layer_attr *desired_pwr_mode);
  1225. extern int ufshcd_uic_change_pwr_mode(struct ufs_hba *hba, u8 mode);
  1226. /* UIC command interfaces for DME primitives */
  1227. #define DME_LOCAL 0
  1228. #define DME_PEER 1
  1229. #define ATTR_SET_NOR 0 /* NORMAL */
  1230. #define ATTR_SET_ST 1 /* STATIC */
  1231. static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel,
  1232. u32 mib_val)
  1233. {
  1234. return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR,
  1235. mib_val, DME_LOCAL);
  1236. }
  1237. static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel,
  1238. u32 mib_val)
  1239. {
  1240. return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST,
  1241. mib_val, DME_LOCAL);
  1242. }
  1243. static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel,
  1244. u32 mib_val)
  1245. {
  1246. return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR,
  1247. mib_val, DME_PEER);
  1248. }
  1249. static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel,
  1250. u32 mib_val)
  1251. {
  1252. return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST,
  1253. mib_val, DME_PEER);
  1254. }
  1255. static inline int ufshcd_dme_get(struct ufs_hba *hba,
  1256. u32 attr_sel, u32 *mib_val)
  1257. {
  1258. return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_LOCAL);
  1259. }
  1260. static inline int ufshcd_dme_peer_get(struct ufs_hba *hba,
  1261. u32 attr_sel, u32 *mib_val)
  1262. {
  1263. return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_PEER);
  1264. }
  1265. static inline bool ufshcd_is_hs_mode(const struct ufs_pa_layer_attr *pwr_info)
  1266. {
  1267. return (pwr_info->pwr_rx == FAST_MODE ||
  1268. pwr_info->pwr_rx == FASTAUTO_MODE) &&
  1269. (pwr_info->pwr_tx == FAST_MODE ||
  1270. pwr_info->pwr_tx == FASTAUTO_MODE);
  1271. }
  1272. static inline int ufshcd_disable_host_tx_lcc(struct ufs_hba *hba)
  1273. {
  1274. return ufshcd_dme_set(hba, UIC_ARG_MIB(PA_LOCAL_TX_LCC_ENABLE), 0);
  1275. }
  1276. void ufshcd_auto_hibern8_update(struct ufs_hba *hba, u32 ahit);
  1277. void ufshcd_fixup_dev_quirks(struct ufs_hba *hba,
  1278. const struct ufs_dev_quirk *fixups);
  1279. void ufshcd_hold(struct ufs_hba *hba);
  1280. void ufshcd_release(struct ufs_hba *hba);
  1281. void ufshcd_clkgate_delay_set(struct device *dev, unsigned long value);
  1282. int ufshcd_get_vreg(struct device *dev, struct ufs_vreg *vreg);
  1283. int ufshcd_send_uic_cmd(struct ufs_hba *hba, struct uic_command *uic_cmd);
  1284. int ufshcd_advanced_rpmb_req_handler(struct ufs_hba *hba, struct utp_upiu_req *req_upiu,
  1285. struct utp_upiu_req *rsp_upiu, struct ufs_ehs *ehs_req,
  1286. struct ufs_ehs *ehs_rsp, int sg_cnt,
  1287. struct scatterlist *sg_list, enum dma_data_direction dir);
  1288. int ufshcd_wb_toggle(struct ufs_hba *hba, bool enable);
  1289. int ufshcd_wb_toggle_buf_flush(struct ufs_hba *hba, bool enable);
  1290. int ufshcd_wb_set_resize_en(struct ufs_hba *hba, enum wb_resize_en en_mode);
  1291. int ufshcd_suspend_prepare(struct device *dev);
  1292. int __ufshcd_suspend_prepare(struct device *dev, bool rpm_ok_for_spm);
  1293. void ufshcd_resume_complete(struct device *dev);
  1294. bool ufshcd_is_hba_active(struct ufs_hba *hba);
  1295. void ufshcd_pm_qos_init(struct ufs_hba *hba);
  1296. void ufshcd_pm_qos_exit(struct ufs_hba *hba);
  1297. int ufshcd_dme_rmw(struct ufs_hba *hba, u32 mask, u32 val, u32 attr);
  1298. /* Wrapper functions for safely calling variant operations */
  1299. static inline int ufshcd_vops_init(struct ufs_hba *hba)
  1300. {
  1301. if (hba->vops && hba->vops->init)
  1302. return hba->vops->init(hba);
  1303. return 0;
  1304. }
  1305. static inline int ufshcd_vops_phy_initialization(struct ufs_hba *hba)
  1306. {
  1307. if (hba->vops && hba->vops->phy_initialization)
  1308. return hba->vops->phy_initialization(hba);
  1309. return 0;
  1310. }
  1311. extern const struct ufs_pm_lvl_states ufs_pm_lvl_states[];
  1312. int ufshcd_dump_regs(struct ufs_hba *hba, size_t offset, size_t len,
  1313. const char *prefix);
  1314. int __ufshcd_write_ee_control(struct ufs_hba *hba, u32 ee_ctrl_mask);
  1315. int ufshcd_write_ee_control(struct ufs_hba *hba);
  1316. int ufshcd_update_ee_control(struct ufs_hba *hba, u16 *mask,
  1317. const u16 *other_mask, u16 set, u16 clr);
  1318. void ufshcd_force_error_recovery(struct ufs_hba *hba);
  1319. void ufshcd_pm_qos_update(struct ufs_hba *hba, bool on);
  1320. u32 ufshcd_us_to_ahit(unsigned int timer);
  1321. #endif /* End of Header */