Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dahci.c537 pp->cmd_slot->tbl_addr = cpu_to_le32((u32)pp->cmd_tbl & 0xffffffff); in ahci_fill_cmd_slot()
540 cpu_to_le32((u32)(((pp->cmd_tbl) >> 16) >> 16)); in ahci_fill_cmd_slot()
604 pp->cmd_tbl = virt_to_phys((void *)mem); in ahci_port_start()
605 debug("cmd_tbl_dma = %lx\n", pp->cmd_tbl); in ahci_port_start()
657 memcpy((unsigned char *)pp->cmd_tbl, fis, fis_len); in ahci_device_data_io()
1127 memcpy((unsigned char *)pp->cmd_tbl, fis, 20); in ata_io_flush()
H A Ddwc_ahsata.c359 pp->cmd_slot->tbl_addr = cpu_to_le32((u32)pp->cmd_tbl & 0xffffffff); in ahci_fill_cmd_slot()
362 cpu_to_le32((u32)(((pp->cmd_tbl) >> 16) >> 16)); in ahci_fill_cmd_slot()
390 memcpy((u8 *)(pp->cmd_tbl), cfis, sizeof(struct sata_fis_h2d)); in ahci_exec_ata_cmd()
477 pp->cmd_tbl = mem; in ahci_port_start()
478 debug("cmd_tbl_dma = 0x%lx\n", pp->cmd_tbl); in ahci_port_start()
/openbmc/u-boot/include/
H A Dahci.h142 ulong cmd_tbl; member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch153 +static int do_ffa_getpart(struct cmd_tbl *cmdtp, int flag, int argc,
205 +static int do_ffa_ping(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
263 +static int do_ffa_devlist(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
/openbmc/u-boot/cmd/
H A Dtpm_test.c486 int do_test_##XFUNC(cmd_tbl_t *cmd_tbl, int flag, int argc, \