Searched refs:byte_index (Results 1 – 3 of 3) sorted by relevance
815 uint32_t byte_index = bit_index / 8; in read_mapping_table() local818 uint16_t phy_addr = ftl_mapping_table[byte_index] + (ftl_mapping_table[byte_index + 1] << 8); in read_mapping_table()829 uint32_t byte_index = bit_index / 8; in write_mapping_table() local837 ftl_mapping_table[byte_index] &= 0x0f; in write_mapping_table()838 ftl_mapping_table[byte_index] |= phy_addr_offset_l; in write_mapping_table()841 ftl_mapping_table[byte_index + 1] = phy_addr_offset_h; in write_mapping_table()846 ftl_mapping_table[byte_index] = phy_addr_offset_l; in write_mapping_table()849 ftl_mapping_table[byte_index + 1] &= 0xf0; in write_mapping_table()850 ftl_mapping_table[byte_index + 1] |= phy_addr_offset_h; in write_mapping_table()
396 u8 SDIOH_GetResponse(u8 byte_index) in SDIOH_GetResponse() argument400 return psdioh->SD_CMD[byte_index]; in SDIOH_GetResponse()
188 _LONG_CALL_ u8 SDIOH_GetResponse(u8 byte_index);
Completed in 7 milliseconds