Home
last modified time | relevance | path

Searched refs:CMD_STOP (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/packetengines/
Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
754 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
762 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
767 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
775 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
842 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
846 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
861 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1164 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1256 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
/drivers/acpi/acpica/
Ddbinput.c119 CMD_STOP, enumerator
978 case CMD_STOP: in acpi_db_command_dispatch()
/drivers/media/common/saa7146/
Dsaa7146_vbi.c81 WRITE_RPS1(CMD_STOP); in vbi_workaround()
192 WRITE_RPS1(CMD_STOP); in saa7146_set_vbi_capture()
Dsaa7146_hlp.c993 WRITE_RPS0(CMD_STOP); in program_capture_engine()
/drivers/net/usb/
Dcx82310_eth.c31 CMD_STOP = 0x85, /* no effect? */ enumerator
/drivers/media/pci/ttpci/
Dbudget-patch.c462 WRITE_RPS1(CMD_STOP); in budget_patch_attach()
Dav7110.c2442 WRITE_RPS1(CMD_STOP); in av7110_attach()
/drivers/media/usb/s2255/
Ds2255drv.c143 #define CMD_STOP cpu_to_le32((CMD_2255 | 0x30)) macro
2187 buffer[2] = CMD_STOP; in s2255_stop_acquire()