| /linux/include/ufs/ |
| H A D | unipro.h | 241 UFS_UNIPRO_VER_1_40 = 1, /* UniPro version 1.40 */ 242 UFS_UNIPRO_VER_1_41 = 2, /* UniPro version 1.41 */ 243 UFS_UNIPRO_VER_1_6 = 3, /* UniPro version 1.6 */ 244 UFS_UNIPRO_VER_1_61 = 4, /* UniPro version 1.61 */ 245 UFS_UNIPRO_VER_1_8 = 5, /* UniPro version 1.8 */ 246 UFS_UNIPRO_VER_MAX = 6, /* UniPro unsupported version */ 247 /* UniPro version field mask in PA_LOCALVERINFO */
|
| H A D | ufs_quirks.h | 37 * the Host UniPro goes into bad state without raising the DFES error
|
| H A D | ufshcd.h | 26 #include <ufs/unipro.h> 92 /* Host <-> Device UniPro Link state */ 541 * delay before each dme command is required as the unipro 618 * This quirk needs to disable unipro timeout values
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-hisi.c | 20 #include <ufs/unipro.h> 147 /* Unipro VS_mphy_disable */ in ufs_hisi_link_startup_pre_change() 165 /* Unipro VS_MphyCfgUpdt */ in ufs_hisi_link_startup_pre_change() 179 /* Unipro VS_MphyCfgUpdt */ in ufs_hisi_link_startup_pre_change() 219 /* Unipro VS_mphy_disable */ in ufs_hisi_link_startup_pre_change() 223 "Warring!!! Unipro VS_mphy_disable is 0x%x\n", value); in ufs_hisi_link_startup_pre_change() 225 /* Unipro VS_mphy_disable */ in ufs_hisi_link_startup_pre_change() 239 /* Unipro PA_Local_TX_LCC_Enable */ in ufs_hisi_link_startup_pre_change() 241 /* close Unipro VS_Mk2ExtnSupport */ in ufs_hisi_link_startup_pre_change() 256 /* Unipro DL_AFC0CreditThreshold */ in ufs_hisi_link_startup_post_change() [all …]
|
| H A D | ufshcd-dwc.c | 13 #include <ufs/unipro.h> 68 * ufshcd_dwc_connection_setup() - configure unipro attributes. 72 * (device) unipro attributes to establish the connection to application/
|
| H A D | ufs-exynos.h | 19 * UNIPRO registers 268 EXYNOS_UFS_MMIO_FUNC(unipro);
|
| H A D | Kconfig | 125 UNIPRO layer, and associates with UFS-PHY driver.
|
| H A D | tc-dwc-g210.c | 13 #include <ufs/unipro.h>
|
| H A D | cdns-pltfrm.c | 137 * UniPro layer will not work with an incorrect value. in cdns_ufs_set_hclkdiv()
|
| H A D | ufs-rockchip.c | 19 #include <ufs/unipro.h>
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | mediatek,ufs-phy.yaml | 37 - description: Unipro core control clock. 42 - const: unipro 65 clock-names = "unipro", "mp";
|
| /linux/drivers/greybus/ |
| H A D | Kconfig | 7 hardware protocol that was designed to provide Unipro with a 39 from a USB device to a Unipro network.
|
| /linux/drivers/staging/greybus/Documentation/ |
| H A D | sysfs-bus-greybus | 67 Unipro Device Descriptor Block Level 1 manufacturer ID for the 75 Unipro Device Descriptor Block Level 1 product ID for the 90 The type of a Greybus interface; "dummy", "unipro", "greybus", 273 "reset" means the UniPro subsystem is to be reset.
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 33 physical layer and MIPI Unipro as the link layer. 105 MIPI UniPro and MIPI M-PHY. UIC provides 2 service access points 109 * UIO_SAP: To issue commands to Unipro layers.
|
| /linux/drivers/staging/greybus/ |
| H A D | arche_platform.h | 3 * Arche Platform driver to enable Unipro link.
|
| H A D | Kconfig | 20 bridge from an APB-I2S port to a Unipro network.
|
| H A D | camera.c | 401 /* Set the UniPro link to high speed mode. */ in gb_camera_setup_data_connection() 471 /* Set the UniPro link to low speed mode. */ in gb_camera_teardown_data_connection()
|
| /linux/drivers/staging/greybus/Documentation/firmware/ |
| H A D | firmware.c | 58 /* Try Interface Firmware load over Unipro */ in update_intf_firmware() 129 /* Try Backend Firmware Update over Unipro */ in update_backend_firmware()
|
| /linux/include/linux/greybus/ |
| H A D | hd.h | 53 /* Number of CPorts supported by the UniPro IP */
|
| H A D | greybus_manifest.h | 127 * encode the device id and module number in UniPro packets
|
| H A D | operation.h | 74 * connection between two UniPro interfaces.
|
| /linux/include/linux/ |
| H A D | greybus.h | 53 #define CPORT_ID_MAX 4095 /* UniPro max id is 4095 */
|
| /linux/drivers/phy/mediatek/ |
| H A D | phy-mtk-ufs.c | 55 clks[0].id = "unipro"; in ufs_mtk_phy_clk_init()
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7.dtsi | 651 <0x15571000 0x200>, /* 2: UNIPRO */ 653 reg-names = "hci", "vs_hci", "unipro", "ufsp";
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 33 #include <ufs/unipro.h> 2538 * ufshcd_dispatch_uic_cmd - Dispatch an UIC command to the Unipro layer 4055 * ufshcd_dme_link_startup - Notify Unipro to perform link startup 4058 * UIC_CMD_DME_LINK_STARTUP command must be issued to Unipro layer, 4059 * in order to initialize the Unipro link startup procedure. 4060 * Once the Unipro links are up, the device connected to the controller 4082 * DME_RESET command is issued in order to reset UniPro stack. 4123 * DME_ENABLE command is issued in order to enable UniPro stack. 4329 * and device UniPro link and hence it's final completion would be indicated by 4930 /* UniPro link is disabled at this point */ in ufshcd_hba_execute_hce() [all …]
|