Searched refs:sdh (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/i386/i386/
H A Dbios.c80 struct bios32_SDheader *sdh; local
94 sdh = (struct bios32_SDheader *)(uintptr_t)BIOS_PADDRTOVADDR(sigaddr);
95 for (cv = (u_int8_t *)sdh, ck = 0, i = 0; i < (sdh->len * 16); i++) {
99 if ((ck == 0) && (BIOS_START <= sdh->entry ) &&
100 (sdh->entry < (BIOS_START + BIOS_SIZE))) {
101 bios32_SDCI = BIOS_PADDRTOVADDR(sdh->entry);
103 printf("bios32: Found BIOS32 Service Directory header at %p\n", sdh);
105 sdh->entry, bios32_SDCI, sdh
[all...]
/freebsd-9.3-release/sys/dev/utopia/
H A Didtphy.c271 idt77155_set_sdh(struct utopia *utp, int sdh) argument
275 if (sdh)
285 if (sdh)
390 /* set sonet/sdh */
H A Dsuni.c60 suni_set_sdh(struct utopia *utp, int sdh) argument
64 if (sdh)
76 if (sdh)
165 /* set sonet/sdh */
H A Dutopia.h157 int (*set_sdh)(struct utopia *, int sdh);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h3264 uint64_t sdh : 4; /**< Hold SIGDEV for (SDH+1) refclks after FSET asserts member in struct:cvmx_mio_fus_read_times::cvmx_mio_fus_read_times_s
3282 uint64_t sdh : 4;

Completed in 149 milliseconds