/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | debug.c | 90 in_be32(&p->u0.emac4sync.mahr), in emac_mac_dump() 91 in_be32(&p->u0.emac4sync.malr), in emac_mac_dump() 92 in_be32(&p->u0.emac4sync.mmahr), in emac_mac_dump() 93 in_be32(&p->u0.emac4sync.mmalr) in emac_mac_dump()
|
D | emac.h | 66 } u0; member
|
D | core.h | 419 offset = offsetof(struct emac_regs, u0.emac4.iaht1); in emac_xaht_base()
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | slichw.h | 254 } u0; member 257 #define frame_status14 u0.hdrs_14port.frame_status 258 #define frame_status_b14 u0.hdrs_14port.frame_status_b 259 #define frame_statusGB u0.hdrs_gbit.frame_status 275 } u0; member
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | w996Xcf.c | 358 u0 = y0 + hw_bufsize / 2, in w9968cf_init() local 359 v0 = u0 + hw_bufsize / 4, in w9968cf_init() 372 reg_w(sd, 0x24, u0 & 0xffff); /* U buf.0, low */ in w9968cf_init() 373 reg_w(sd, 0x25, u0 >> 16); /* U buf.0, high */ in w9968cf_init()
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik-stn8815.c | 321 STN8815_FUNC_GROUPS(u0, "u0_a_1"); 336 FUNCTION(u0),
|
D | pinctrl-nomadik-db8540.c | 913 DB8540_FUNC_GROUPS(u0, "u0_a_1", "u0_c_1"); 982 FUNCTION(u0),
|
D | pinctrl-nomadik-db8500.c | 822 DB8500_FUNC_GROUPS(u0, "u0_a_1", "u0_c_1"); 910 FUNCTION(u0),
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-ccu8540-pinctrl.dtsi | 19 function = "u0";
|
D | ste-href-family-pinctrl.dtsi | 21 function = "u0";
|
D | ste-nomadik-stn8815.dtsi | 103 function = "u0";
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | ste,nomadik.txt | 105 function = "u0";
|
/linux-4.1.27/drivers/md/bcache/ |
D | super.c | 410 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read() local 425 memcpy(u1[i].uuid, u0[i].uuid, 16); in uuid_read() 426 memcpy(u1[i].label, u0[i].label, 32); in uuid_read() 428 u1[i].first_reg = u0[i].first_reg; in uuid_read() 429 u1[i].last_reg = u0[i].last_reg; in uuid_read() 430 u1[i].invalidated = u0[i].invalidated; in uuid_read()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 369 struct my_u0 { u64 a; u64 b; } *u0; in igb_dump() local 441 u0 = (struct my_u0 *)tx_desc; in igb_dump() 453 i, le64_to_cpu(u0->a), in igb_dump() 454 le64_to_cpu(u0->b), in igb_dump() 520 u0 = (struct my_u0 *)rx_desc; in igb_dump() 534 le64_to_cpu(u0->a), in igb_dump() 535 le64_to_cpu(u0->b), in igb_dump() 540 le64_to_cpu(u0->a), in igb_dump() 541 le64_to_cpu(u0->b), in igb_dump()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 557 struct my_u0 { u64 a; u64 b; } *u0; in ixgbe_dump() local 660 u0 = (struct my_u0 *)tx_desc; in ixgbe_dump() 664 le64_to_cpu(u0->a), in ixgbe_dump() 665 le64_to_cpu(u0->b), in ixgbe_dump() 770 u0 = (struct my_u0 *)rx_desc; in ixgbe_dump() 776 le64_to_cpu(u0->a), in ixgbe_dump() 777 le64_to_cpu(u0->b), in ixgbe_dump() 782 le64_to_cpu(u0->a), in ixgbe_dump() 783 le64_to_cpu(u0->b), in ixgbe_dump()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 223 } *u0; in e1000e_dump() local 310 u0 = (struct my_u0 *)tx_desc; in e1000e_dump() 320 (!(le64_to_cpu(u0->b) & (1 << 29)) ? 'l' : in e1000e_dump() 321 ((le64_to_cpu(u0->b) & (1 << 20)) ? 'd' : 'c')), in e1000e_dump() 323 (unsigned long long)le64_to_cpu(u0->a), in e1000e_dump() 324 (unsigned long long)le64_to_cpu(u0->b), in e1000e_dump()
|
/linux-4.1.27/Documentation/ |
D | pinctrl.txt | 933 "u0_group", "u0"), 947 function called "u0" that can be enabled on this group of pins, and then 961 configuration and the muxing of the "u0" or "gpio-mode" group onto these
|