Lines Matching refs:st_le16
852 st_le16(&cp->req_count, count); in __PMacPlay()
853 st_le16(&cp->xfer_status, 0); in __PMacPlay()
854 st_le16(&cp->command, OUTPUT_MORE + INTR_ALWAYS); in __PMacPlay()
865 st_le16(&awacs_tx_cmds[next_frg].command, DBDMA_STOP); in __PMacPlay()
962 st_le16(&cp->req_count, res); in pmac_awacs_tx_intr()
963 st_le16(&cp->res_count, 0); in pmac_awacs_tx_intr()
964 st_le16(&cp->xfer_status, 0); in pmac_awacs_tx_intr()
967 st_le16(&cp->command, OUTPUT_MORE | BR_ALWAYS | INTR_ALWAYS); in pmac_awacs_tx_intr()
1130 st_le16(&beep_dbdma_cmd->command, DBDMA_STOP); in awacs_nosound()
1203 st_le16(&beep_dbdma_cmd->command, OUTPUT_MORE + BR_ALWAYS); in awacs_mksound()
1224 st_le16(&beep_dbdma_cmd->req_count, nsamples*4); in awacs_mksound()
1225 st_le16(&beep_dbdma_cmd->xfer_status, 0); in awacs_mksound()
2247 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS); in PMacWriteSqSetup()
2306 st_le16(&cp->command, INPUT_MORE + INTR_ALWAYS); in PMacReadSqSetup()
2307 st_le16(&cp->req_count, read_sq.block_size); in PMacReadSqSetup()
2308 st_le16(&cp->xfer_status, 0); in PMacReadSqSetup()
2313 st_le16(&cp->command, DBDMA_NOP + BR_ALWAYS); in PMacReadSqSetup()
2340 st_le16(&cp->command, DBDMA_STOP); in PMacAbortRead()