Lines Matching refs:node_id
226 static int sd_uhs2_enum(struct mmc_host *host, u32 *node_id) in sd_uhs2_enum() argument
269 *node_id = id_f; in sd_uhs2_enum()
291 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | card->uhs2_config.node_id; in sd_uhs2_config_read()
481 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | card->uhs2_config.node_id; in sd_uhs2_config_write()
672 static int sd_uhs2_go_dormant(struct mmc_host *host, u32 node_id) in sd_uhs2_go_dormant() argument
696 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | node_id; in sd_uhs2_go_dormant()
759 static int sd_uhs2_go_dormant_state(struct mmc_host *host, u32 node_id) in sd_uhs2_go_dormant_state() argument
769 err = sd_uhs2_go_dormant(host, node_id); in sd_uhs2_go_dormant_state()
783 uhs2_cmd.header = UHS2_NATIVE_PACKET | UHS2_PACKET_TYPE_CCMD | node_id; in sd_uhs2_go_dormant_state()
808 u32 node_id = 0; in sd_uhs2_init_card() local
815 err = sd_uhs2_enum(host, &node_id); in sd_uhs2_init_card()
827 card->uhs2_config.node_id = node_id; in sd_uhs2_init_card()
841 err = sd_uhs2_go_dormant_state(host, node_id); in sd_uhs2_init_card()
1254 uhs2_cmd->header = host->card->uhs2_config.node_id; in mmc_uhs2_prepare_cmd()