| /linux/drivers/net/arcnet/ |
| H A D | arc-rawmode.c | 96 pkt->hard.source = *dev->dev_addr; in build_header() 104 pkt->hard.dest = 0; in build_header() 108 pkt->hard.dest = daddr; in build_header() 117 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local 133 hard->offset[0] = 0; in prepare_tx() 134 hard->offset[1] = ofs = 512 - length; in prepare_tx() 136 hard->offset[0] = 0; in prepare_tx() 137 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx() 139 hard->offset[0] = ofs = 256 - length; in prepare_tx() 145 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx() [all …]
|
| H A D | rfc1051.c | 98 if (pkt->hard.dest == 0) { in type_trans() 102 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans() 191 pkt->hard.source = *dev->dev_addr; in build_header() 199 pkt->hard.dest = 0; in build_header() 203 pkt->hard.dest = daddr; in build_header() 212 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local 228 hard->offset[0] = 0; in prepare_tx() 229 hard->offset[1] = ofs = 512 - length; in prepare_tx() 231 hard->offset[0] = 0; in prepare_tx() 232 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx() [all …]
|
| H A D | capmode.c | 115 pkt->hard.source = *dev->dev_addr; in build_header() 123 pkt->hard.dest = 0; in build_header() 127 pkt->hard.dest = daddr; in build_header() 136 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local 157 hard->offset[0] = 0; in prepare_tx() 158 hard->offset[1] = ofs = 512 - length; in prepare_tx() 160 hard->offset[0] = 0; in prepare_tx() 161 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx() 163 hard->offset[0] = ofs = 256 - length; in prepare_tx() 170 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx() [all …]
|
| H A D | rfc1201.c | 102 if (pkt->hard.dest == 0) { in type_trans() 106 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans() 140 int saddr = pkt->hard.source, ofs; in rx() 365 skb->len, pkt->hard.source); in rx() 367 skb->len, pkt->hard.source); in rx() 422 pkt->hard.source = *dev->dev_addr; in build_header() 435 pkt->hard.dest = 0; in build_header() 439 pkt->hard.dest = daddr; in build_header() 443 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, in load_pkt() argument 452 hard->offset[0] = 0; in load_pkt() [all …]
|
| H A D | arcnet.c | 716 skb->len, pkt->hard.dest); in arcnet_send_packet() 1131 if (rxdata.pkt.hard.offset[0]) { in arcnet_rx() 1132 ofs = rxdata.pkt.hard.offset[0]; in arcnet_rx() 1135 ofs = rxdata.pkt.hard.offset[1]; in arcnet_rx() 1148 bufnum, rxdata.pkt.hard.source, rxdata.pkt.hard.dest, length); in arcnet_rx() 1157 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() 1163 soft->proto, rxdata.pkt.hard.source, in arcnet_rx() 1172 lp->default_proto[rxdata.pkt.hard.source] = soft->proto; in arcnet_rx() 1183 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_atari.c | 393 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law() 453 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8() 507 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8() 563 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be() 619 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16be() 677 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16le() 735 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16le() 928 dmasound.hard = dmasound.soft; in TTInit() 930 if (dmasound.hard.speed > 50066) { in TTInit() 932 dmasound.hard.speed = 50066; in TTInit() [all …]
|
| H A D | dmasound_q40.c | 127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law() 163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8() 200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8() 237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law() 276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8() 315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8() 420 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame() 520 dmasound.hard = dmasound.soft; in Q40Init() 522 dmasound.hard.size=8; in Q40Init() 532 if (dmasound.hard.speed > 20200) { in Q40Init() [all …]
|
| H A D | dmasound_core.c | 489 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup() 494 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup() 498 sq->block_size *= dmasound.hard.speed ; in sq_setup() 502 (dmasound.hard.size * (dmasound.hard.stereo+1))/8 ; in sq_setup() 796 dmasound.hard = dmasound.mach.default_hard ; in sq_open() 894 dmasound.hard = dmasound.mach.default_hard ; in sq_release() 1184 dmasound.hard = dmasound.mach.default_hard ; in sq_init() 1290 get_afmt_string(dmasound.hard.format)); in state_open() 1293 dmasound.soft.speed, dmasound.hard.speed); in state_open() 1297 dmasound.hard.stereo ? "stereo" : "mono" ); in state_open()
|
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 93 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw() 111 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload() 139 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 140 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 142 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 164 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy() 583 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate() 621 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate() 765 ti->vfpstate.hard.cpu = ti->cpu; in vfp_support_entry()
|
| /linux/arch/arm/include/asm/ |
| H A D | fpstate.h | 46 struct vfp_hard_struct hard; member 68 struct fp_hard_struct hard; member
|
| /linux/include/uapi/linux/ |
| H A D | rfkill.h | 98 __u8 hard; member 121 __u8 hard; member
|
| H A D | if_arcnet.h | 118 struct arc_hardware hard; member
|
| /linux/Documentation/driver-api/ |
| H A D | rfkill.rst | 21 The rfkill subsystem has a concept of "hard" and "soft" block, which 25 - hard block 56 When the device is hard-blocked (either by a call to rfkill_set_hw_state() 62 keeps track of soft and hard block separately. 89 rfkill drivers that control devices that can be hard-blocked unless they also 109 soft and hard block are properly separated (unlike sysfs, see below) and
|
| /linux/fs/efs/ |
| H A D | Kconfig | 7 EFS is an older file system used for non-ISO9660 CD-ROMs and hard 9 uses the XFS file system for hard disk partitions however).
|
| /linux/fs/hpfs/ |
| H A D | Kconfig | 9 is the file system used for organizing files on OS/2 hard disk 11 write files to an OS/2 HPFS partition on your hard drive. OS/2
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | keystone-reset.txt | 10 Additionally soft or hard reset can be configured. 27 By default hard reset is used. 38 WDT0 is triggered it issues hard reset for SoC.
|
| /linux/fs/minix/ |
| H A D | Kconfig | 8 The minix file system (method to organize files on a hard disk 11 You don't want to use the minix file system on your hard disk
|
| /linux/fs/affs/ |
| H A D | Kconfig | 8 The Fast File System (FFS) is the common file system used on hard 11 FFS partition on your hard drive. Amiga floppies however cannot be
|
| /linux/fs/adfs/ |
| H A D | Kconfig | 10 here, Linux will be able to read from ADFS partitions on hard drives 28 hard drives and ADFS-formatted floppy disks. This is experimental
|
| /linux/include/linux/ |
| H A D | hrtimer.h | 269 ktime_t soft, hard; in hrtimer_start_expires() local 271 hard = hrtimer_get_expires(timer); in hrtimer_start_expires() 272 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | disk-shock-protection.rst | 26 the internal hard drive and park its heads on the ramp when critical 97 the same port as the hard drive, it generally *should* recover just 108 Finally, there are some hard drives that only comply with an earlier 114 laptop or the hard drive itself told you so), then you can tell the 140 See this page for information about Linux support of the hard disk
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-hardlockup_count | 6 Shows how many times the system has detected a hard lockup since last boot.
|
| /linux/tools/testing/ktest/examples/ |
| H A D | test.conf | 52 DO_POST_BUILD := git reset --hard
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.txt | 115 3 block First MFM, RLL and IDE hard disk/CD-ROM interface 504 21 block Acorn MFM hard drive interface 516 22 block Second IDE hard disk/CD-ROM interface 712 33 block Third IDE hard disk/CD-ROM interface 730 34 block Fourth IDE hard disk/CD-ROM interface 762 36 block OBSOLETE (was MCA ESDI hard disk) 1030 56 block Fifth IDE hard disk/CD-ROM interface 1042 57 block Sixth IDE hard disk/CD-ROM interface 1392 80 block I2O hard disk 1393 0 = /dev/i2o/hda First I2O hard disk, whole disk [all …]
|
| /linux/drivers/target/sbp/ |
| H A D | Kconfig | 8 bus, for example hard disks. Similar to FireWire Target Disk mode on
|