Home
last modified time | relevance | path

Searched refs:sw2 (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-irq.c15 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack() argument
17 if (sw2 & IRQ_CPU_TO_EPU_ACK) in xpu_ack()
19 if (sw2 & IRQ_APU_TO_EPU_ACK) in xpu_ack()
34 u32 sw1, sw2, hw2; in cx18_irq_handler() local
37 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask; in cx18_irq_handler()
42 if (sw2) in cx18_irq_handler()
43 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2); in cx18_irq_handler()
47 if (sw1 || sw2 || hw2) in cx18_irq_handler()
49 sw1, sw2, hw2); in cx18_irq_handler()
63 if (sw2) in cx18_irq_handler()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_bridge_backup_port.sh154 setup_ns sw1 sw2
155 for ns in $sw1 $sw2; do
161 ip link set dev veth1 netns $sw2 name veth0
213 local ns=$sw2
239 cleanup_ns $sw1 $sw2
363 run_cmd "ip -n $sw2 address replace 192.0.2.36/32 dev lo"
368 run_cmd "tc -n $sw2 qdisc replace dev vx0 clsact"
369 …run_cmd "tc -n $sw2 filter replace dev vx0 ingress pref 1 handle 101 proto ip flower src_mac $smac…
370 …run_cmd "tc -n $sw2 filter replace dev vx0 ingress pref 1 handle 102 proto ip flower src_mac $smac…
395 tc_check_packets $sw2 "dev vx0 ingress" 101 0
[all …]
H A Dtest_bridge_neigh_suppress.sh152 setup_ns h1 h2 sw1 sw2
153 for ns in $h1 $h2 $sw1 $sw2; do
158 ip -n $sw1 link add name veth0 type veth peer name veth0 netns $sw2
159 ip -n $h2 link add name eth0 type veth peer name swp1 netns $sw2
257 local ns=$sw2
283 cleanup_ns $h1 $h2 $sw1 $sw2
/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c290 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local
292 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot()
295 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot()
298 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot()
311 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot()
313 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
H A Deth_superhydra.c252 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local
256 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot()
259 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot()
262 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot()
275 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot()
278 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dltc3676.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, sw4,
13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and ldo4 additionally need to specify
20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from:
45 sw2_reg: sw2 {
H A Dltc3589.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out,
13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify
20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
45 sw2_reg: sw2 {
H A Dpv88060.txt91 regulator-name = "sw2";
/openbmc/linux/drivers/media/i2c/
H A Dm52790.c44 u8 sw2 = (state->input | state->output) >> 8; in m52790_write() local
46 return i2c_smbus_write_byte_data(client, sw1, sw2); in m52790_write()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib0090.h87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
157 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument
/openbmc/u-boot/drivers/power/regulator/
H A Dpfuze100.c163 PFUZE100_SW_REG(sw2, PFUZE100_SW2VOL, 25000),
181 PFUZE100_SW_REG(sw2, PFUZE100_SW2VOL, 25000),
199 PFUZE100_SWB_REG(sw2, PFUZE100_SW2VOL, 0x7, 50000, pfuze3000_sw2lo),
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h3-orangepi-2.dts98 sw2 {
99 label = "sw2";
H A Dimx6sx-sdb.dts34 sw2_reg: sw2 {
H A Dimx6dl-mamoj.dts61 sw2_reg: sw2 {
/openbmc/linux/arch/mips/boot/dts/qca/
H A Dar9331_tl_mr3020.dts66 label = "sw2";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-sdb.dts30 sw2_reg: sw2 {
H A Dimx53-qsrb.dts50 sw2_reg: sw2 {
H A Dimx6sx-sdb-reva.dts39 sw2_reg: sw2 {
H A Dimx6qdl-wandboard-revd1.dtsi51 sw2_reg: sw2 {
H A Dimx6qdl-tqma6.dtsi117 reg_gen_3v3: sw2 {
H A Dimx6ul-tqma6ul-common.dtsi52 reg_sw2: sw2 {
H A Dimx6ul-ccimx6ulsom.dtsi75 ext_3v3: sw2 {
H A Dimx7-tqma7.dtsi62 sw2_reg: sw2 {
H A Dimx6q-bosch-acc.dts307 sw2_reg: sw2 {
308 regulator-name = "VDD_ARM (sw2)";
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-sr-som.dtsi60 sw2_reg: sw2 {

1234