Home
last modified time | relevance | path

Searched refs:ocp_vendor (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c244 uint16_t ocp_vendor; in siba_eio_read_core_id() local
257 ocp_vendor = SIBA_REG_GET(idhigh, IDH_VENDOR); in siba_eio_read_core_id()
318 .vendor = siba_get_bhnd_mfgid(ocp_vendor), in siba_eio_read_core_id()
324 .sonics_vendor = ocp_vendor, in siba_eio_read_core_id()
H A Dsiba_subr.c63 siba_get_bhnd_mfgid(uint16_t ocp_vendor) in siba_get_bhnd_mfgid() argument
65 switch (ocp_vendor) { in siba_get_bhnd_mfgid()
H A Dsibavar.h70 uint16_t siba_get_bhnd_mfgid(uint16_t ocp_vendor);