HomeSort by: relevance | last modified time | path
    Searched defs:hwp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
radio.c 93 const struct radio_hw_if *hwp = sa->hwif; local in function:radioattach
98 sc->hw_if = hwp;
midi.c 154 const struct midi_hw_if *hwp; local in function:midiattach
157 hwp = sa->hwif;
165 if (hwp == 0 ||
166 hwp->open == 0 ||
167 hwp->close == 0 ||
168 hwp->output == 0 ||
169 hwp->getinfo == 0) {
176 sc->hw_if = hwp;
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1761 volatile u_long *hwp;
1766 for (row = 0, hwp = (u_long *)(fb + HWC_OFF),
1771 bp10 = *hwp++;
1772 bp20 = *hwp++;
1773 bp11 = *hwp++;
1774 bp21 = *hwp++;
1888 volatile u_short *hwp; local in function:cv3d_setspriteinfo
1937 hwp = (u_short *)(fb +HWC_OFF);
1980 *hwp++ = m1;
1981 *hwp++ = im1
    [all...]
grf_rh.c 1941 volatile u_long *hwp; local in function:rh_getspriteinfo
1961 hwp = (volatile u_long *)(ba + LM_OFFSET + HWC_MEM_OFF),
1966 bp10 = *hwp++;
1967 bp20 = *hwp++;
1968 bp11 = *hwp++;
1969 bp21 = *hwp++;
1983 hwp = (volatile u_long *)(ba + LM_OFFSET + HWC_MEM_OFF),
1988 bp10 = *hwp++;
1989 bp11 = *hwp++;
2020 volatile u_long *hwp; local in function:rh_setspriteinfo
    [all...]
grf_cv.c 1898 volatile u_long *hwp;
1904 for (row = 0, hwp = (u_long *)(fb + HWC_OFF),
1909 bp10 = *hwp++;
1910 bp20 = *hwp++;
1911 bp11 = *hwp++;
1912 bp21 = *hwp++;
2025 volatile u_short *hwp; local in function:cv_setspriteinfo
2077 hwp = (u_short *)(fb +HWC_OFF);
2082 hwp = (u_short *) cv_cursor_storage;
2123 *hwp++ = m1
    [all...]

Completed in 17 milliseconds