Home
last modified time | relevance | path

Searched refs:st_le16 (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/macintosh/
Drack-meter.c183 st_le16(&cmd->req_count, 4); in rackmeter_setup_dbdma()
184 st_le16(&cmd->command, STORE_WORD | INTR_ALWAYS | KEY_SYSTEM); in rackmeter_setup_dbdma()
190 st_le16(&cmd->req_count, SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
191 st_le16(&cmd->command, OUTPUT_MORE); in rackmeter_setup_dbdma()
196 st_le16(&cmd->req_count, 4); in rackmeter_setup_dbdma()
197 st_le16(&cmd->command, STORE_WORD | INTR_ALWAYS | KEY_SYSTEM); in rackmeter_setup_dbdma()
203 st_le16(&cmd->req_count, SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
204 st_le16(&cmd->command, OUTPUT_MORE | BR_ALWAYS); in rackmeter_setup_dbdma()
/linux-3.4.99/sound/ppc/
Dpmac.c241 st_le16(&chip->extra_dma.cmds->command, DBDMA_STOP); in snd_pmac_pcm_prepare()
253 st_le16(&cp->req_count, rec->period_size); in snd_pmac_pcm_prepare()
255 st_le16(&cp->xfer_status, 0); in snd_pmac_pcm_prepare()
259 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS); in snd_pmac_pcm_prepare()
428 st_le16(&cp->xfer_status, 0); in snd_pmac_pcm_dead_xfer()
429 st_le16(&cp->req_count, rec->period_size); in snd_pmac_pcm_dead_xfer()
439 st_le16(&cp->req_count, res); in snd_pmac_pcm_dead_xfer()
440 st_le16(&cp->res_count, 0); in snd_pmac_pcm_dead_xfer()
441 st_le16(&cp->xfer_status, 0); in snd_pmac_pcm_dead_xfer()
447 st_le16(&cp->command, OUTPUT_MORE | BR_ALWAYS | INTR_ALWAYS); in snd_pmac_pcm_dead_xfer()
[all …]
/linux-3.4.99/arch/powerpc/include/asm/
Dswab.h31 static __inline__ void st_le16(volatile __u16 *addr, const __u16 val) in st_le16() function
38 st_le16(addr, *addr); in __arch_swab16s()
Dvga.h28 st_le16(addr, val); in scr_writew()
/linux-3.4.99/drivers/scsi/
Dmac53c94.c385 st_le16(&dcmds->req_count, dma_len); in set_dma_cmds()
386 st_le16(&dcmds->command, dma_cmd); in set_dma_cmds()
393 st_le16(&dcmds[-1].command, dma_cmd); in set_dma_cmds()
394 st_le16(&dcmds->command, DBDMA_STOP); in set_dma_cmds()
Dmesh.c1290 st_le16(&dcmds->req_count, dma_len - off); in set_dma_cmds()
1291 st_le16(&dcmds->command, dma_cmd); in set_dma_cmds()
1306 st_le16(&dcmds->req_count, dtot); in set_dma_cmds()
1312 st_le16(&dcmds[-1].command, dma_cmd); in set_dma_cmds()
1314 st_le16(&dcmds->command, DBDMA_STOP); in set_dma_cmds()
/linux-3.4.99/drivers/net/ethernet/apple/
Dmace.c455 st_le16(&cp->req_count, RX_BUFLEN); in mace_open()
456 st_le16(&cp->command, INPUT_LAST + INTR_ALWAYS); in mace_open()
462 st_le16(&cp->command, DBDMA_STOP); in mace_open()
468 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS); in mace_open()
478 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS); in mace_open()
561 st_le16(&cp->req_count, len); in mace_xmit_start()
965 st_le16(&cp->req_count, RX_BUFLEN); in mace_rxdma_intr()
Dbmac.c731 st_le16(&cp->res_count, 0); in bmac_rxdma_intr()
732 st_le16(&cp->xfer_status, 0); in bmac_rxdma_intr()
/linux-3.4.99/drivers/ata/
Dpata_macio.c543 st_le16(&table->command, write ? OUTPUT_MORE: INPUT_MORE); in pata_macio_qc_prep()
544 st_le16(&table->req_count, len); in pata_macio_qc_prep()
560 st_le16(&table->command, write ? OUTPUT_LAST: INPUT_LAST); in pata_macio_qc_prep()
565 st_le16(&table->command, DBDMA_STOP); in pata_macio_qc_prep()
/linux-3.4.99/drivers/ide/
Dpmac.c1513 st_le16(&table->command, wr? OUTPUT_MORE: INPUT_MORE); in pmac_ide_build_dmatable()
1514 st_le16(&table->req_count, tc); in pmac_ide_build_dmatable()
1529 st_le16(&table[-1].command, wr? OUTPUT_LAST: INPUT_LAST); in pmac_ide_build_dmatable()
1532 st_le16(&table->command, DBDMA_STOP); in pmac_ide_build_dmatable()
/linux-3.4.99/drivers/block/
Dswim3.c442 st_le16(&cp->req_count, count); in init_dma()
443 st_le16(&cp->command, cmd); in init_dma()
1167 st_le16(&fs->dma_cmd[1].command, DBDMA_STOP); in swim3_add_device()
/linux-3.4.99/arch/powerpc/kvm/
Dpowerpc.c543 case 2: st_le16(data, val); break; in kvmppc_handle_store()