Home
last modified time | relevance | path

Searched refs:updown (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/ssb/
H A Ddriver_chipcommon_pmu.c359 u16 updown; /* The updown value */ member
375 { .resource = SSB_PMURES_4328_EXT_SWITCHER_PWM, .updown = 0x0101, },
376 { .resource = SSB_PMURES_4328_BB_SWITCHER_PWM, .updown = 0x1F01, },
377 { .resource = SSB_PMURES_4328_BB_SWITCHER_BURST, .updown = 0x010F, },
378 { .resource = SSB_PMURES_4328_BB_EXT_SWITCHER_BURST, .updown = 0x0101, },
379 { .resource = SSB_PMURES_4328_ILP_REQUEST, .updown = 0x0202, },
380 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_PWM, .updown = 0x0F01, },
381 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_BURST, .updown = 0x0F01, },
382 { .resource = SSB_PMURES_4328_ROM_SWITCH, .updown = 0x0101, },
383 { .resource = SSB_PMURES_4328_PA_REF_LDO, .updown = 0x0F01, },
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A Dltest.pl46 my $updown = 0; # set to 1 for up/down rate-conversion test
52 $updown=1;
72 if ($updown==1) {
94 if ($updown) {
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Ddriver.c362 if (i2400m->updown == 0) { in i2400m_dev_start()
365 i2400m->updown = 1; in i2400m_dev_start()
425 if (i2400m->updown) { in i2400m_dev_stop()
427 i2400m->updown = 0; in i2400m_dev_stop()
494 if (i2400m->updown) { in i2400m_pre_reset()
533 if (i2400m->updown) { in i2400m_post_reset()
548 i2400m->updown = 0; in i2400m_post_reset()
608 if (i2400m->updown) { in __i2400m_dev_reset_handle()
610 i2400m->updown = 0; in __i2400m_dev_reset_handle()
657 i2400m->updown = 1; in __i2400m_dev_reset_handle()
H A Dusb.c593 if (i2400m->updown == 0) in i2400mu_suspend()
647 if (i2400m->updown == 0) { in i2400mu_resume()
H A Di2400m.h569 unsigned updown:1; /* Network device is up or down */ member
H A Dnetdev.c95 if (i2400m->updown) in i2400m_open()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dgpio-samsung.c110 samsung_gpio_pull_t updown) in s3c24xx_gpio_setpull_1() argument
115 if (pull == updown) in s3c24xx_gpio_setpull_1()
128 samsung_gpio_pull_t updown) in s3c24xx_gpio_getpull_1() argument
134 return pup ? S3C_GPIO_PULL_NONE : updown; in s3c24xx_gpio_getpull_1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dhndpmu.c360 pmu_res_updown_table[pmu_res_updown_table_sz].updown)); in si_pmu_ds1_res_init()
364 pmu_res_updown_table[pmu_res_updown_table_sz].updown); in si_pmu_ds1_res_init()
H A Dsiutils.c2539 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val) in si_gpiopull() argument
2546 offs = (updown ? OFFSETOF(chipcregs_t, gpiopulldown) : OFFSETOF(chipcregs_t, gpiopullup)); in si_gpiopull()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dhndpmu.c360 pmu_res_updown_table[pmu_res_updown_table_sz].updown)); in si_pmu_ds1_res_init()
364 pmu_res_updown_table[pmu_res_updown_table_sz].updown); in si_pmu_ds1_res_init()
H A Dsiutils.c2539 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val) in si_gpiopull() argument
2546 offs = (updown ? OFFSETOF(chipcregs_t, gpiopulldown) : OFFSETOF(chipcregs_t, gpiopullup)); in si_gpiopull()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dhndpmu.c360 pmu_res_updown_table[pmu_res_updown_table_sz].updown)); in si_pmu_ds1_res_init()
364 pmu_res_updown_table[pmu_res_updown_table_sz].updown); in si_pmu_ds1_res_init()
H A Dsiutils.c2538 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val) in si_gpiopull() argument
2545 offs = (updown ? OFFSETOF(chipcregs_t, gpiopulldown) : OFFSETOF(chipcregs_t, gpiopullup)); in si_gpiopull()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.6.bb170 ${PN}-plugin-updown \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsiutils.h308 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsiutils.h328 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsiutils.h328 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsiutils.h328 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dpfc-r8a77990.c5250 u32 enable, updown; in r8a77990_pinmux_set_bias() local
5261 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77990_pinmux_set_bias()
5263 updown |= BIT(bit); in r8a77990_pinmux_set_bias()
5265 sh_pfc_write(pfc, reg->pud, updown); in r8a77990_pinmux_set_bias()
H A Dpfc-r8a77950.c5844 u32 enable, updown; in r8a77950_pinmux_set_bias() local
5855 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77950_pinmux_set_bias()
5857 updown |= BIT(bit); in r8a77950_pinmux_set_bias()
5859 sh_pfc_write(pfc, reg->pud, updown); in r8a77950_pinmux_set_bias()
H A Dpfc-r8a7796.c6163 u32 enable, updown; in r8a7796_pinmux_set_bias() local
6174 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7796_pinmux_set_bias()
6176 updown |= BIT(bit); in r8a7796_pinmux_set_bias()
6178 sh_pfc_write(pfc, reg->pud, updown); in r8a7796_pinmux_set_bias()
H A Dpfc-r8a77951.c6215 u32 enable, updown; in r8a77951_pinmux_set_bias() local
6226 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77951_pinmux_set_bias()
6228 updown |= BIT(bit); in r8a77951_pinmux_set_bias()
6230 sh_pfc_write(pfc, reg->pud, updown); in r8a77951_pinmux_set_bias()
H A Dpfc-r8a77965.c6416 u32 enable, updown; in r8a77965_pinmux_set_bias() local
6427 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77965_pinmux_set_bias()
6429 updown |= BIT(bit); in r8a77965_pinmux_set_bias()
6431 sh_pfc_write(pfc, reg->pud, updown); in r8a77965_pinmux_set_bias()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsiutils.h438 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsiutils.h438 extern uint32 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val);

12