Home
last modified time | relevance | path

Searched refs:pol (Results 1 – 25 of 126) sorted by relevance

123456

/openbmc/qemu/hw/uefi/
H A Dvar-service-policy.c19 static void calc_policy(uefi_var_policy *pol);
23 uefi_var_policy *pol = opaque; in uefi_var_policy_post_load() local
25 calc_policy(pol); in uefi_var_policy_post_load()
71 static gboolean wildcard_str_equal(uefi_var_policy *pol, in wildcard_str_equal() argument
74 return uefi_str_equal_ex(pol->name, pol->name_size, in wildcard_str_equal()
82 uefi_var_policy *pol; in find_policy() local
84 QTAILQ_FOREACH(pol, &uv->var_policies, next) { in find_policy()
85 if (!qemu_uuid_is_equal(&pol->entry->namespace, &guid)) { in find_policy()
88 if (!uefi_str_equal(pol->name, pol->name_size, in find_policy()
92 return pol; in find_policy()
[all …]
/openbmc/u-boot/lib/
H A Dcrc32c.c25 void crc32c_init(uint32_t *crc32c_table, uint32_t pol) in crc32c_init() argument
29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/
H A Drpm-sequoia-crypto-policy_git.bb22 # Remove most policy variants, leave DEFAULT.pol
24 rm -f $(ls -1 policies/*.pol | grep -v DEFAULT.pol) || echo nothing to delete
/openbmc/u-boot/drivers/misc/
H A Dsmsc_sio1007.c67 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type) in sio1007_gpio_config() argument
83 sio1007_clrsetbits(port, reg + 1, 1 << gpio, pol << gpio); in sio1007_gpio_config()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DIntelsat-11-43.0W2 # freq pol sr fec
H A DSBS6-74w2 # freq pol sr fec
H A DGalaxy27-129w2 # freq pol sr fec
H A DExpress-3A-11.0W2 # freq pol sr fec
H A DIA7-129w2 # freq pol sr fec
H A DGalaxy3C-95.0W2 # freq pol sr fec
H A DAstra-19.2E2 # freq pol sr fec
H A DAnik-F2_C-111.1W2 # freq pol sr fec
H A DOptusD1-160.0E2 # freq pol sr fec
H A DAMC5-79w2 # freq pol sr fec
H A DAMC1-103w2 # freq pol sr fec
H A DIntelsat-707-53.0W2 # freq pol sr fec
H A DGalaxy15_C-133W2 # freq pol sr fec
H A DAMC10_C-135W2 # freq pol sr fec
H A DAMC18_C-105W2 # freq pol sr fec
H A DAMC16-85.0W2 # freq pol sr fec
H A DExpressAM1-40.0E2 # freq pol sr fec
H A DExpressAM2-80.0E2 # freq pol sr fec
95 # freq pol sr fec
H A DAMC11_C-131W2 # freq pol sr fec
/openbmc/u-boot/drivers/video/
H A Dam335x-fb.h56 unsigned int pol; /* polarity of sync, clock signals */ member
/openbmc/u-boot/board/BuR/common/
H A Dcommon.c105 pnltmp.pol = env_get_ulong("ds1_pol", 16, ~0UL); in load_lcdtiming()
121 ~0UL == (pnltmp.pol) || in load_lcdtiming()
143 pnltmp.pxl_clk, pnltmp.pol, pnltmp.pon_delay); in load_lcdtiming()

123456