Searched refs:dw3 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 187 #define GetTD_PID(u, td) GetField((u), (td), dw3, 0, 8) 188 #define GetTD_devaddr(u, td) GetField((u), (td), dw3, 8, 7) 189 #define GetTD_endpt(u, td) GetField((u), (td), dw3, 15, 4) 190 #define GetTD_dtogg(u, td) GetField((u), (td), dw3, 19, 1) 191 #define GetTD_mlen(u, td) GetField((u), (td), dw3, 21, 11) 200 #define SetTD_PID(u, td, v) SetField((u), (td), dw3, 0, 8, (v)) 201 #define SetTD_devaddr(u, td, v) SetField((u), (td), dw3, 8, 7, (v)) 202 #define SetTD_endpt(u, td, v) SetField((u), (td), dw3, 15, 4, (v)) 203 #define SetTD_dtogg(u, td, v) SetField((u), (td), dw3, 19, 1, (v)) 204 #define SetTD_mlen(u, td, v) SetField((u), (td), dw3, 21, 11, (v)) [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/uhci/ |
H A D | uhci.c | 247 mdb_printf(" td_dword3 : %08x\n", td.dw3); in uhci_td()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 545 file path=usr/share/lib/terminfo/d/dw3 2204 hardlink path=usr/share/lib/terminfo/l/la120 target=../d/dw3
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 16877 # The dw3 does standout with wide characters. 16879 dw3|la120|decwriter III:\ 19384 # dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
|
H A D | terminfo.src | 18952 # The dw3 does standout with wide characters. 18954 dw3|la120|decwriter III, 21600 # dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
|