Home
last modified time | relevance | path

Searched refs:set_feature (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dzynq_nand.c1057 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 Darasan_nfc.c1095 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 Dfusb300_udc.c723 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 Dm66592-udc.c1037 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 Dr8a66597-udc.c1239 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 Dlpfc_sli.c6281 &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 Dlpfc_hw4.h3829 struct lpfc_mbx_set_feature set_feature; member