Searched refs:set (Results 376 - 400 of 2146) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac.h493 u32 set);
496 u32 set);
552 u32 mask, u32 set)
554 bgmac->cco_ctl_maskset(bgmac, offset, mask, set);
563 u32 mask, u32 set)
565 bgmac->cmn_maskset32(bgmac, offset, mask, set);
569 u32 set)
571 bgmac_write(bgmac, offset, (bgmac_read(bgmac, offset) & mask) | set);
579 static inline void bgmac_set(struct bgmac *bgmac, u16 offset, u32 set) argument
581 bgmac_maskset(bgmac, offset, ~0, set);
551 bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, u32 mask, u32 set) argument
562 bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) argument
568 bgmac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) argument
584 bgmac_umac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dsignal.c144 sigset_t set; local
147 err = __copy_from_user(&set, &sf->uc.uc_sigmask, sizeof(set));
149 set_current_blocked(&set);
251 setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs, sigset_t *set) argument
279 .oldmask = set->sig[0],
284 err |= __copy_to_user(&sf->uc.uc_sigmask, set, sizeof(*set));
447 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
460 err |= setup_sigframe(frame, regs, set);
468 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/fs/9p/
H A Dxattr.c169 .set = v9fs_xattr_handler_set,
175 .set = v9fs_xattr_handler_set,
182 .set = v9fs_xattr_handler_set,
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S89 .set push
90 .set noreorder
94 .set pop
H A Dscall64-n32.S28 .set noat
32 .set at
62 sd t0, PT_R7(sp) # set error flag
H A Dirq-msc01.c92 static void msc_bind_eic_interrupt(int irq, int set) argument
95 (irq<<MSC01_IC_RAMW_ADDR_SHF) | (set<<MSC01_IC_RAMW_DATA_SHF));
/linux-master/arch/arm64/include/asm/
H A Dalternative-macros.h139 .set .Lasm_alt_mode, 0
147 .set .Lasm_alt_mode, 1
157 .set .Lasm_alt_mode, 0
/linux-master/arch/arm64/kvm/
H A Dpmu.c38 void kvm_set_pmu_events(u32 set, struct perf_event_attr *attr) argument
46 pmu->events_host |= set;
48 pmu->events_guest |= set;
/linux-master/ipc/
H A Dmq_sysctl.c74 static int set_is_seen(struct ctl_table_set *set) argument
76 return &current->nsproxy->ipc_ns->mq_set == set;
83 container_of(head->set, struct ipc_namespace, mq_set);
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h34 TP_PROTO(int set),
35 TP_ARGS(set),
37 __field(int, set)
40 __entry->set = set;
42 TP_printk("%s", __entry->set ? "enabled" : "disabled")
46 TP_PROTO(int set),
47 TP_ARGS(set)
51 TP_PROTO(int set),
52 TP_ARGS(set)
[all...]
/linux-master/drivers/net/hyperv/
H A Drndis_filter.c87 struct rndis_set_request *set; local
107 set = &rndis_msg->msg.set_req;
108 set->req_id = atomic_inc_return(&dev->new_req_id);
804 struct rndis_set_request *set; local
818 set = &request->request_msg.msg.set_req;
819 set->oid = RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER;
820 set->info_buflen = extlen;
821 set->info_buf_offset = sizeof(struct rndis_set_request);
822 set->dev_vc_handle = 0;
824 cpi = (struct rndis_config_parameter_info *)((ulong)set
870 struct rndis_set_request *set; local
927 struct rndis_set_request *set; local
1042 struct rndis_set_request *set; local
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-gpio-defs.h327 uint64_t set:24; member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_s
329 uint64_t set:24;
336 uint64_t set:16; member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_cn38xx
338 uint64_t set:16;
345 uint64_t set:20; member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_cn61xx
347 uint64_t set:20;
/linux-master/arch/s390/kvm/
H A Dtrace.h337 TP_PROTO(VCPU_PROTO_COMMON, int set, u32 address),
338 TP_ARGS(VCPU_ARGS_COMMON, set, address),
342 __field(int, set)
348 __entry->set = set;
353 __entry->set ? "setting" : "storing",
/linux-master/arch/m68k/fpsp040/
H A Dstanh.S61 .set X,FP_SCR5
62 .set XDCARE,X+2
63 .set XFRAC,X+4
65 .set SGN,L_SCR3
67 .set V,FP_SCR6
166 fmovex X(%a6),%fp0 |last inst - possible exception set
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dhci.h231 u32 set; local
236 set = (orig & ~mask) | ((data << shift) & mask);
237 rtw_write32(rtwdev, addr, set);
244 u8 orig, set; local
250 set = (orig & ~mask) | ((data << shift) & mask);
251 rtw_write8(rtwdev, addr, set);
/linux-master/drivers/usb/serial/
H A Dupd78f0730.c205 unsigned int set, unsigned int clear)
216 if (set & TIOCM_DTR) {
218 dev_dbg(dev, "%s - set DTR\n", __func__);
220 if (set & TIOCM_RTS) {
222 dev_dbg(dev, "%s - set RTS\n", __func__);
254 dev_dbg(dev, "%s - set BREAK\n", __func__);
271 unsigned int set = 0; local
275 set = TIOCM_DTR | TIOCM_RTS;
279 upd78f0730_tiocmset(tty, set, clear);
204 upd78f0730_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/linux-master/arch/x86/pci/
H A Dirq.c54 int (*set)(struct pci_dev *router, struct pci_dev *dev, int pirq, member in struct:irq_router
296 * respectively. Any bit set to 1 causes interrupts coming on the
299 * documentation says this register has to be set consistently with
689 * A/B/C/D lines. Bit 7 enables the respective link if set and bits
802 * IDE, ACPI and DAQ routing untouched as set by the BIOS.
926 "AMD756: dev [%04x:%04x], router PIRQ %d set IRQ %d\n",
980 r->set = pirq_esc_set;
1025 r->set = pirq_piix_set;
1030 r->set = pirq_ib_set;
1044 r->set
[all...]
/linux-master/arch/sparc/lib/
H A DGENpage.S12 set PAGE_SIZE, %g7
38 set PAGE_SIZE, %g7
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_sgmii.c61 bool netcp_sgmii_rtreset(void __iomem *sgmii_ofs, int port, bool set) argument
69 if (set)
/linux-master/include/media/
H A Ddemux.h64 * enum ts_filter_type - filter type bitmap for dmx_ts_feed.set\(\)
67 * @TS_PAYLOAD_ONLY: In case TS_PACKET is set, only send the TS payload
70 * @TS_DEMUX: In case TS_PACKET is set, send the TS to the demux
86 * @set: sets the TS filter
91 * Using this API, the client can set the filtering properties to start/stop
98 int (*set)(struct dmx_ts_feed *feed, member in struct:dmx_ts_feed
145 * @set: sets the section filter
160 * Using this API, the client can set the filtering properties to start/stop
178 int (*set)(struct dmx_section_feed *feed, member in struct:dmx_section_feed
223 * given in the set() functio
[all...]
/linux-master/drivers/gpio/
H A Dgpio-xtensa.c24 * different set of IO wires. A theoretical SMP aware version of this driver
131 .set = xtensa_impwire_set_value,
140 .set = xtensa_expstate_set_value,
/linux-master/arch/sparc/include/asm/
H A Dviking.h165 static inline void viking_get_dcache_ptag(int set, int block, argument
168 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) |
191 __asm__ __volatile__ ("set 1f, %%g2\n\t"
/linux-master/include/linux/
H A Dcb710.h65 unsigned port, u##t set, u##t clear) \
68 (ioread##t(slot->iobase + port) & ~clear)|set, \
170 * IRQ disabled if the SG_MITER_ATOMIC is set. Don't care otherwise.
192 * IRQ disabled if the SG_MITER_ATOMIC is set. Don't care otherwise.
/linux-master/block/
H A Dblk-timeout.c43 int set = test_bit(QUEUE_FLAG_FAIL_IO, &disk->queue->queue_flags); local
45 return sprintf(buf, "%d\n", set != 0);
126 * set up the timer. When the request completes, we cancel the timer.
/linux-master/arch/m68k/sun3x/
H A Dtime.c40 int sun3x_hwclk(int set, struct rtc_time *t) argument
48 if(set) {

Completed in 1309 milliseconds

<<11121314151617181920>>