/Linux-v4.19/drivers/staging/rts5208/ |
D | ms.h | 152 #define HEADER_ID0 PPBUF_BASE2 153 #define HEADER_ID1 (PPBUF_BASE2 + 1) 154 #define DISABLED_BLOCK0 (PPBUF_BASE2 + 0x170 + 4) 155 #define DISABLED_BLOCK1 (PPBUF_BASE2 + 0x170 + 5) 156 #define DISABLED_BLOCK2 (PPBUF_BASE2 + 0x170 + 6) 157 #define DISABLED_BLOCK3 (PPBUF_BASE2 + 0x170 + 7) 158 #define BLOCK_SIZE_0 (PPBUF_BASE2 + 0x1a0 + 2) 159 #define BLOCK_SIZE_1 (PPBUF_BASE2 + 0x1a0 + 3) 160 #define BLOCK_COUNT_0 (PPBUF_BASE2 + 0x1a0 + 4) 161 #define BLOCK_COUNT_1 (PPBUF_BASE2 + 0x1a0 + 5) [all …]
|
D | ms.c | 189 PPBUF_BASE2 + i, 0xFF, data[i]); in ms_write_bytes() 192 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2 + i, 0xFF, 0xFF); in ms_write_bytes() 265 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0); in ms_read_bytes() 268 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + data_len, 0, 0); in ms_read_bytes() 270 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + data_len - 1, in ms_read_bytes() 638 retval = rtsx_read_register(chip, PPBUF_BASE2 + 2, &val); in ms_identify_media_type() 650 retval = rtsx_read_register(chip, PPBUF_BASE2 + 4, &val); in ms_identify_media_type() 660 retval = rtsx_read_register(chip, PPBUF_BASE2 + 5, &val); in ms_identify_media_type() 666 retval = rtsx_read_register(chip, PPBUF_BASE2, &val); in ms_identify_media_type() 684 retval = rtsx_read_register(chip, PPBUF_BASE2 + 3, &val); in ms_identify_media_type() [all …]
|
D | sd.c | 162 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; 2844 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2, 0, 0); 2846 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 1, 0, 0); 2930 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 196, 0xFF, 0); 2931 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 212, 0xFF, 0); 2932 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 213, 0xFF, 0); 2933 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 214, 0xFF, 0); 2934 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 215, 0xFF, 0); 3799 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; 3903 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; [all …]
|
D | spi.c | 737 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2, 0xFF, in spi_write_flash() 782 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2, 0xFF, in spi_write_flash() 952 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2, 0xFF, status); in spi_write_flash_status()
|
D | rtsx_card.h | 984 #define PPBUF_BASE2 0xFA00 macro
|
D | rtsx_chip.c | 2161 reg_addr = PPBUF_BASE2; in rtsx_read_ppbuf() 2206 reg_addr = PPBUF_BASE2; in rtsx_write_ppbuf()
|
D | xd.c | 203 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + offset + i, in xd_read_data_from_ppb()
|
/Linux-v4.19/drivers/memstick/host/ |
D | rtsx_pci_ms.c | 226 PPBUF_BASE2 + i, 0xFF, data[i]); in ms_write_bytes() 229 PPBUF_BASE2 + i, 0xFF, 0xFF); in ms_write_bytes() 304 rtsx_pci_add_cmd(pcr, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0); in ms_read_bytes() 306 rtsx_pci_add_cmd(pcr, READ_REG_CMD, PPBUF_BASE2 + cnt, 0, 0); in ms_read_bytes() 309 PPBUF_BASE2 + cnt - 1, 0, 0); in ms_read_bytes()
|
D | rtsx_usb_ms.c | 340 PPBUF_BASE2 + i, 0xFF, data[i]); in ms_write_bytes() 344 PPBUF_BASE2 + i, 0xFF, 0xFF); in ms_write_bytes() 417 rtsx_usb_add_cmd(ucr, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0); in ms_read_bytes() 419 rtsx_usb_add_cmd(ucr, READ_REG_CMD, PPBUF_BASE2 + cnt, 0, 0); in ms_read_bytes() 422 PPBUF_BASE2 + cnt - 1, 0, 0); in ms_read_bytes()
|
/Linux-v4.19/drivers/misc/cardreader/ |
D | rtsx_usb.c | 170 return rtsx_usb_seq_read_register(ucr, PPBUF_BASE2, (u16)buf_len, buf); in rtsx_usb_read_ppbuf() 176 return rtsx_usb_seq_write_register(ucr, PPBUF_BASE2, (u16)buf_len, buf); in rtsx_usb_write_ppbuf()
|
D | rtsx_pcr.c | 584 reg = PPBUF_BASE2; in rtsx_pci_read_ppbuf() 627 reg = PPBUF_BASE2; in rtsx_pci_write_ppbuf()
|
/Linux-v4.19/include/linux/ |
D | rtsx_usb.h | 290 #define PPBUF_BASE2 0xFA00 macro
|
D | rtsx_pci.h | 686 #define PPBUF_BASE2 0xFA00 macro
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 202 PPBUF_BASE2 + byte_cnt, in sd_read_data() 374 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()
|
D | rtsx_pci_sdmmc.c | 269 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()
|