Lines Matching defs:sect
1249 tf->lbal = 0x1; /* sect */
1475 u32 sect, head, cyl, track;
1484 sect = (u32)block % dev->sectors + 1;
1490 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect))
1495 tf->lbal = sect;
3478 u16 sect, fp = (u16)-1;
3509 sect = n_block / 512;
3518 tf->feature = sect & 0xff;
3519 tf->hob_feature = (sect >> 8) & 0xff;
3526 tf->hob_nsect = (sect >> 8) & 0xff;
3527 tf->nsect = sect & 0xff;