Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 25 of 48) sorted by relevance

12

/dflybsd-src/contrib/file/magic/Magdir/
H A Dpci_ids57 >>0 ubyte 0x01 storage controller
70 >>0 ubyte 0x02 network controller
80 >>0 ubyte 0x03 display controller
81 >>0 ubyte 0x04 multimedia controller
82 >>0 ubyte 0x05 memory controller
85 >>0 ubyte 0x07 communication controller
93 >>0 ubyte 0x0C serial bus controller
94 >>0 ubyte 0x0D wireless controller
96 >>0 ubyte 0x0E I/O controller
98 >>0 ubyte 0x0F satellite controller
[all …]
H A Dintel88 # probably an USB controller
92 # probably another Adaptec SCSI controller
97 # probably Promise SCSI controller
161 # OK for storage controller SCSI (2975BIOS.BIN adaptec1542.bin)
162 # and network controller ethernet (efi-e1000.rom efi-rtl8139.rom)
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c822 ATOM_PPLIB_THERMALCONTROLLER *controller; in amdgpu_add_thermal_controller() local
832 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()
835 if (controller->ucType > 0) { in amdgpu_add_thermal_controller()
836 if (controller->ucFanParameters & ATOM_PP_FANPARAMETERS_NOFAN) in amdgpu_add_thermal_controller()
839 controller->ucFanParameters & ATOM_PP_FANPARAMETERS_TACHOMETER_PULSES_PER_REVOLUTION_MASK; in amdgpu_add_thermal_controller()
841 adev->pm.fan_min_rpm = controller->ucFanMinRPM; in amdgpu_add_thermal_controller()
842 adev->pm.fan_max_rpm = controller->ucFanMaxRPM; in amdgpu_add_thermal_controller()
844 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in amdgpu_add_thermal_controller()
846 (controller->ucFanParameters & in amdgpu_add_thermal_controller()
849 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in amdgpu_add_thermal_controller()
[all …]
/dflybsd-src/sys/dev/disk/nata/
H A Data-pci.c283 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_alloc_resource() local
291 if (controller->legacy) { in ata_pci_alloc_resource()
303 if (controller->legacy) { in ata_pci_alloc_resource()
316 if (controller->legacy) { in ata_pci_alloc_resource()
325 res = controller->r_irq; in ata_pci_alloc_resource()
334 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_release_resource() local
358 if (controller->legacy) { in ata_pci_release_resource()
373 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr() local
375 if (controller->legacy) { in ata_pci_setup_intr()
380 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr() local
[all …]
/dflybsd-src/sys/dev/raid/ida/
H A Dida_disk.c175 ida_submit_buf(drv->controller, bio); in idad_strategy()
202 drv->controller->flags &= ~IDA_INTERRUPTS; in idad_dump()
205 error = ida_command(drv->controller, CMD_WRITE, ap->a_virtual, in idad_dump()
208 drv->controller->flags |= IDA_INTERRUPTS; in idad_dump()
248 drv->controller = (struct ida_softc *)device_get_softc(parent); in idad_attach()
250 drv->drive = drv->controller->num_drives; in idad_attach()
251 drv->controller->num_drives++; in idad_attach()
253 error = ida_command(drv->controller, CMD_GET_LOG_DRV_INFO, in idad_attach()
H A Didavar.h171 struct ida_softc *controller; member
/dflybsd-src/sys/dev/raid/mfi/
H A Dmfi_syspd.c238 struct mfi_softc *controller; in mfi_syspd_strategy() local
247 controller = sc->pd_controller; in mfi_syspd_strategy()
249 if (controller->hw_crit_error) { in mfi_syspd_strategy()
254 if (controller->issuepend_done == 0) { in mfi_syspd_strategy()
279 lockmgr(&controller->mfi_io_lock, LK_EXCLUSIVE); in mfi_syspd_strategy()
280 mfi_enqueue_bio(controller, bio); in mfi_syspd_strategy()
282 mfi_startio(controller); in mfi_syspd_strategy()
283 lockmgr(&controller->mfi_io_lock, LK_RELEASE); in mfi_syspd_strategy()
H A Dmfi_disk.c255 struct mfi_softc *controller; in mfi_disk_strategy() local
264 controller = sc->ld_controller; in mfi_disk_strategy()
266 if (controller->hw_crit_error) { in mfi_disk_strategy()
271 if (controller->issuepend_done == 0) { in mfi_disk_strategy()
296 lockmgr(&controller->mfi_io_lock, LK_EXCLUSIVE); in mfi_disk_strategy()
297 mfi_enqueue_bio(controller, bio); in mfi_disk_strategy()
299 mfi_startio(controller); in mfi_disk_strategy()
300 lockmgr(&controller->mfi_io_lock, LK_RELEASE); in mfi_disk_strategy()
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_panel.c534 return I915_READ(BXT_BLC_PWM_DUTY(panel->backlight.controller)); in bxt_get_backlight()
631 I915_WRITE(BXT_BLC_PWM_DUTY(panel->backlight.controller), level); in bxt_set_backlight()
797 tmp = I915_READ(BXT_BLC_PWM_CTL(panel->backlight.controller)); in bxt_disable_backlight()
798 I915_WRITE(BXT_BLC_PWM_CTL(panel->backlight.controller), in bxt_disable_backlight()
801 if (panel->backlight.controller == 1) { in bxt_disable_backlight()
817 tmp = I915_READ(BXT_BLC_PWM_CTL(panel->backlight.controller)); in cnp_disable_backlight()
818 I915_WRITE(BXT_BLC_PWM_CTL(panel->backlight.controller), in cnp_disable_backlight()
1073 if (panel->backlight.controller == 1) { in bxt_enable_backlight()
1088 pwm_ctl = I915_READ(BXT_BLC_PWM_CTL(panel->backlight.controller)); in bxt_enable_backlight()
1092 I915_WRITE(BXT_BLC_PWM_CTL(panel->backlight.controller), in bxt_enable_backlight()
[all …]
H A Dintel_bios.c335 dev_priv->vbt.backlight.controller = method->controller; in parse_lfp_backlight()
347 dev_priv->vbt.backlight.controller); in parse_lfp_backlight()
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_atombios.c2263 ATOM_PPLIB_THERMALCONTROLLER *controller) in radeon_atombios_add_pplib_thermal_controller() argument
2268 if (controller->ucType > 0) { in radeon_atombios_add_pplib_thermal_controller()
2269 if (controller->ucFanParameters & ATOM_PP_FANPARAMETERS_NOFAN) in radeon_atombios_add_pplib_thermal_controller()
2272 controller->ucFanParameters & ATOM_PP_FANPARAMETERS_TACHOMETER_PULSES_PER_REVOLUTION_MASK; in radeon_atombios_add_pplib_thermal_controller()
2274 rdev->pm.fan_min_rpm = controller->ucFanMinRPM; in radeon_atombios_add_pplib_thermal_controller()
2275 rdev->pm.fan_max_rpm = controller->ucFanMaxRPM; in radeon_atombios_add_pplib_thermal_controller()
2277 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in radeon_atombios_add_pplib_thermal_controller()
2279 (controller->ucFanParameters & in radeon_atombios_add_pplib_thermal_controller()
2282 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in radeon_atombios_add_pplib_thermal_controller()
2284 (controller->ucFanParameters & in radeon_atombios_add_pplib_thermal_controller()
[all …]
/dflybsd-src/sys/dev/raid/hptmv/
H A Dioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location() argument
73 *controller = *channel = 0; in get_disk_location()
78 *controller = i; in get_disk_location()
150 int controller, channel; in ioctl_ReportEvent() local
151 get_disk_location(&((PVDevice)param)->u.disk, &controller, &channel); in ioctl_ReportEvent()
152 hpt_printk(("Device removed: controller %d channel %d\n", controller, channel)); in ioctl_ReportEvent()
/dflybsd-src/sys/bus/u4b/
H A DMakefile1 SUBDIR= usb audio controller gadget input misc \
H A Dusb_if.m58 # Take controller from BIOS
/dflybsd-src/sys/dev/raid/mly/
H A Dmlyreg.h889 u_int8_t controller; member
956 u_int8_t controller; member
1047 u_int8_t controller; member
1084 u_int8_t controller:5; member
1090 u_int8_t controller:5; member
H A Dmly.c121 void mly_print_controller(int controller);
842 mci->addr.phys.controller = 0; in mly_rescan_btl()
1228 mci->addr.phys.controller = 0; in mly_fetch_event()
2641 mly_printf(sc, " controller %d\n", ge->addr.phys.controller); in mly_print_packet()
2711 mly_printf(sc, " controller %d\n", io->param.xlatephysdevtoraiddev.controller); in mly_print_packet()
2791 mly_print_controller(int controller) in mly_print_controller() argument
2795 if ((sc = devclass_get_softc(devclass_find("mly"), controller)) == NULL) { in mly_print_controller()
2796 kprintf("mly: controller %d invalid\n", controller); in mly_print_controller()
/dflybsd-src/sys/bus/u4b/usb/
H A DMakefile1 .PATH: ${.CURDIR}/.. ${.CURDIR}/../controller
/dflybsd-src/etc/
H A Ddevd.conf21 set scsi-controller-regex
/dflybsd-src/sys/config/
H A DLINT64760 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
764 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
778 # BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
793 # The keyboard controller; it controls the keyboard and the PS/2 mouse.
891 # Adaptec FSA RAID controllers, including integrated DELL controller,
913 # LSI MegaRAID 6Gb/s and 12Gb/s SAS+SATA RAID controller driver
983 # ATA_STATIC_ID: controller numbering is static (like the old driver)
985 # ATA_NO_*: leave out support for the specified controller brand
1085 # xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller.
1222 # coremctl: Intel Core/E3 memory controller (required by ecc(4) and memtemp(4))
[all …]
H A DX86_64_GENERIC190 device coremctl # support Intel Core and E3 memory controller
221 # PCI Ethernet NICs that use the common MII bus controller code.
/dflybsd-src/sys/sys/
H A Dsoundcard.h1415 #define SEQ_CONTROL(dev, chn, controller, value) \ argument
1416 _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value)
1422 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) { \ argument
1428 _seqbuf[_seqbufptr+4] = (controller);\
/dflybsd-src/sys/dev/acpica/
H A Dacpi_if.m175 # Read embedded controller (EC) address space
190 # Write embedded controller (EC) address space
/dflybsd-src/share/misc/
H A Dpci_vendors55 0001 PCAN-PCI CAN-Bus controller
84 0b60 NVMe DC SSD [Sentinel Rock Plus controller]
92 0b70 NVMe DC SSD [Yorktown controller]
590 # Fujitsu D2607 SAS2008 HBA controller
733 # Supermicro AOC-S3008L-L8e uses 0808 for their SAS3008 SAS controller
991 # 9560 16 internal port RAID controller
993 # 9561 16 internal port RAID controller
995 # 9560 8 internal port RAID controller
997 # 9550 8 internal port RAID controller
999 # 9580 8 internal & 8 external port RAID controller
[all …]
/dflybsd-src/nrelease/root/
H A DREADME78 if using AHCI, SILI or SCSI HD controller it is typically 'da0', and if
79 using USB HD controller it is typically 'da8'.
364 if using AHCI, SILI or SCSI HD controller it is typically 'da0', and if
365 using USB HD controller it is typically 'da8'. Steps below will use 'ad0',
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2948 tree controller = NULL_TREE; in build_vec_delete_1() local
2974 controller = build3 (BIND_EXPR, void_type_node, tbase, in build_vec_delete_1()
2976 TREE_SIDE_EFFECTS (controller) = 1; in build_vec_delete_1()
3055 if (controller) in build_vec_delete_1()
3057 TREE_OPERAND (controller, 1) = body; in build_vec_delete_1()
3058 body = controller; in build_vec_delete_1()

12