| /freebsd-src/sys/dev/iwn/ | 
| H A D | if_iwn_devid.h | 50 /* SubDevice ID */63 /* SubDevice ID */
 77 /* SubDevice ID */
 100 /* SubDevice ID */
 118 /* SubDevice ID */
 138 /* SubDevice ID */
 152 /* SubDevice ID */
 166 /* SubDevice ID */
 181 /* SubDevice ID */
 205 /* SubDevice ID */
 [all …]
 
 | 
| /freebsd-src/sys/dev/nvme/ | 
| H A D | nvme_pci.c | 72 	uint16_t	subdevice;  member100 nvme_match(uint32_t devid, uint16_t subdevice, struct _pcsid *ep)  in nvme_match()  argument
 108 	if (subdevice == ep->subdevice)  in nvme_match()
 120 	uint16_t	subdevice;  in nvme_pci_probe()  local
 123 	subdevice = pci_get_subdevice(device);  in nvme_pci_probe()
 127 		if (nvme_match(devid, subdevice, ep))  in nvme_pci_probe()
 
 | 
| /freebsd-src/sbin/devd/ | 
| H A D | parse.y | 50 %token ATTACH DETACH NOMATCH NOTIFY MEDIA_TYPE CLASS SUBDEVICE144 	| SUBDEVICE STRING SEMICOLON
 145 		{ $$ = new_match(strdup("subdevice"), $2); }
 
 | 
| H A D | token.l | 97 subdevice		{ return SUBDEVICE; }
 | 
| /freebsd-src/sys/dev/puc/ | 
| H A D | puc_pci.c | 90 	uint16_t subvendor, subdevice;  in puc_pci_match()  local95 	subdevice = pci_get_subdevice(dev);  in puc_pci_match()
 101 		            desc->subdevice == subdevice)  in puc_pci_match()
 
 | 
| H A D | puc_cfg.h | 76 	uint16_t	subdevice;  member
 | 
| /freebsd-src/sys/dev/mps/ | 
| H A D | mps_pci.c | 93 	uint16_t	subdevice;  member125 	// Add Customer specific vendor/subdevice id before generic
 126 	// (0xffff) vendor/subdevice id.
 146 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice", pci, mps,
 161 		if ((m->subdevice != 0xffff) &&  in mps_find_ident()
 162 		    (m->subdevice != pci_get_subdevice(dev)))  in mps_find_ident()
 
 | 
| /freebsd-src/sys/contrib/dev/iwlwifi/ | 
| H A D | iwl-config.h | 497 #define IWL_SUBDEVICE_RF_ID(subdevice)	((u16)((subdevice) & 0x00F0) >> 4)498 #define IWL_SUBDEVICE_NO_160(subdevice)	((u16)((subdevice) & 0x0200) >> 9)
 499 #define IWL_SUBDEVICE_CORES(subdevice)	((u16)((subdevice) & 0x1C00) >> 10)
 503 	u16 subdevice;
 463 IWL_SUBDEVICE_RF_ID(subdevice) global()  argument
 464 IWL_SUBDEVICE_NO_160(subdevice) global()  argument
 465 IWL_SUBDEVICE_CORES(subdevice) global()  argument
 469 u16 subdevice; global()  member
 
 | 
| /freebsd-src/usr.sbin/pciconf/ | 
| H A D | pciconf.8 | 62 subvendor=0x0000 subdevice=0x000064 subvendor=0x0000 subdevice=0x0000
 66 subvendor=0x0000 subdevice=0x0000
 105 The eigth and ninth columns contain subvendor and subdevice IDs, introduced
 
 | 
| /freebsd-src/sys/dev/pci/ | 
| H A D | pcivar.h | 187     uint16_t	subdevice;	/* card device ID, assigned by card vendor */  member297 	uint16_t	subdevice;  member
 311 	.match_flag_subdevice = 1, .subdevice = (sd)
 321 	"M16:mask;U16:vendor;U16:device;U16:subvendor;U16:subdevice;"	\
 377 PCI_ACCESSOR(subdevice,		SUBDEVICE,	uint16_t)  in PCI_ACCESSOR()
 
 | 
| /freebsd-src/sys/dev/mfi/ | 
| H A D | mfi_pci.c | 121 	uint16_t	subdevice;  member 161 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice", pci, mfi,
 175 		    ((m->subdevice == pci_get_subdevice(dev)) || in mfi_find_ident()
 176 		    (m->subdevice == 0xffff))) in mfi_find_ident()
 
 | 
| /freebsd-src/sys/dev/sound/pci/ | 
| H A D | envy24ht.c | 117 	u_int16_t subvendor, subdevice;  member 641         buff->subdevice = envy24ht_rdrom(sc, ENVY24HT_E2PROM_SUBDEVICE) << 8; in envy24ht_rom2cfg()
 642         buff->subdevice += envy24ht_rdrom(sc, ENVY24HT_E2PROM_SUBDEVICE + 1); in envy24ht_rom2cfg()
 656         for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; in envy24ht_rom2cfg()
 659                     cfg_table[i].subdevice == buff->subdevice) in envy24ht_rom2cfg()
 680 	buff->subdevice = envy24ht_rdrom(sc, ENVY24HT_E2PROM_SUBDEVICE) << 8; in envy24ht_rom2cfg()
 681 	buff->subdevice += envy24ht_rdrom(sc, ENVY24HT_E2PROM_SUBDEVICE + 1); in envy24ht_rom2cfg()
 696 	for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24ht_rom2cfg()
 698 		    cfg_table[i].subdevice  in envy24ht_rom2cfg()
 [all...]
 | 
| H A D | envy24.c | 108 	u_int16_t subvendor, subdevice;  member 605 	buff->subdevice = envy24_rdrom(sc, ENVY24_E2PROM_SUBDEVICE) << 8; in envy24_rom2cfg()
 606 	buff->subdevice += envy24_rdrom(sc, ENVY24_E2PROM_SUBDEVICE + 1); in envy24_rom2cfg()
 615 	for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24_rom2cfg()
 617 		    cfg_table[i].subdevice == buff->subdevice) in envy24_rom2cfg()
 1026                 ptr->parent->cfg->subdevice == 0x1138 && ptr->num == 100) { in envy24_delta_ak4524_init()
 1142 if (sc->cfg->subvendor==0x153b  && sc->cfg->subdevice==0x1138 ) { in envy24_setvolume()
 2137 		for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_pci_probe()
 2139 			    cfg_table[i].subdevice  in envy24_pci_probe()
 [all...]
 | 
| H A D | csavar.h | 32 	u_int16_t subvendor, subdevice;  member
 | 
| /freebsd-src/sys/dev/mpr/ | 
| H A D | mpr_pci.c | 93 	uint16_t	subdevice;  member176 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice;D:#", pci,
 194 		if ((m->subdevice != 0xffff) &&  in mpr_find_ident()
 195 		    (m->subdevice != pci_get_subdevice(dev)))  in mpr_find_ident()
 
 | 
| /freebsd-src/sys/dev/aic7xxx/ | 
| H A D | aic7xxx_pci.c | 52 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)  in ahc_compose_id()  argument57 	   | (subdevice << 16)  in ahc_compose_id()
 671 				     uint16_t subdevice, uint16_t subvendor);
 706 			  uint16_t subdevice, uint16_t subvendor)  in ahc_9005_subdevinfo_valid()  argument
 714          && subdevice != device  in ahc_9005_subdevinfo_valid()
 715          && SUBID_9005_TYPE_KNOWN(subdevice) != 0) {  in ahc_9005_subdevinfo_valid()
 716 		switch (SUBID_9005_TYPE(subdevice)) {  in ahc_9005_subdevinfo_valid()
 743 	uint16_t  subdevice;  in ahc_find_pci_device()  local
 751 	subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);  in ahc_find_pci_device()
 752 	full_id = ahc_compose_id(device, vendor, subdevice, subvendor);  in ahc_find_pci_device()
 [all …]
 
 | 
| H A D | aic79xx_pci.c | 50 ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)  in ahd_compose_id()  argument55 	   | (subdevice << 16)  in ahd_compose_id()
 286 	uint16_t  subdevice;  in ahd_find_pci_device()  local
 294 	subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);  in ahd_find_pci_device()
 306 				 subdevice,  in ahd_find_pci_device()
 
 | 
| /freebsd-src/sys/contrib/device-tree/Bindings/pwm/ | 
| H A D | atmel-hlcdc-pwm.txt | 3 The Atmel HLCDC PWM is subdevice of the HLCDC MFD device.
 | 
| /freebsd-src/sys/dev/mlx/ | 
| H A D | mlx_pci.c | 82     u_int16_t	subdevice;  member102 				     (m->subdevice == pci_get_subdevice(dev)))))  in mlx_pci_match()
 
 | 
| /freebsd-src/sys/dev/mpi3mr/ | 
| H A D | mpi3mr_pci.c | 86 	uint16_t	subdevice;  member96 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice;D:#", pci,
 215 		if ((m->subdevice != 0xffff) &&  in mpi3mr_find_ident()
 216 		    (m->subdevice != pci_get_subdevice(dev)))  in mpi3mr_find_ident()
 
 | 
| /freebsd-src/sys/contrib/device-tree/Bindings/mfd/ | 
| H A D | qcom-pm8xxx.txt | 29 	Definition: specifies the interrupt that indicates a subdevice
 | 
| /freebsd-src/usr.sbin/bhyve/amd64/ | 
| H A D | pci_lpc.c | 500 	uint16_t device, subdevice, subvendor, vendor; in pci_lpc_get_sel() 532 	subdevice = pci_config_read_reg(selp, nvl, PCIR_SUBDEV_0, 2, in pci_lpc_init()
 542 	pci_set_cfgdata16(pi, PCIR_SUBDEV_0, subdevice); in pci_lpc_init()
 515 uint16_t device, subdevice, subvendor, vendor; pci_lpc_init()  local
 
 | 
| /freebsd-src/sys/contrib/device-tree/Bindings/display/atmel/ | 
| H A D | hlcdc-dc.txt | 3 The Atmel HLCDC Display Controller is subdevice of the HLCDC MFD device.
 | 
| /freebsd-src/share/man/man4/ | 
| H A D | fdc.4 | 126 The desired density to be used on that subdevice needs to be239 the auto-selecting subdevice 0, the operation is temporarily allowed
 
 | 
| /freebsd-src/share/doc/psd/01.cacm/ | 
| H A D | p2 | 331 and subdevice number.334 the subdevice number selects, for example, a disk drive
 
 |