/src/sys/arch/x68k/stand/libsa/ |
chdsk.c | 42 int drive[2]; local in function:changedisk_hook 44 drive[0] = 0x90 << 8; 45 drive[1] = 0x91 << 8; 48 IOCS_B_DRVCHK(drive[sc->unit], 3); 50 IOCS_B_DRVCHK(drive[sc->unit], 1); 53 IOCS_B_DRVCHK(drive[0], 4); 54 IOCS_B_DRVCHK(drive[1], 4); 57 if ((IOCS_B_DRVCHK(drive[0], 0) & 2)) { 61 if ((IOCS_B_DRVCHK(drive[1], 0) & 2)) { 68 IOCS_B_DRVCHK(drive[0], 5) [all...] |
chdsk.c | 42 int drive[2]; local in function:changedisk_hook 44 drive[0] = 0x90 << 8; 45 drive[1] = 0x91 << 8; 48 IOCS_B_DRVCHK(drive[sc->unit], 3); 50 IOCS_B_DRVCHK(drive[sc->unit], 1); 53 IOCS_B_DRVCHK(drive[0], 4); 54 IOCS_B_DRVCHK(drive[1], 4); 57 if ((IOCS_B_DRVCHK(drive[0], 0) & 2)) { 61 if ((IOCS_B_DRVCHK(drive[1], 0) & 2)) { 68 IOCS_B_DRVCHK(drive[0], 5) [all...] |
chdsk.c | 42 int drive[2]; local in function:changedisk_hook 44 drive[0] = 0x90 << 8; 45 drive[1] = 0x91 << 8; 48 IOCS_B_DRVCHK(drive[sc->unit], 3); 50 IOCS_B_DRVCHK(drive[sc->unit], 1); 53 IOCS_B_DRVCHK(drive[0], 4); 54 IOCS_B_DRVCHK(drive[1], 4); 57 if ((IOCS_B_DRVCHK(drive[0], 0) & 2)) { 61 if ((IOCS_B_DRVCHK(drive[1], 0) & 2)) { 68 IOCS_B_DRVCHK(drive[0], 5) [all...] |
chdsk.c | 42 int drive[2]; local in function:changedisk_hook 44 drive[0] = 0x90 << 8; 45 drive[1] = 0x91 << 8; 48 IOCS_B_DRVCHK(drive[sc->unit], 3); 50 IOCS_B_DRVCHK(drive[sc->unit], 1); 53 IOCS_B_DRVCHK(drive[0], 4); 54 IOCS_B_DRVCHK(drive[1], 4); 57 if ((IOCS_B_DRVCHK(drive[0], 0) & 2)) { 61 if ((IOCS_B_DRVCHK(drive[1], 0) & 2)) { 68 IOCS_B_DRVCHK(drive[0], 5) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
priv.h | 24 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member in struct:nvkm_gpio_func
|
priv.h | 24 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member in struct:nvkm_gpio_func
|
priv.h | 24 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member in struct:nvkm_gpio_func
|
priv.h | 24 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member in struct:nvkm_gpio_func
|
/src/sys/dev/pci/ |
cypide.c | 172 int drive; local in function:cy693_setup_channel 187 for (drive = 0; drive < 2; drive++) { 188 drvp = &chp->ch_drive[drive]; 189 /* If no drive, skip */ 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive); 200 CY_CMD_CTRL_IOW_PULSE_OFF(drive)); 202 CY_CMD_CTRL_IOW_REC_OFF(drive)); 204 CY_CMD_CTRL_IOR_PULSE_OFF(drive)); [all...] |
cypide.c | 172 int drive; local in function:cy693_setup_channel 187 for (drive = 0; drive < 2; drive++) { 188 drvp = &chp->ch_drive[drive]; 189 /* If no drive, skip */ 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive); 200 CY_CMD_CTRL_IOW_PULSE_OFF(drive)); 202 CY_CMD_CTRL_IOW_REC_OFF(drive)); 204 CY_CMD_CTRL_IOR_PULSE_OFF(drive)); [all...] |
cypide.c | 172 int drive; local in function:cy693_setup_channel 187 for (drive = 0; drive < 2; drive++) { 188 drvp = &chp->ch_drive[drive]; 189 /* If no drive, skip */ 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive); 200 CY_CMD_CTRL_IOW_PULSE_OFF(drive)); 202 CY_CMD_CTRL_IOW_REC_OFF(drive)); 204 CY_CMD_CTRL_IOR_PULSE_OFF(drive)); [all...] |
cypide.c | 172 int drive; local in function:cy693_setup_channel 187 for (drive = 0; drive < 2; drive++) { 188 drvp = &chp->ch_drive[drive]; 189 /* If no drive, skip */ 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive); 200 CY_CMD_CTRL_IOW_PULSE_OFF(drive)); 202 CY_CMD_CTRL_IOW_REC_OFF(drive)); 204 CY_CMD_CTRL_IOR_PULSE_OFF(drive)); [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
i2c.h | 19 u8 drive; member in struct:dcb_i2c_entry
|
i2c.h | 19 u8 drive; member in struct:dcb_i2c_entry
|
i2c.h | 19 u8 drive; member in struct:dcb_i2c_entry
|
i2c.h | 19 u8 drive; member in struct:dcb_i2c_entry
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
nouveau_nvkm_subdev_i2c_busnv04.c | 36 u8 drive; member in struct:nv04_i2c_bus 45 u8 val = nvkm_rdvgac(device, 0, bus->drive); 48 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 56 u8 val = nvkm_rdvgac(device, 0, bus->drive); 59 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 88 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, 98 bus->drive = drive;
|
nouveau_nvkm_subdev_i2c_busnv04.c | 36 u8 drive; member in struct:nv04_i2c_bus 45 u8 val = nvkm_rdvgac(device, 0, bus->drive); 48 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 56 u8 val = nvkm_rdvgac(device, 0, bus->drive); 59 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 88 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, 98 bus->drive = drive;
|
nouveau_nvkm_subdev_i2c_busnv04.c | 36 u8 drive; member in struct:nv04_i2c_bus 45 u8 val = nvkm_rdvgac(device, 0, bus->drive); 48 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 56 u8 val = nvkm_rdvgac(device, 0, bus->drive); 59 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); 88 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, 98 bus->drive = drive;
|
/src/sys/dev/ata/ |
ata_raid_adaptec.c | 75 uint32_t gen, drive; local in function:ata_raid_read_config_adaptec 173 drive = atabus->sc_chan->ch_channel; 174 if (drive >= aai->aai_ndisks) { 176 "drive number %d doesn't make sense within %d-disk " 177 "array\n", drive, aai->aai_ndisks); 182 adi = &aai->aai_disks[drive]; 186 adi->adi_compsize = be32toh(info->configs[drive+1].sectors);
|
ata_raid_adaptec.c | 75 uint32_t gen, drive; local in function:ata_raid_read_config_adaptec 173 drive = atabus->sc_chan->ch_channel; 174 if (drive >= aai->aai_ndisks) { 176 "drive number %d doesn't make sense within %d-disk " 177 "array\n", drive, aai->aai_ndisks); 182 adi = &aai->aai_disks[drive]; 186 adi->adi_compsize = be32toh(info->configs[drive+1].sectors);
|
ata_raid_adaptec.c | 75 uint32_t gen, drive; local in function:ata_raid_read_config_adaptec 173 drive = atabus->sc_chan->ch_channel; 174 if (drive >= aai->aai_ndisks) { 176 "drive number %d doesn't make sense within %d-disk " 177 "array\n", drive, aai->aai_ndisks); 182 adi = &aai->aai_disks[drive]; 186 adi->adi_compsize = be32toh(info->configs[drive+1].sectors);
|
/src/sys/arch/i386/pnpbios/ |
pciide_pnpbios.c | 87 int i, drive, size; local in function:pciide_pnpbios_attach 177 for (drive = 0; drive < cp->ata_channel.ch_ndrives; drive++) { 182 if (pciide_dma_table_setup(sc, 0, drive) != 0) { 187 device_xname(self), 0, drive); 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|
pciide_pnpbios.c | 87 int i, drive, size; local in function:pciide_pnpbios_attach 177 for (drive = 0; drive < cp->ata_channel.ch_ndrives; drive++) { 182 if (pciide_dma_table_setup(sc, 0, drive) != 0) { 187 device_xname(self), 0, drive); 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|
pciide_pnpbios.c | 87 int i, drive, size; local in function:pciide_pnpbios_attach 177 for (drive = 0; drive < cp->ata_channel.ch_ndrives; drive++) { 182 if (pciide_dma_table_setup(sc, 0, drive) != 0) { 187 device_xname(self), 0, drive); 194 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|