Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh85 check_value() function
110 check_value max_macs initial 32 32
111 check_value test1 initial true Y
118 check_value max_macs post-set 16 32
119 check_value test1 post-set false Y
123 check_value max_macs post-reload 16 16
124 check_value test1 post-reload false N
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c1117 uint16_t check_value; in phy_realtek2() local
1212 check_value = 0x0c02 | 0xa000; in phy_realtek2()
1215 check_value = 0x0c02 | 0x6000; in phy_realtek2()
1218 check_value = 0x0c02 | 0x2000; in phy_realtek2()
1268 check_value = 0x0c02 | 0x6000; in phy_realtek2()
1270 check_value = 0x0c02 | 0x2000; in phy_realtek2()
1620 uint16_t check_value; in phy_realtek5() local
1716 check_value = 0x0004 | 0x0028; in phy_realtek5()
1736 check_value = 0x0004 | 0x0018; in phy_realtek5()
1738 check_value = 0x0004 | 0x0008; in phy_realtek5()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c132 static inline int check_value(int offset, int expected_bits, in check_value() function
157 if (!check_value(SUNXI_NFC_BASE + NFC_ST, NFC_ST_CMD_INT_FLAG, in nand_wait_int()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h75 pvr2_ctlf_check_value check_value; /* Check that value is valid */ member
H A Dpvrusb2-ctrl.c16 if (cptr->info->check_value) { in pvr2_ctrl_range_check()
17 if (!cptr->info->check_value(cptr,val)) return -ERANGE; in pvr2_ctrl_range_check()
H A Dpvrusb2-hdw.c1126 .check_value = ctrl_check_input,
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c2154 goto check_value; in composite_setup()
2200 goto check_value; in composite_setup()
2274 check_value: in composite_setup()