Searched refs:ms_read_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | ms.c | 255 static int ms_read_bytes(struct rtsx_chip *chip, in ms_read_bytes() function 767 retval = ms_read_bytes(chip, GET_INT, 1, in ms_confirm_cpu_startup() 787 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_confirm_cpu_startup() 1406 retval = ms_read_bytes(chip, READ_REG, 2, NO_WAIT_INT, val, 2); in ms_read_status_reg() 1473 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_read_extra_data() 1501 retval = ms_read_bytes(chip, READ_REG, MS_EXTRA_SIZE, NO_WAIT_INT, in ms_read_extra_data() 1564 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_write_extra_data() 1624 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_read_page() 1719 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_set_bad_block() 1783 retval = ms_read_bytes(chip, GET_INT, 1, NO_WAIT_INT, &val, 1); in ms_erase_block() [all …]
|
/linux-4.1.27/drivers/memstick/host/ |
D | rtsx_pci_ms.c | 279 static int ms_read_bytes(struct realtek_pci_ms *host, u8 tpc, in ms_read_bytes() function 368 err = ms_read_bytes(host, req->tpc, cfg, in rtsx_pci_ms_issue_cmd() 379 err = ms_read_bytes(host, MS_TPC_GET_INT, in rtsx_pci_ms_issue_cmd()
|
D | rtsx_usb_ms.c | 395 static int ms_read_bytes(struct rtsx_usb_ms *host, u8 tpc, in ms_read_bytes() function 486 err = ms_read_bytes(host, req->tpc, cfg, in rtsx_usb_ms_issue_cmd() 497 err = ms_read_bytes(host, MS_TPC_GET_INT, in rtsx_usb_ms_issue_cmd()
|