Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/ufshci/ufshci_dev.c
| Show First 20 Lines • Show All 768 Lines • ▼ Show 20 Lines | ufshci_dev_config_write_booster(struct ufshci_controller *ctrlr) | ||||
| } | } | ||||
| ufshci_printf(ctrlr, "WriteBooster Enabled\n"); | ufshci_printf(ctrlr, "WriteBooster Enabled\n"); | ||||
| return (0); | return (0); | ||||
| out: | out: | ||||
| ufshci_dev_disable_write_booster(ctrlr); | ufshci_dev_disable_write_booster(ctrlr); | ||||
| return (error); | return (error); | ||||
| } | } | ||||