Home
last modified time | relevance | path

Searched refs:PPBUF_BASE2 (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/staging/rts5208/
Dms.h153 #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 …]
Dms.c200 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 …]
Dsd.c163 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 …]
Dspi.c785 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()
Drtsx_card.h984 #define PPBUF_BASE2 0xFA00 macro
Drtsx_chip.c2325 reg_addr = PPBUF_BASE2; in rtsx_read_ppbuf()
2373 reg_addr = PPBUF_BASE2; in rtsx_write_ppbuf()
Dxd.c207 rtsx_add_cmd(chip, READ_REG_CMD, PPBUF_BASE2 + offset + i, in xd_read_data_from_ppb()
/linux-4.4.14/drivers/memstick/host/
Drtsx_pci_ms.c226 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()
Drtsx_usb_ms.c340 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/
Drtsx_usb.c170 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()
Drtsx_pcr.c487 reg = PPBUF_BASE2; in rtsx_pci_read_ppbuf()
530 reg = PPBUF_BASE2; in rtsx_pci_write_ppbuf()
/linux-4.4.14/include/linux/mfd/
Drtsx_usb.h290 #define PPBUF_BASE2 0xFA00 macro
Drtsx_pci.h644 #define PPBUF_BASE2 0xFA00 macro
/linux-4.4.14/drivers/mmc/host/
Drtsx_usb_sdmmc.c203 PPBUF_BASE2 + byte_cnt, in sd_read_data()
375 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()
Drtsx_pci_sdmmc.c271 for (i = PPBUF_BASE2; i < PPBUF_BASE2 + 16; i++) in sd_send_cmd_get_rsp()