Searched refs:bits_per_chip (Results 1 – 1 of 1) sorted by relevance
104 int bits_per_chip = map_bankwidth(map) * 8; in send_pfow_command() local107 map_write(map, CMD(adr & ((1<<bits_per_chip) - 1)), in send_pfow_command()109 map_write(map, CMD(adr>>bits_per_chip), in send_pfow_command()112 map_write(map, CMD(len & ((1<<bits_per_chip) - 1)), in send_pfow_command()114 map_write(map, CMD(len>>bits_per_chip), in send_pfow_command()