Searched refs:dw2 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 180 #define GetTD_alen(u, td) GetField((u), (td), dw2, 0, 11) 181 #define GetTD_status(u, td) GetField((u), (td), dw2, 16, 8) 182 #define GetTD_ioc(u, td) GetField((u), (td), dw2, 24, 1) 183 #define GetTD_iso(u, td) GetField((u), (td), dw2, 25, 1) 184 #define GetTD_ls(u, td) GetField((u), (td), dw2, 26, 1) 185 #define GetTD_c_err(u, td) GetField((u), (td), dw2, 27, 2) 186 #define GetTD_spd(u, td) GetField((u), (td), dw2, 29, 1) 193 #define SetTD_alen(u, td, v) SetField((u), (td), dw2, 0, 11, (v)) 194 #define SetTD_status(u, td, v) SetField((u), (td), dw2, 16, 8, (v)) 195 #define SetTD_ioc(u, td, v) SetField((u), (td), dw2, 24, 1, (v)) [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/uhci/ |
H A D | uhci.c | 244 mdb_printf(" td_dword2 : %08x\n", td.dw2); in uhci_td()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 544 file path=usr/share/lib/terminfo/d/dw2 2055 hardlink path=usr/share/lib/terminfo/d/decwriter target=../d/dw2 2086 hardlink path=usr/share/lib/terminfo/d/dw target=../d/dw2
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 16859 dw2|decwriter|dw|decwriter II:\
|
H A D | terminfo.src | 18934 dw2|decwriter|dw|decwriter II,
|