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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvga.h28 st_le16(addr, val);
H A Dswab.h31 static __inline__ void st_le16(volatile __u16 *addr, const __u16 val) function
38 st_le16(addr, *addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Drack-meter.c183 st_le16(&cmd->req_count, 4);
184 st_le16(&cmd->command, STORE_WORD | INTR_ALWAYS | KEY_SYSTEM);
190 st_le16(&cmd->req_count, SAMPLE_COUNT * 4);
191 st_le16(&cmd->command, OUTPUT_MORE);
196 st_le16(&cmd->req_count, 4);
197 st_le16(&cmd->command, STORE_WORD | INTR_ALWAYS | KEY_SYSTEM);
203 st_le16(&cmd->req_count, SAMPLE_COUNT * 4);
204 st_le16(&cmd->command, OUTPUT_MORE | BR_ALWAYS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpmac.c241 st_le16(&chip->extra_dma.cmds->command, DBDMA_STOP);
253 st_le16(&cp->req_count, rec->period_size);
254 /*st_le16(&cp->res_count, 0);*/
255 st_le16(&cp->xfer_status, 0);
259 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS);
426 st_le16(&cp->xfer_status, 0);
427 st_le16(&cp->req_count, rec->period_size);
437 st_le16(&cp->req_count, res);
438 st_le16(&cp->res_count, 0);
439 st_le16(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmace.c456 st_le16(&cp->req_count, RX_BUFLEN);
457 st_le16(&cp->command, INPUT_LAST + INTR_ALWAYS);
463 st_le16(&cp->command, DBDMA_STOP);
469 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS);
479 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS);
562 st_le16(&cp->req_count, len);
952 st_le16(&cp->req_count, RX_BUFLEN);
H A Dbmac.c672 st_le16(&cp->res_count, 0);
673 st_le16(&cp->xfer_status, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.c362 st_le16(&dcmds->req_count, dma_len);
363 st_le16(&dcmds->command, dma_cmd);
370 st_le16(&dcmds[-1].command, dma_cmd);
371 st_le16(&dcmds->command, DBDMA_STOP);
H A Dmesh.c1278 st_le16(&dcmds->req_count, dma_len - off);
1279 st_le16(&dcmds->command, dma_cmd);
1294 st_le16(&dcmds->req_count, dtot);
1300 st_le16(&dcmds[-1].command, dma_cmd);
1302 st_le16(&dcmds->command, DBDMA_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_macio.c543 st_le16(&table->command, write ? OUTPUT_MORE: INPUT_MORE);
544 st_le16(&table->req_count, len);
560 st_le16(&table->command, write ? OUTPUT_LAST: INPUT_LAST);
565 st_le16(&table->command, DBDMA_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpmac.c1507 st_le16(&table->command, wr? OUTPUT_MORE: INPUT_MORE);
1508 st_le16(&table->req_count, tc);
1523 st_le16(&table[-1].command, wr? OUTPUT_LAST: INPUT_LAST);
1526 st_le16(&table->command, DBDMA_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim3.c424 st_le16(&cp->req_count, count);
425 st_le16(&cp->command, cmd);
1088 st_le16(&fs->dma_cmd[1].command, DBDMA_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dpowerpc.c407 case 2: st_le16(data, val); break;

Completed in 216 milliseconds