Searched refs:ushort (Results 1 – 5 of 5) sorted by relevance
/include/soc/fsl/ |
D | cpm.h | 75 #define CPM_CR_INIT_TRX ((ushort)0x0000) 76 #define CPM_CR_INIT_RX ((ushort)0x0001) 77 #define CPM_CR_INIT_TX ((ushort)0x0002) 78 #define CPM_CR_HUNT_MODE ((ushort)0x0003) 79 #define CPM_CR_STOP_TX ((ushort)0x0004) 80 #define CPM_CR_GRA_STOP_TX ((ushort)0x0005) 81 #define CPM_CR_RESTART_TX ((ushort)0x0006) 82 #define CPM_CR_CLOSE_RX_BD ((ushort)0x0007) 83 #define CPM_CR_SET_GADDR ((ushort)0x0008) 84 #define CPM_CR_SET_TIMER ((ushort)0x0008) [all …]
|
/include/linux/ |
D | vt_kern.h | 59 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); 60 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list); 87 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 92 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
|
D | types.h | 86 typedef unsigned short ushort; typedef
|
D | jbd2.h | 57 extern ushort jbd2_journal_enable_debug;
|
/include/linux/usb/ |
D | composite.h | 551 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \ 554 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \ 557 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
|