Searched refs:log_off (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | xd.c | 990 int zone_no, u16 log_off, u16 phy_off) in xd_set_l2p_tbl() argument 996 zone->l2p_table[log_off] = phy_off; in xd_set_l2p_tbl() 999 static u32 xd_get_l2p_tbl(struct rtsx_chip *chip, int zone_no, u16 log_off) in xd_get_l2p_tbl() argument 1006 if (zone->l2p_table[log_off] == 0xFFFF) { in xd_get_l2p_tbl() 1030 retval = xd_init_page(chip, phy_blk, log_off, in xd_get_l2p_tbl() 1040 xd_set_l2p_tbl(chip, zone_no, log_off, (u16)(phy_blk & 0x3FF)); in xd_get_l2p_tbl() 1044 return (u32)zone->l2p_table[log_off] + ((u32)(zone_no) << 10); in xd_get_l2p_tbl() 1632 u16 log_off; in xd_read_multiple_pages() local 1643 log_off = (u16)(log_blk % 1000); in xd_read_multiple_pages() 1752 xd_set_l2p_tbl(chip, zone_no, log_off, (u16)(new_blk & 0x3FF)); in xd_read_multiple_pages() [all …]
|
D | ms.c | 2469 static u16 ms_get_l2p_tbl(struct rtsx_chip *chip, int seg_no, u16 log_off) in ms_get_l2p_tbl() argument 2480 return segment->l2p_table[log_off]; in ms_get_l2p_tbl() 2486 int seg_no, u16 log_off, u16 phy_blk) in ms_set_l2p_tbl() argument 2496 segment->l2p_table[log_off] = phy_blk; in ms_set_l2p_tbl() 2542 u16 log_off, u8 us1, u8 us2) in ms_arbitrate_l2p() argument 2551 tmp_blk = segment->l2p_table[log_off]; in ms_arbitrate_l2p() 2559 segment->l2p_table[log_off] = phy_blk; in ms_arbitrate_l2p() 2577 segment->l2p_table[log_off] = phy_blk; in ms_arbitrate_l2p()
|