Searched refs:cmd_dep (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | planb.c | 287 unsigned int cmd_dep) in tab_cmd_dbdma() argument 292 st_le32(&ch->cmd_dep, cmd_dep); in tab_cmd_dbdma() 298 unsigned int cmd_dep) in tab_cmd_store() argument 303 st_le32(&ch->cmd_dep, cmd_dep); in tab_cmd_store() 308 unsigned short req_count, unsigned int phy_addr, unsigned int cmd_dep) in tab_cmd_gen() argument 313 st_le32(&ch->cmd_dep, cmd_dep); in tab_cmd_gen() 622 unsigned int cmd_dep; in overlay_stop() local 625 cmd_dep = (unsigned int)readl(&pb->overlay_last1->cmd_dep); in overlay_stop() 632 if(cmd_dep != pb->vid_cbo.bus) { in overlay_stop() 776 unsigned long jump_addr = readl(&pb->overlay_last1->cmd_dep); in fill_cmd_buff() [all …]
|
/linux-2.4.37.9/include/asm-ppc/ |
D | dbdma.h | 48 unsigned int cmd_dep; /* command-dependent field */ member
|
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | dmasound_awacs.c | 966 st_le32(&cp->cmd_dep, virt_to_bus(&awacs_tx_cmds[(i+1)%write_sq.max_count])); in pmac_awacs_tx_intr() 1226 st_le32(&beep_dbdma_cmd->cmd_dep, virt_to_bus(beep_dbdma_cmd)); in awacs_mksound() 2248 st_le32(&cp->cmd_dep, virt_to_bus(awacs_tx_cmds)); in PMacWriteSqSetup() 2314 st_le32(&cp->cmd_dep, virt_to_bus(awacs_rx_cmds)); in PMacReadSqSetup()
|
/linux-2.4.37.9/drivers/net/ |
D | bmac.c | 214 unsigned long cmd_dep) in dbdma_setcmd() argument 219 out_le32(&cp->cmd_dep, cmd_dep); in dbdma_setcmd()
|
D | mace.c | 500 st_le32(&cp->cmd_dep, virt_to_bus(mp->rx_cmds)); in mace_open() 510 st_le32(&cp->cmd_dep, virt_to_bus(mp->tx_cmds)); in mace_open()
|
/linux-2.4.37.9/drivers/macintosh/ |
D | macserial.c | 852 st_le32(&cd->cmd_dep, 0); in rxdma_to_tty() 927 st_le32(&cd->cmd_dep, DBDMA_STOP); in dma_init() 939 st_le32(&cd->cmd_dep, DBDMA_STOP); in dma_init() 943 st_le32(&cd->cmd_dep, virt_to_bus(info->rx_cmds[0])); in dma_init()
|
/linux-2.4.37.9/drivers/ide/ppc/ |
D | pmac.c | 1355 table->cmd_dep = 0; in pmac_ide_build_dmatable()
|