Lines Matching defs:sect
1473 u32 sect, head, cyl, track;
1482 sect = (u32)block % dev->sectors + 1;
1488 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect))
1493 tf->lbal = sect;
3780 u16 sect, fp = (u16)-1;
3811 sect = n_block / 512;
3820 tf->feature = sect & 0xff;
3821 tf->hob_feature = (sect >> 8) & 0xff;
3828 tf->hob_nsect = (sect >> 8) & 0xff;
3829 tf->nsect = sect & 0xff;