/linux/arch/s390/include/asm/ |
H A D | scsw.h | 54 __u32 fctl : 3; member 94 u32 fctl:3; member 126 u32 fctl:3; member 321 return scsw->tm.fctl; in scsw_fctl() 323 return scsw->cmd.fctl; in scsw_fctl() 395 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_key() 407 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_sctl() 431 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) && in scsw_cmd_is_valid_cc() 444 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_fmt() 456 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_pfch() [all …]
|
/linux/drivers/iommu/riscv/ |
H A D | iommu-platform.c | 66 iommu->fctl = riscv_iommu_readl(iommu, RISCV_IOMMU_REG_FCTL); in riscv_iommu_platform_probe() 98 if (iommu->fctl & RISCV_IOMMU_FCTL_WSI) { in riscv_iommu_platform_probe() 99 iommu->fctl ^= RISCV_IOMMU_FCTL_WSI; in riscv_iommu_platform_probe() 100 riscv_iommu_writel(iommu, RISCV_IOMMU_REG_FCTL, iommu->fctl); in riscv_iommu_platform_probe() 119 if (!(iommu->fctl & RISCV_IOMMU_FCTL_WSI)) { in riscv_iommu_platform_probe() 120 iommu->fctl |= RISCV_IOMMU_FCTL_WSI; in riscv_iommu_platform_probe() 121 riscv_iommu_writel(iommu, RISCV_IOMMU_REG_FCTL, iommu->fctl); in riscv_iommu_platform_probe() 135 bool msi = !(iommu->fctl & RISCV_IOMMU_FCTL_WSI); in riscv_iommu_platform_remove()
|
/linux/drivers/s390/cio/ |
H A D | vfio_ccw_trace.h | 107 TP_PROTO(int fctl, struct subchannel_id schid, int errno, char *errstr), 108 TP_ARGS(fctl, schid, errno, errstr), 114 __field(int, fctl) 123 __entry->fctl = fctl; 132 __entry->fctl,
|
H A D | vfio_ccw_fsm.c | 255 if (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) { in fsm_io_request() 304 } else if (scsw->cmd.fctl & SCSW_FCTL_HALT_FUNC) { in fsm_io_request() 312 } else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in fsm_io_request() 324 trace_vfio_ccw_fsm_io_request(scsw->cmd.fctl, schid, in fsm_io_request()
|
H A D | device_status.c | 230 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in ccw_device_accumulate_irb() 234 if (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) { in ccw_device_accumulate_irb() 257 cdev_irb->scsw.cmd.fctl |= irb->scsw.cmd.fctl; in ccw_device_accumulate_irb()
|
H A D | ccwreq.c | 180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
|
H A D | eadm_sch.c | 138 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
|
H A D | device_fsm.c | 460 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb() 467 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb()
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | xmit.c | 426 __le16 fctl; in b43legacy_rx() local 464 fctl = wlhdr->frame_control; in b43legacy_rx() 483 B43legacy_WARN_ON(!ieee80211_has_protected(fctl)); in b43legacy_rx() 484 fctl &= ~cpu_to_le16(IEEE80211_FCTL_PROTECTED); in b43legacy_rx() 485 wlhdr->frame_control = fctl; in b43legacy_rx() 487 wlhdr_len = ieee80211_hdrlen(fctl); in b43legacy_rx() 538 if (ieee80211_is_beacon(fctl) || dev->wl->radiotap_enabled) { in b43legacy_rx()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.c | 248 __le16 fctl = wlhdr->frame_control; in b43_generate_txhdr() local 319 wlhdr_len = ieee80211_hdrlen(fctl); in b43_generate_txhdr() 638 __le16 fctl; in b43_rx() local 693 fctl = wlhdr->frame_control; in b43_rx() 708 wlhdr_len = ieee80211_hdrlen(fctl); in b43_rx() 765 if (ieee80211_is_beacon(fctl) || dev->wl->radiotap_enabled) { in b43_rx()
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 868 __le16 fctl; in wsm_receive_indication() local 892 fctl = *(__le16 *)buf->data; in wsm_receive_indication() 895 if (!rx.status && ieee80211_is_deauth(fctl)) { in wsm_receive_indication() 1462 __le16 fctl = frame->frame_control; in wsm_handle_tx_data() local 1513 if (ieee80211_is_nullfunc(fctl)) { in wsm_handle_tx_data() 1520 } else if (ieee80211_is_probe_req(fctl)) { in wsm_handle_tx_data() 1522 } else if (ieee80211_is_deauth(fctl) && in wsm_handle_tx_data() 1529 } else if (ieee80211_has_protected(fctl) && in wsm_handle_tx_data() 1553 pr_debug("[WSM] Drop frame (0x%.4X).\n", fctl); in wsm_handle_tx_data()
|
/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-hw.c | 930 node->fctl = BLT_FCTL_HV_SCALE; in bdisp_hw_build_node() 932 node->fctl |= BLT_FCTL_Y_HV_SCALE; in bdisp_hw_build_node() 934 node->fctl = BLT_FCTL_HV_SAMPLE; in bdisp_hw_build_node() 936 node->fctl |= BLT_FCTL_Y_HV_SAMPLE; in bdisp_hw_build_node()
|
H A D | bdisp-reg.h | 43 u32 fctl; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 395 u32 fctl; in ixgbe_fcoe_ddp() local 410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp() 411 if (fctl & FC_FC_EX_CTX) in ixgbe_fcoe_ddp() 469 (fctl & FC_FC_END_SEQ)) { in ixgbe_fcoe_ddp()
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5410-pinctrl.dtsi | 287 uart0_fctl: uart0-fctl-pins { 301 uart1_fctl: uart1-fctl-pins { 322 uart2_fctl: uart2-fctl-pins {
|
H A D | exynos5420-pinctrl.dtsi | 510 uart0_fctl: uart0-fctl-pins { 524 uart1_fctl: uart1-fctl-pins { 545 uart2_fctl: uart2-fctl-pins {
|
H A D | exynos5250-pinctrl.dtsi | 207 uart0_fctl: uart0-fctl-pins { 241 uart2_fctl: uart2-fctl-pins { 582 uart1_fctl: uart1-fctl-pins {
|
H A D | s5pv210-pinctrl.dtsi | 284 uart0_fctl: uart0-fctl-pins { 298 uart1_fctl: uart1-fctl-pins { 312 uart2_fctl: uart2-fctl-pins {
|
H A D | exynos4210-pinctrl.dtsi | 152 uart0_fctl: uart0-fctl-pins { 166 uart1_fctl: uart1-fctl-pins { 187 uart2_fctl: uart2-fctl-pins {
|
H A D | exynos3250-pinctrl.dtsi | 93 uart0_fctl: uart0-fctl-pins { 107 uart1_fctl: uart1-fctl-pins {
|
H A D | exynos5260-pinctrl.dtsi | 206 uart0_fctl: uart0-fctl-pins { 220 uart1_fctl: uart1-fctl-pins {
|
H A D | exynos4x12-pinctrl.dtsi | 133 uart0_fctl: uart0-fctl-pins { 147 uart1_fctl: uart1-fctl-pins { 168 uart2_fctl: uart2-fctl-pins {
|
H A D | s3c64xx-pinctrl.dtsi | 140 uart0_fctl: uart0-fctl-pins { 152 uart1_fctl: uart1-fctl-pins {
|
/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos7-pinctrl.dtsi | 215 uart0_fctl: uart0-fctl-pins { 243 uart1_fctl: uart1-fctl-pins {
|
/linux/drivers/s390/net/ |
H A D | lcs.c | 1377 LCS_DBF_TEXT_(5, trace, "%4x%4x", irb->scsw.cmd.fctl, in lcs_irq() 1398 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) && in lcs_irq() 1422 if (irb->scsw.cmd.fctl & SCSW_FCTL_HALT_FUNC) { in lcs_irq() 1430 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in lcs_irq()
|