Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dahci.c535 pp->cmd_slot->tbl_addr = cpu_to_le32((u32)pp->cmd_tbl & 0xffffffff); in ahci_fill_cmd_slot()
538 cpu_to_le32((u32)(((pp->cmd_tbl) >> 16) >> 16)); in ahci_fill_cmd_slot()
602 pp->cmd_tbl = virt_to_phys((void *)mem); in ahci_port_start()
603 debug("cmd_tbl_dma = %lx\n", pp->cmd_tbl); in ahci_port_start()
655 memcpy((unsigned char *)pp->cmd_tbl, fis, fis_len); in ahci_device_data_io()
1125 memcpy((unsigned char *)pp->cmd_tbl, fis, 20); in ata_io_flush()
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()
/external/e2fsprogs/lib/ss/
DMakefile.in69 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
71 MKCMDSFILES= mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l
73 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
/external/u-boot/include/
Dahci.h142 ulong cmd_tbl; member
/external/u-boot/cmd/
Dtpm_test.c490 int do_test_##XFUNC(cmd_tbl_t *cmd_tbl, int flag, int argc, \