Home
last modified time | relevance | path

Searched refs:offset_out (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/net/fm/
A Deth.c326 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() local
659 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()
A Dfm.h79 u16 offset_out; member
/u-boot/fs/yaffs2/
A Dyaffs_guts.h963 int *chunk_out, u32 *offset_out);
A Dyaffs_guts.c49 int *chunk_out, u32 *offset_out) in yaffs_addr_to_chunk() argument
71 *offset_out = offset; in yaffs_addr_to_chunk()

Completed in 15 milliseconds