Searched refs:cmd_cfg (Results 1 – 2 of 2) sorted by relevance
142 u32 cmd_cfg; member698 *cmd_cfg |= CMD_CFG_RESP_128; in meson_mmc_set_response_bits()699 *cmd_cfg |= CMD_CFG_RESP_NUM; in meson_mmc_set_response_bits()705 *cmd_cfg |= CMD_CFG_R1B; in meson_mmc_set_response_bits()707 *cmd_cfg |= CMD_CFG_NO_RESP; in meson_mmc_set_response_bits()721 cmd_cfg |= CMD_CFG_DATA_WR; in meson_mmc_desc_chain_transfer()724 cmd_cfg |= CMD_CFG_BLOCK_MODE; in meson_mmc_desc_chain_transfer()734 desc[i].cmd_cfg = cmd_cfg; in meson_mmc_desc_chain_transfer()800 u32 cmd_cfg = 0, cmd_data = 0; in meson_mmc_start_cmd() local817 cmd_cfg |= CMD_CFG_DATA_IO; in meson_mmc_start_cmd()[all …]
1024 u32 rbmr, cmd_cfg; in enetc_pl_mac_link_up() local1076 cmd_cfg = enetc_port_rd(hw, ENETC_PM0_CMD_CFG); in enetc_pl_mac_link_up()1079 cmd_cfg &= ~ENETC_PM0_PAUSE_IGN; in enetc_pl_mac_link_up()1081 cmd_cfg |= ENETC_PM0_PAUSE_IGN; in enetc_pl_mac_link_up()1083 enetc_port_wr(hw, ENETC_PM0_CMD_CFG, cmd_cfg); in enetc_pl_mac_link_up()1084 enetc_port_wr(hw, ENETC_PM1_CMD_CFG, cmd_cfg); in enetc_pl_mac_link_up()
Completed in 8 milliseconds