Searched refs:device_type (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-9.3-release/sys/boot/fdt/dts/
H A Dmpc8555cds.dts85 device_type = "cpu";
99 device_type = "memory";
146 device_type = "soc";
236 device_type = "network";
257 device_type = "ethernet-phy";
263 device_type = "ethernet-phy";
267 device_type = "tbi-phy";
276 device_type = "network";
295 device_type = "tbi-phy";
302 device_type
[all...]
H A Dmpc8572ds.dts87 device_type = "cpu";
100 device_type = "cpu";
114 device_type = "memory";
240 device_type = "soc";
394 device_type = "network";
436 device_type = "tbi-phy";
445 device_type = "network";
466 device_type = "tbi-phy";
475 device_type = "network";
496 device_type
[all...]
H A Ddb88f6281.dts57 device_type = "cpu";
71 device_type = "memory";
275 device_type = "pci";
298 device_type = "pci";
H A Dts7800.dts51 device_type = "cpu";
65 device_type = "memory";
H A Ddb78100.dts54 device_type = "cpu";
68 device_type = "memory";
306 device_type = "pci";
H A Ddb88f5182.dts54 device_type = "cpu";
68 device_type = "memory";
H A Ddb88f5281.dts54 device_type = "cpu";
68 device_type = "memory";
H A Ddockstar.dts56 device_type = "cpu";
70 device_type = "memory";
H A Dsheevaplug.dts56 device_type = "cpu";
70 device_type = "memory";
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwps_hostapd.h27 int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type,
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.h121 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
123 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
126 u32 device_type, u16 *phy_data);
128 u32 device_type, u16 phy_data);
H A Dixgbe_phy.c288 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
295 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
325 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
368 u32 device_type, u16 *phy_data)
381 status = ixgbe_read_phy_reg_mdi(hw, reg_addr, device_type,
396 * @device_type: 5 bit device type
400 u32 device_type, u16 phy_data)
409 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
438 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
470 * @device_type
367 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
399 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
473 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
H A Dixgbe_api.c474 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
481 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
492 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
499 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
H A Dixgbe_api.h66 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
68 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
/freebsd-9.3-release/sys/sys/
H A Ddevicestat.h174 devstat_type_flags device_type; /* Device type */ member in struct:devstat
191 devstat_type_flags device_type,
/freebsd-9.3-release/sys/kern/
H A Dsubr_devstat.c79 devstat_type_flags device_type,
89 devstat_type_flags device_type,
104 flags, device_type, priority);
118 devstat_type_flags device_type,
186 ds->device_type = device_type;
86 devstat_new_entry(const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
115 devstat_add_entry(struct devstat *ds, const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.c742 uint32_t device_type)
750 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE);
754 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) |
781 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) |
821 * device_type - Also known as the Device ID or DID.
835 uint32_t device_type,
843 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE);
850 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) |
877 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) |
739 ixgb_read_phy_reg(struct ixgb_hw *hw, uint32_t reg_address, uint32_t phy_address, uint32_t device_type) argument
832 ixgb_write_phy_reg(struct ixgb_hw *hw, uint32_t reg_address, uint32_t phy_address, uint32_t device_type, uint16_t data) argument
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h287 * device_type - Primary Device Type (WPS)
299 char *device_type; member in struct:wpa_config
H A Dwps_supplicant.h41 int wpas_wps_start_oob(struct wpa_supplicant *wpa_s, char *device_type,
H A Dap.c130 if (wpa_s->conf->device_type)
131 bss->device_type = os_strdup(wpa_s->conf->device_type);
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.h105 devstat_type_flags device_type; member in struct:devstat_match
H A Ddevstat.c725 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) ==
726 (matches[i].device_type & DEVSTAT_TYPE_MASK))
730 && ((devices[j].device_type &
734 && ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) ==
735 (matches[i].device_type & DEVSTAT_TYPE_IF_MASK))
739 && ((devices[j].device_type &
743 && ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0)
1106 (*matches)[*num_matches].device_type |=
/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstat_proc.c325 if (((stats.dinfo->devices[i].device_type
327 && ((stats.dinfo->devices[i].device_type
370 if (((stats.dinfo->devices[i].device_type
372 && ((stats.dinfo->devices[i].device_type
/freebsd-9.3-release/sys/dev/virtio/
H A Dvirtio.h161 VIRTIO_READ_IVAR(device_type, VIRTIO_IVAR_DEVTYPE);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ioctl.h174 uint8_t device_type; member in struct:ctl_lun_io_stats
411 * device_type: The SCSI device type. e.g. 0 for Direct Access,
456 uint8_t device_type; member in struct:ctl_lun_create_params

Completed in 371 milliseconds

123