Searched refs:npda (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 52 struct clkgen_field npda; member 92 .npda = CLKGEN_FIELD(0x2f0, 0x1, 12), 155 .npda = CLKGEN_FIELD(0x2a0, 0x1, 12), 278 CLKGEN_WRITE(pll, npda, !pll->data->powerup_polarity); in quadfs_pll_enable() 305 CLKGEN_WRITE(pll, npda, pll->data->powerup_polarity); in quadfs_pll_disable() 317 u32 npda = CLKGEN_READ(pll, npda); in quadfs_pll_is_enabled() local 319 return pll->data->powerup_polarity ? !npda : !!npda; in quadfs_pll_is_enabled()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 46 id->npda = id->npdg; in nvmet_bdev_set_limits()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 58 id_ns->npda = id_ns->npdg = npdg - 1; in nvme_ns_init_format()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 415 __le16 npda; member
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1399 uint16_t npda; member
|