/linux-4.4.14/drivers/staging/rts5208/ |
D | ms.h | 153 #define HEADER_ID0 PPBUF_BASE2 154 #define HEADER_ID1 (PPBUF_BASE2 + 1) 155 #define DISABLED_BLOCK0 (PPBUF_BASE2 + 0x170 + 4) 156 #define DISABLED_BLOCK1 (PPBUF_BASE2 + 0x170 + 5) 157 #define DISABLED_BLOCK2 (PPBUF_BASE2 + 0x170 + 6) 158 #define DISABLED_BLOCK3 (PPBUF_BASE2 + 0x170 + 7) 159 #define BLOCK_SIZE_0 (PPBUF_BASE2 + 0x1a0 + 2) 160 #define BLOCK_SIZE_1 (PPBUF_BASE2 + 0x1a0 + 3) 161 #define BLOCK_COUNT_0 (PPBUF_BASE2 + 0x1a0 + 4) 162 #define BLOCK_COUNT_1 (PPBUF_BASE2 + 0x1a0 + 5) [all …]
|
D | ms.c | 200 PPBUF_BASE2 + i, 0xFF, data[i]); in ms_write_bytes() 203 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2 + i, 0xFF, 0xFF); in ms_write_bytes() 281 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + i, 0, 0); in ms_read_bytes() 284 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + data_len, 0, 0); in ms_read_bytes() 286 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + data_len - 1, in ms_read_bytes() 677 retval = rtsx_read_register(chip, PPBUF_BASE2 + 2, &val); in ms_identify_media_type() 691 retval = rtsx_read_register(chip, PPBUF_BASE2 + 4, &val); in ms_identify_media_type() 703 retval = rtsx_read_register(chip, PPBUF_BASE2 + 5, &val); in ms_identify_media_type() 710 retval = rtsx_read_register(chip, PPBUF_BASE2, &val); in ms_identify_media_type() 730 retval = rtsx_read_register(chip, PPBUF_BASE2 + 3, &val); in ms_identify_media_type() [all …]
|
D | sd.c | 163 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; 3054 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2, 0, 0); 3056 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 1, 0, 0); 3143 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 196, 0xFF, 0); 3144 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 212, 0xFF, 0); 3145 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 213, 0xFF, 0); 3146 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 214, 0xFF, 0); 3147 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + 215, 0xFF, 0); 4076 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; 4195 for (reg_addr = PPBUF_BASE2; reg_addr < PPBUF_BASE2 + 16; [all …]
|
D | spi.c | 785 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2, 0xFF, in spi_write_flash() 834 rtsx_add_cmd(chip, WRITE_REG_CMD, PPBUF_BASE2, 0xFF, in spi_write_flash() 1021 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 | 2325 reg_addr = PPBUF_BASE2; in rtsx_read_ppbuf() 2373 reg_addr = PPBUF_BASE2; in rtsx_write_ppbuf()
|
D | xd.c | 207 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + offset + i, in xd_read_data_from_ppb()
|
/linux-4.4.14/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-4.4.14/drivers/mfd/ |
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 | 487 reg = PPBUF_BASE2; in rtsx_pci_read_ppbuf() 530 reg = PPBUF_BASE2; in rtsx_pci_write_ppbuf()
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_usb.h | 290 #define PPBUF_BASE2 0xFA00 macro
|
D | rtsx_pci.h | 644 #define PPBUF_BASE2 0xFA00 macro
|
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 203 PPBUF_BASE2 + byte_cnt, in sd_read_data() 375 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()
|
D | rtsx_pci_sdmmc.c | 271 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()
|