Searched refs:set_feature (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | zynq_nand.c | 1057 u8 set_feature[4] = {ONDIE_ECC_FEATURE_ENABLE, 0x00, 0x00, 0x00}; in zynq_nand_init() local 1133 writeb(set_feature[i], nand_chip->IO_ADDR_W); in zynq_nand_init()
|
| H A D | arasan_nfc.c | 1095 u8 set_feature[4] = {ENABLE_ONDIE_ECC, 0x00, 0x00, 0x00}; in arasan_check_ondie() local 1115 nand_chip->write_buf(mtd, &set_feature[0], 4); in arasan_check_ondie()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | fusb300_udc.c | 723 static void set_feature(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in set_feature() function 840 set_feature(fusb300, ctrl); in setup_packet()
|
| H A D | m66592-udc.c | 1037 static void set_feature(struct m66592 *m66592, struct usb_ctrlrequest *ctrl) in set_feature() function 1106 set_feature(m66592, ctrl); in setup_packet()
|
| H A D | r8a66597-udc.c | 1239 static void set_feature(struct r8a66597 *r8a66597, struct usb_ctrlrequest *ctrl) in set_feature() function 1307 set_feature(r8a66597, ctrl); in setup_packet()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 6281 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6282 mbox->u.mqe.un.set_feature.feature = LPFC_SET_UE_RECOVERY; in lpfc_set_features() 6283 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features() 6287 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6289 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6290 mbox->u.mqe.un.set_feature.feature = LPFC_SET_MDS_DIAGS; in lpfc_set_features() 6291 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features() 6295 &mbox->u.mqe.un.set_feature, LPFC_ENABLE_DUAL_DUMP); in lpfc_set_features() 6297 &mbox->u.mqe.un.set_feature, 0); in lpfc_set_features() 6298 mbox->u.mqe.un.set_feature.feature = LPFC_SET_DUAL_DUMP; in lpfc_set_features() [all …]
|
| H A D | lpfc_hw4.h | 3829 struct lpfc_mbx_set_feature set_feature; member
|