OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chip_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/umcpmioctl/
umcpmioctl.c
120
uint8_t
chip_type
;
local
149
error = ioctl(fd, UMCPMIO_CHIP_TYPE, &
chip_type
);
183
if (
chip_type
== UMCPMIO_CHIP_TYPE_2210) {
212
if (
chip_type
== UMCPMIO_CHIP_TYPE_2221) {
229
if (
chip_type
== UMCPMIO_CHIP_TYPE_2210) {
252
if (
chip_type
== UMCPMIO_CHIP_TYPE_2221) {
309
if (
chip_type
== UMCPMIO_CHIP_TYPE_2210) {
355
if (
chip_type
== UMCPMIO_CHIP_TYPE_2221) {
400
if (
chip_type
== UMCPMIO_CHIP_TYPE_2210) {
427
if (
chip_type
== UMCPMIO_CHIP_TYPE_2210
[
all
...]
/src/sys/dev/ic/
adwlib.c
275
switch(sc->
chip_type
) {
356
if (sc->
chip_type
== ADW_CHIP_ASC3550) {
379
if (sc->
chip_type
== ADW_CHIP_ASC38C0800 ||
380
sc->
chip_type
== ADW_CHIP_ASC38C1600) {
451
switch(sc->
chip_type
) {
571
switch (sc->
chip_type
) {
611
if((error_code = AdwRamSelfTest(iot, ioh, sc->
chip_type
))) {
619
if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->
chip_type
))) {
641
switch (sc->
chip_type
) {
740
switch (sc->
chip_type
) {
[
all
...]
sc16is7xx.c
414
char
chip_type
[SC16IS7XX_TYPE_STRINGLEN];
local
490
strncpy(
chip_type
, "UNKNOWN", SC16IS7XX_TYPE_STRINGLEN);
495
strncpy(
chip_type
, "SC16IS752/SC16IS762", SC16IS7XX_TYPE_STRINGLEN);
498
strncpy(
chip_type
, "SC16IS740/SC16IS741/SC16IS750/SC16IS760", SC16IS7XX_TYPE_STRINGLEN);
503
aprint_normal_dev(sc->sc_dev, "NXP %s\n",
chip_type
);
adwlib.h
650
#define ADW_IERR_BAD_CHIPTYPE 0x8000 /* Invalid '
chip_type
' setting. */
862
u_int8_t
chip_type
; /* chip SCSI target ID */
member in struct:adw_softc
/src/sys/dev/pci/
adw_pci.c
114
sc->
chip_type
= ADW_CHIP_ASC3550;
120
sc->
chip_type
= ADW_CHIP_ASC38C0800;
126
sc->
chip_type
= ADW_CHIP_ASC38C1600;
/src/sys/dev/isa/
wss_isa.c
287
detect_mad16(struct wss_softc *sc, int
chip_type
)
291
sc->mad_chip_type =
chip_type
;
/src/sys/dev/usb/
umcpmio.c
481
uint8_t *
chip_type
;
local
795
chip_type
= (uint8_t *) data;
796
*
chip_type
= 0;
799
*
chip_type
= UMCPMIO_CHIP_TYPE_2210;
802
*
chip_type
= UMCPMIO_CHIP_TYPE_2221;
Completed in 30 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026