Searched refs:cb710_wait_for_event (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cb710-mmc.c | 145 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) in cb710_wait_for_event() function 248 int err = cb710_wait_for_event(slot, in cb710_mmc_receive_pio() 330 err = cb710_wait_for_event(slot, in cb710_mmc_send() 434 to = cb710_wait_for_event(slot, CB710_MMC_S1_DATA_TRANSFER_DONE); in cb710_mmc_transfer_data() 468 cmd->error = cb710_wait_for_event(slot, CB710_MMC_S1_COMMAND_SENT); in cb710_mmc_command() 713 * In cb710_wait_for_event() we use a fixed timeout of ~2s, hence let's in cb710_mmc_init()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cb710-mmc.c | 145 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) in cb710_wait_for_event() function 248 int err = cb710_wait_for_event(slot, in cb710_mmc_receive_pio() 330 err = cb710_wait_for_event(slot, in cb710_mmc_send() 434 to = cb710_wait_for_event(slot, CB710_MMC_S1_DATA_TRANSFER_DONE); in cb710_mmc_transfer_data() 468 cmd->error = cb710_wait_for_event(slot, CB710_MMC_S1_COMMAND_SENT); in cb710_mmc_command() 713 * In cb710_wait_for_event() we use a fixed timeout of ~2s, hence let's in cb710_mmc_init()
|
Completed in 3 milliseconds