Searched refs:here (Results 151 - 154 of 154) sorted by relevance

1234567

/drivers/block/
H A Dfloppy.c517 /* Errors during formatting are counted here. */
1689 /* We have to clear the reset flag here, because apparently on boxes
1694 * handler here, and thus we have to fear no interference of other
1901 fdc_specify(); /* must be done here because of hut, hlt ... */
1923 * here ends the bottom half. Exported routines are:
2088 } *here = (struct fparm *)floppy_track_buffer; local
2124 here[count].track = format_req.track;
2125 here[count].head = format_req.head;
2126 here[count].sect = 0;
2127 here[coun
[all...]
/drivers/spi/
H A DKconfig267 bus and a PL022 controller, say Y or M here.
457 # (slave support would go here)
/drivers/ata/
H A DKconfig319 Say Y here to support the ARASAN CompactFlash PATA controller
467 On Acorn systems, say Y here if you wish to use the ICS PATA
/drivers/net/ethernet/sun/
H A Dniu.c7254 /* put the tcam size here */
7270 /* put the tcam size here */
8200 u32 here = start + offset; local
8203 err = niu_pci_eeprom_read(np, here);
8207 err = niu_pci_eeprom_read16_swp(np, here + 1);
8211 here = start + offset + 3;
8216 err = niu_pci_vpd_scan_props(np, here, end);

Completed in 228 milliseconds

1234567