Searched refs:start_head (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c778 int track, start_head, start_sector; local
784 start_head = track % p->heads;
788 sectors_to_next_cyl = (p->heads - (start_head + 1)) * p->sectors;
796 raw_cmd.head = start_head;

Completed in 46 milliseconds