Home
last modified time | relevance | path

Searched full:tack (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/kernel/
H A Dioport.c172 char *tack; in _sparc_alloc_io() local
179 tack = xres->xname; in _sparc_alloc_io()
187 tack = kmalloc(sizeof (struct resource) + tlen + 1, GFP_KERNEL); in _sparc_alloc_io()
188 if (tack == NULL) return NULL; in _sparc_alloc_io()
189 memset(tack, 0, sizeof(struct resource)); in _sparc_alloc_io()
190 res = (struct resource *) tack; in _sparc_alloc_io()
191 tack += sizeof (struct resource); in _sparc_alloc_io()
194 strscpy(tack, name, XNMLN+1); in _sparc_alloc_io()
195 res->name = tack; in _sparc_alloc_io()
/linux/drivers/macintosh/
H A Dvia-cuda.c76 #define TACK 0x10 /* Transfer acknowledge */ macro
120 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK()
122 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK()
129 out_8(&via[B], in_8(&via[B]) | TACK); in assert_TACK()
131 out_8(&via[B], in_8(&via[B]) & ~TACK); in assert_TACK()
136 out_8(&via[B], in_8(&via[B]) ^ TACK); in toggle_TACK()
143 out_8(&via[B], in_8(&via[B]) & ~TACK); in negate_TACK()
145 out_8(&via[B], in_8(&via[B]) | TACK); in negate_TACK()
152 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in negate_TIP_and_TACK()
154 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in negate_TIP_and_TACK()
[all …]
H A Dvia-pmu.c103 #define TACK 0x08 /* Transfer acknowledge (input) */ macro
106 #define TACK 0x02 macro
575 /* Negate TREQ. Set TACK to input and TREQ to output. */ in init_pmu()
577 out_8(&via2[DIRB], (in_8(&via2[DIRB]) | TREQ) & ~TACK); in init_pmu()
1187 while ((in_8(&via2[B]) & TACK) == 0) { in wait_for_ack()
1477 while ((in_8(&via2[B]) & TACK) != 0) in pmu_sr_intr()
1484 /* reset TREQ and wait for TACK to go high */ in pmu_sr_intr()
2499 while ((via2[B] & TACK) != 0) in polled_handshake()
2502 while ((via2[B] & TACK) == 0) in polled_handshake()
2542 while ((via2[B] & TACK) == 0) in pmu_polled_request()
/linux/drivers/ata/
H A Dpata_mpc52xx.c121 u8 tack; member
128 .tsr = 3, .trfs = 5, .trp = 11, .tack = 2, .tss = 4,
132 .tsr = 2, .trfs = 5, .trp = 9, .tack = 2, .tss = 4,
136 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
140 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
144 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
148 .tsr = 2, .trfs = 4, .trp = 6, .tack = 2, .tss = 4,
155 .tsr = 7, .trfs = 10, .trp = 22, .tack = 3, .tss = 7,
159 .tsr = 4, .trfs = 10, .trp = 17, .tack = 3, .tss = 7,
163 .tsr = 3, .trfs = 8, .trp = 14, .tack = 3, .tss = 7,
[all …]
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c144 * If user passed a pci_clock= option, don't tack on another one in pci_clock_check()
/linux/net/llc/
H A Dllc_proc.c183 "tack tpfc trs tbs blog busr\n"); in llc_seq_core_show()
/linux/drivers/net/arcnet/
H A Darcdevice.h128 * In non-RFC1201 protocols, we have to just tack some extra bytes on the
/linux/kernel/module/
H A Dkallsyms.c155 /* We'll tack temporary mod_kallsyms on the end. */ in layout_symtab()
/linux/drivers/scsi/
H A D53c700.h91 * If DEV_NEGOTIATED_SYNC not set, tack and SDTR message on to the
/linux/fs/afs/
H A Ddir_edit.c277 * tack a new folio on the end. in afs_edit_dir_add()
/linux/kernel/
H A Dparams.c662 /* Tack new one on the end. */ in add_sysfs_param()
/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c91 /* TACK IRQ ____________________________________/ \_______ */
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c1816 /* Now tack on the data to the message. */ in format_ipmb_msg()
1821 /* Now calculate the checksum and tack it on. */ in format_ipmb_msg()
1853 /* Now tack on the data to the message. */ in format_lan_msg()
1858 /* Now calculate the checksum and tack it on. */ in format_lan_msg()
/linux/drivers/s390/cio/
H A Dqdio_main.c1293 /* The previous buffer is not processed yet, tack on. */ in handle_outbound()
/linux/net/sunrpc/
H A Dsvc.c161 /* tack on the newline */ in param_get_pool_mode()
/linux/drivers/tty/vt/
H A Ducs_fallback_table.h_shipped527 { 0xD4, 0x5E }, /* MODIFIER LETTER UP TACK -> '^' */
528 { 0xD5, 0x56 }, /* MODIFIER LETTER DOWN TACK -> 'V' */
1830 { 0x2A, 0x6C }, /* CANADIAN SYLLABICS FINAL DOWN TACK -> 'l' */
/linux/net/ipv4/
H A Dtcp_output.c3808 /* Optimization, tack on the FIN if we have one skb in write queue and in tcp_send_fin()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1934 DSSERR("\tACK with ERROR (%#x):\n", err); in dsi_show_rx_ack_with_err()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c2526 DSSERR("\tACK with ERROR (%#x):\n", err); in dsi_show_rx_ack_with_err()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1314 * Tack the controller itself onto the end of the logical device list in pqi_get_device_lists()