Home
last modified time | relevance | path

Searched full:med (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/usb/storage/
H A Dcypress_atacb.c109 * features, sector count, lba low, lba med in cypress_atacb_passthrough()
118 srb->cmnd[ 9] = save_cmnd[10]; /* lba med */ in cypress_atacb_passthrough()
133 srb->cmnd[ 9] = save_cmnd[6]; /* lba med */ in cypress_atacb_passthrough()
218 desc[ 9] = regs[4]; /* lba med */ in cypress_atacb_passthrough()
/linux/include/linux/
H A Dipv6_route.h14 #define IPV6_DECODE_PREF(pref) ((pref) ^ 2) /* 1:low,2:med,3:high */
H A Dcompiler.h273 * Glory to Martin Uecker <Martin.Uecker@med.uni-goettingen.de>
/linux/drivers/scsi/
H A Dsr_ioctl.c297 struct media_event_desc med; in sr_drive_status() local
311 if (!cdrom_get_media_event(cdi, &med)) { in sr_drive_status()
312 if (med.media_present) in sr_drive_status()
314 else if (med.door_open) in sr_drive_status()
H A Dsr.c170 struct media_event_desc *med = (void *)(buf + 4); in sr_get_events() local
183 if (result || be16_to_cpu(eh->data_len) < sizeof(*med)) in sr_get_events()
189 if (med->media_event_code == 1) in sr_get_events()
191 else if (med->media_event_code == 2) in sr_get_events()
193 else if (med->media_event_code == 3) in sr_get_events()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tqma6.dtsi39 /* HYS, SPEED = MED, 100k up, DSE = 011, SRE_FAST */
/linux/arch/arm/mach-omap2/
H A Domap_hwmod_81xx_data.c153 /* L3 med -> L4 fast peripheral interface running at 250MHz */
181 /* L3 med peripheral interface running at 200MHz */
208 /* L3 med peripheral interface running at 250MHz */
/linux/drivers/media/dvb-frontends/
H A Dstb0899_drv.c925 int min = 0, med; in stb0899_table_lookup() local
933 med = (max + min) / 2; in stb0899_table_lookup()
934 if (val >= tab[min].read && val < tab[med].read) in stb0899_table_lookup()
935 max = med; in stb0899_table_lookup()
937 min = med; in stb0899_table_lookup()
H A Dstv090x.c3623 int min = 0, med; in stv090x_table_lookup() local
3628 med = (max + min) / 2; in stv090x_table_lookup()
3629 if ((val >= tab[min].read && val < tab[med].read) || in stv090x_table_lookup()
3630 (val >= tab[med].read && val < tab[min].read)) in stv090x_table_lookup()
3631 max = med; in stv090x_table_lookup()
3633 min = med; in stv090x_table_lookup()
/linux/tools/include/linux/
H A Dcompiler.h79 * Glory to Martin Uecker <Martin.Uecker@med.uni-goettingen.de>
/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml337 * the HW will skip cpu clock's pulse in MED level
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7986a-bananapi-bpi-r3.dts155 map-cpu-active-med {
H A Dmt7986a.dtsi622 cpu_trip_active_med: active-med {
/linux/drivers/pinctrl/
H A Dpinctrl-at91.c605 * hardware: 0 = hi, 1 = med, 2 = low, 3 = rsvd */ in at91_mux_sam9x5_get_drivestrength()
662 * 0 = hi, 1 = med, 2 = low, 3 = rsvd */ in at91_mux_sam9x5_set_drivestrength()
1111 DBG_SHOW_FLAG_MASKED(DRIVE_STRENGTH, DRIVE_STRENGTH_BIT_MSK(MED), in at91_pinconf_dbg_show()
/linux/drivers/media/pci/tw68/
H A Dtw68-core.c147 tw_writeb(TW68_CLMD, 0x05); /* 2CC slice level auto, clamp med. */ in tw68_hw_init1()
/linux/drivers/power/supply/
H A Dab8500_fg.c755 u8 low, med, high; in ab8500_fg_acc_cur_work() local
772 AB8500_GASG_CC_NCOV_ACCU_MED, &med); in ab8500_fg_acc_cur_work()
783 val = (low | (med << 8) | (high << 16) | 0xFFE00000); in ab8500_fg_acc_cur_work()
785 val = (low | (med << 8) | (high << 16)); in ab8500_fg_acc_cur_work()
H A Dab8500_btemp.c745 /* Set BTEMP thermal limits. Low and Med are fixed */ in ab8500_btemp_probe()
/linux/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h177 #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */
/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dcore.h184 #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */
/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dcore.h197 #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dcore.h232 #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */
/linux/block/partitions/
H A Dmsdos.c526 * Anand Krishnamurthy <anandk@wiproge.med.ge.com>
/linux/drivers/cdrom/
H A Dcdrom.c662 struct media_event_desc *med) in cdrom_get_media_event() argument
678 if (be16_to_cpu(eh->data_len) < sizeof(*med)) in cdrom_get_media_event()
684 memcpy(med, &buffer[sizeof(*eh)], sizeof(*med)); in cdrom_get_media_event()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4347 list[mode] = {'data': [], 'avg': [0,0], 'min': [0,0], 'max': [0,0], 'med': [0,0]}
4351 list[lastmode]['med'][i] = s[int(len(s)//2)]
4352 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4394 list[lastmode]['med'][i] = s[int(len(s)//2)]
4395 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4434 '<span class=medval><a href="#s{10}med">Med={4}</a></span> '+\
4438 '<span class=medval><a href="#r{10}med">Med={8}</a></span> '+\
4447 list[mode]['max'], list[mode]['med']
[all...]
/linux/arch/xtensa/variants/csp/include/variant/
H A Dcore.h298 #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */

12