Home
last modified time | relevance | path

Searched refs:cmd_tbl (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c553 pp->cmd_slot->tbl_addr = cpu_to_le32((u32)pp->cmd_tbl & 0xffffffff); in ahci_fill_cmd_slot()
556 cpu_to_le32((u32)(((pp->cmd_tbl) >> 16) >> 16)); in ahci_fill_cmd_slot()
618 pp->cmd_tbl = virt_to_phys((void *)mem); in ahci_port_start()
619 debug("cmd_tbl_dma = %lx\n", pp->cmd_tbl); in ahci_port_start()
673 memcpy((unsigned char *)pp->cmd_tbl, fis, fis_len); in ahci_device_data_io()
1143 memcpy((unsigned char *)pp->cmd_tbl, fis, 20); in ata_io_flush()
H A Ddwc_ahsata.c360 pp->cmd_slot->tbl_addr = cpu_to_le32((u32)pp->cmd_tbl & 0xffffffff); in ahci_fill_cmd_slot()
363 cpu_to_le32((u32)(((pp->cmd_tbl) >> 16) >> 16)); in ahci_fill_cmd_slot()
391 memcpy((u8 *)(pp->cmd_tbl), cfis, sizeof(struct sata_fis_h2d)); in ahci_exec_ata_cmd()
478 pp->cmd_tbl = mem; in ahci_port_start()
479 debug("cmd_tbl_dma = 0x%lx\n", pp->cmd_tbl); in ahci_port_start()
/rk3399_rockchip-uboot/include/
H A Dahci.h143 ulong cmd_tbl; member
/rk3399_rockchip-uboot/cmd/
H A Dtpm_test.c491 int do_test_##XFUNC(cmd_tbl_t *cmd_tbl, int flag, int argc, \