Home
last modified time | relevance | path

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

/drivers/staging/rts5139/
Dxd.h154 #define BLOCK_ADDR2_L 4 macro
Dxd.c728 ((u16) redunt[BLOCK_ADDR2_H] << 8) | redunt[BLOCK_ADDR2_L]; in xd_load_log_block_addr()
/drivers/staging/rts_pstor/
Dxd.h148 #define BLOCK_ADDR2_L 4 macro
Dxd.c767 addr = ((u16)redunt[BLOCK_ADDR2_H] << 8) | redunt[BLOCK_ADDR2_L]; in xd_load_log_block_addr()