/src/sys/compat/linux/common/ |
linux_fdio.h | 118 u_char dor; member in struct:linux_floppy_fdc_state
|
linux_fdio.h | 118 u_char dor; member in struct:linux_floppy_fdc_state
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 491 * This hack from Chris Torek: apparently DOR really 503 /* Then probe the DOR register offset */ 518 * Value in DOR looks like it's really MSR 524 * The value in the DOR didn't stick; 2503 uint8_t dor = FDO_FRST | FDO_FDMAEN | FDO_MOEN(0); local in function:fd_do_eject 2505 bus_space_write_1(t, h, fdc->sc_reg_dor, dor | FDO_EJ);
|
fdc.c | 491 * This hack from Chris Torek: apparently DOR really 503 /* Then probe the DOR register offset */ 518 * Value in DOR looks like it's really MSR 524 * The value in the DOR didn't stick; 2503 uint8_t dor = FDO_FRST | FDO_FDMAEN | FDO_MOEN(0); local in function:fd_do_eject 2505 bus_space_write_1(t, h, fdc->sc_reg_dor, dor | FDO_EJ);
|
/src/sys/arch/sparc/dev/ |
fd.c | 437 * This hack from Chris Torek: apparently DOR really 448 /* Then probe the DOR register offset */ 462 * Value in DOR looks like it's really MSR 468 * The value in the DOR didn't stick; 2317 uint8_t dor = FDO_FRST | FDO_FDMAEN | FDO_MOEN(0); local in function:fd_do_eject 2319 bus_space_write_1(t, h, fdc->sc_reg_dor, dor | FDO_EJ);
|
fd.c | 437 * This hack from Chris Torek: apparently DOR really 448 /* Then probe the DOR register offset */ 462 * Value in DOR looks like it's really MSR 468 * The value in the DOR didn't stick; 2317 uint8_t dor = FDO_FRST | FDO_FDMAEN | FDO_MOEN(0); local in function:fd_do_eject 2319 bus_space_write_1(t, h, fdc->sc_reg_dor, dor | FDO_EJ);
|