/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.h | 142 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th); 163 void r600_set_sst(struct radeon_device *rdev, u32 t); 164 void r600_set_git(struct radeon_device *rdev, u32 t); 166 void r600_set_fct(struct radeon_device *rdev, u32 t);
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | joystick.rst | 32 option is specified. Some drivers don't need options, and the 66 The following drivers don't support gameport natively, but there are 82 support, so you don't have to load ns558 module. Just load "joydev" 89 ALSA ISA drivers don't have the built-in gameport support.
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/ |
H A D | tune-cortexa15.inc | 17 # mcpu is used so don't use armv7ve as we don't want march 39 # mcpu is used so don't use armv7ve as we don't want march
|
H A D | tune-cortexa17.inc | 17 # mcpu is used so don't use armv7ve as we don't want march 39 # mcpu is used so don't use armv7ve as we don't want march
|
H A D | tune-cortexa5.inc | 17 # mcpu is used so don't use armv7a as we don't want march 39 # mcpu is used so don't use armv7a as we don't want march
|
H A D | tune-cortexa7.inc | 17 # mcpu is used so don't use armv7ve as we don't want march 39 # mcpu is used so don't use armv7ve as we don't want march
|
/openbmc/linux/include/dt-bindings/usb/ |
H A D | pd.h | 14 #define PDO_TYPE(t) ((t) << PDO_TYPE_SHIFT) argument 67 #define PDO_APDO_TYPE(t) ((t) << PDO_APDO_TYPE_SHIFT) argument
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-gamecube.c | 161 static int gamecube_rtc_read_time(struct device *dev, struct rtc_time *t) in gamecube_rtc_read_time() argument 174 rtc_time64_to_tm(timestamp, t); in gamecube_rtc_read_time() 179 static int gamecube_rtc_set_time(struct device *dev, struct rtc_time *t) in gamecube_rtc_set_time() argument 185 timestamp = rtc_tm_to_time64(t); in gamecube_rtc_set_time()
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | ahci-common.yaml | 18 document doesn't constitute a DT-node binding by itself but merely 67 in case if the system firmware hasn't done it. 95 AHCI SATA port identifier. By design AHCI controller can't have 118 the PxCMD register in case if the system firmware hasn't done it.
|
/openbmc/linux/net/sched/ |
H A D | act_connmark.c | 201 struct tcf_t t; in tcf_connmark_dump() local 211 tcf_tm_dump(&t, &ci->tcf_tm); in tcf_connmark_dump() 212 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723d.h | 126 s32 t; in iqk_mult() local 128 t = x * y; in iqk_mult() 130 *ext = (t >> 7) & 0x1; /* Q.16 --> Q.9; get LSB of Q.9 */ in iqk_mult() 132 return (t >> 8); /* Q.16 --> Q.8 */ in iqk_mult()
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | ndlc.c | 238 static void ndlc_t1_timeout(struct timer_list *t) in ndlc_t1_timeout() argument 240 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer); in ndlc_t1_timeout() 245 static void ndlc_t2_timeout(struct timer_list *t) in ndlc_t2_timeout() argument 247 struct llt_ndlc *ndlc = from_timer(ndlc, t, t2_timer); in ndlc_t2_timeout()
|
/openbmc/linux/include/linux/ |
H A D | suspend.h | 501 extern void pm_report_hw_sleep_time(u64 t); 502 extern void pm_report_max_hw_sleep(u64 t); 544 static inline void pm_report_hw_sleep_time(u64 t) {}; in pm_report_hw_sleep_time() argument 545 static inline void pm_report_max_hw_sleep(u64 t) {}; in pm_report_max_hw_sleep() argument
|
H A D | firewire.h | 360 void __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, 383 static inline void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request() argument 391 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request() 412 static inline void fw_send_request_with_tstamp(struct fw_card *card, struct fw_transaction *t, in fw_send_request_with_tstamp() argument 420 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_ns87415.c | 58 struct ata_timing t; in ns87415_set_mode() local 66 ata_timing_compute(adev, adev->pio_mode, &t, T, 0); in ns87415_set_mode() 68 clocking = 17 - clamp_val(t.active, 2, 17); in ns87415_set_mode() 69 clocking |= (16 - clamp_val(t.recover, 1, 16)) << 4; in ns87415_set_mode()
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub2.inc | 36 # Grub doesn't support hard float toolchain and won't be able to forcefully 43 # but the OE freeform one (core2-foo-bar-linux) don't work with that. 54 # It doesn't support sse, its make.defaults sets:
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 197 u64 t; in queue_working_time_show() local 199 t = genwqe_read_vreg(cd, IO_SLC_VF_QUEUE_WTIME, 0); in queue_working_time_show() 200 seq_printf(s, " PF 0x%016llx\n", t); in queue_working_time_show() 203 t = genwqe_read_vreg(cd, IO_SLC_VF_QUEUE_WTIME, vf_num + 1); in queue_working_time_show() 204 seq_printf(s, " VF%-2d 0x%016llx\n", vf_num, t); in queue_working_time_show()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 284 var t = currTimestamp(); 409 let t = data.toString(); 411 if (t.lastIndexOf('^C') != -1) { 422 if (t.lastIndexOf('<<<<<<') != -1) { 497 last_t = t;
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdt_pci.c | 216 static int wdtpci_set_heartbeat(int t) in wdtpci_set_heartbeat() argument 219 if (t < 1 || t > 65535) in wdtpci_set_heartbeat() 222 heartbeat = t; in wdtpci_set_heartbeat() 223 wd_heartbeat = t * 100; in wdtpci_set_heartbeat()
|
/openbmc/linux/net/core/ |
H A D | net-procfs.c | 209 int t; in ptype_get_idx() local 226 for (t = 0; t < PTYPE_HASH_SIZE; t++) { in ptype_get_idx() 227 list_for_each_entry_rcu(pt, &ptype_base[t], list) { in ptype_get_idx()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-platdrv.c | 280 struct i2c_timings *t; in dw_i2c_plat_probe() local 309 t = &dev->timings; in dw_i2c_plat_probe() 310 i2c_parse_fw_timings(&pdev->dev, t, false); in dw_i2c_plat_probe() 353 if (!dev->sda_hold_time && t->sda_hold_ns) in dw_i2c_plat_probe() 355 DIV_S64_ROUND_CLOSEST(clk_khz * t->sda_hold_ns, MICRO); in dw_i2c_plat_probe()
|
/openbmc/qemu/docs/system/ |
H A D | target-arm.rst | 22 The situation for 64-bit Arm is fairly similar, except that we don't 29 the hardware has), so typically you don't need to specify the CPU type 54 If you don't care about reproducing the idiosyncrasies of a particular 57 ``virt`` board. This is a platform which doesn't correspond to any 68 by the title text of each file, which isn't the same ordering
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | adxrs290.c | 288 unsigned int t; in adxrs290_read_raw() local 338 t = st->lpf_3db_freq_idx; in adxrs290_read_raw() 339 *val = adxrs290_lpf_3db_freq_hz_table[t][0]; in adxrs290_read_raw() 340 *val2 = adxrs290_lpf_3db_freq_hz_table[t][1]; in adxrs290_read_raw() 348 t = st->hpf_3db_freq_idx; in adxrs290_read_raw() 349 *val = adxrs290_hpf_3db_freq_hz_table[t][0]; in adxrs290_read_raw() 350 *val2 = adxrs290_hpf_3db_freq_hz_table[t][1]; in adxrs290_read_raw()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_dbg.c | 420 struct task_struct *t; in acpi_aml_create_thread() local 427 t = kthread_create(acpi_aml_thread, NULL, "aml"); in acpi_aml_create_thread() 428 if (IS_ERR(t)) { in acpi_aml_create_thread() 430 return PTR_ERR(t); in acpi_aml_create_thread() 434 acpi_aml_io.thread = t; in acpi_aml_create_thread() 435 acpi_set_debugger_thread_id((acpi_thread_id)(unsigned long)t); in acpi_aml_create_thread() 436 wake_up_process(t); in acpi_aml_create_thread()
|
/openbmc/linux/drivers/mfd/ |
H A D | ezx-pcap.c | 57 struct spi_transfer t; in ezx_pcap_putget() local 61 memset(&t, 0, sizeof(t)); in ezx_pcap_putget() 63 t.len = sizeof(u32); in ezx_pcap_putget() 64 spi_message_add_tail(&t, &m); in ezx_pcap_putget() 67 t.tx_buf = (u8 *) &pcap->buf; in ezx_pcap_putget() 68 t.rx_buf = (u8 *) &pcap->buf; in ezx_pcap_putget()
|