Searched refs:offset_out (Results 1 – 4 of 4) sorted by relevance
326 muram_writew(&rxqd->offset_out, 0); in fm_eth_rx_port_parameter_init()394 muram_writew(&txqd->offset_out, 0); in fm_eth_tx_port_parameter_init()643 u16 offset_out; in fm_eth_free_one() local659 offset_out = muram_readw(&pram->rxqd.offset_out); in fm_eth_free_one()660 offset_out += sizeof(struct fm_port_bd); in fm_eth_free_one()661 if (offset_out >= muram_readw(&pram->rxqd.bd_ring_size)) in fm_eth_free_one()662 offset_out = 0; in fm_eth_free_one()663 muram_writew(&pram->rxqd.offset_out, offset_out); in fm_eth_free_one()
79 u16 offset_out; member
963 int *chunk_out, u32 *offset_out);
49 int *chunk_out, u32 *offset_out) in yaffs_addr_to_chunk() argument71 *offset_out = offset; in yaffs_addr_to_chunk()
Completed in 15 milliseconds